Skip to content

Commit 69a00ee

Browse files
committed
v1.1.0 Cambio de versión en el package.json y cambios en el changelog y readme
1 parent 5bae629 commit 69a00ee

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ This section documents all changes prepared for version v1.1.0.
6666

6767
### Added
6868
- **Automatic Refresh:** The TODOs view now refreshes automatically when the branch is changed.
69+
- **Let's Go Button:** The functionality to go to the sidebar when the "Let's go" welcome button is clicked has been added.
6970

7071
### Fixed
7172

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
<img src="https://img.shields.io/visual-studio-marketplace/v/LautaroRojas.sidetask?style=for-the-badge&label=Marketplace&color=blue" alt="Marketplace Version"/>
1212
</a>
1313
<a href="https://marketplace.visualstudio.com/items?itemName=LautaroRojas.sidetask">
14-
<img src="https://img.shields.io/visual-studio-marketplace/d/LautaroRojas.sidetask?style=for-the-badge&label=Installs" alt="Marketplace Installs"/>
14+
<img src="https://img.shields.io/visual-studio-marketplace/d/LautaroRojas.sidetask?style=for-the-badge&label=Installs&color=purple" alt="Marketplace Installs"/>
1515
</a>
1616
<a href="https://marketplace.visualstudio.com/items?itemName=LautaroRojas.sidetask">
17-
<img src="https://img.shields.io/visual-studio-marketplace/d/LautaroRojas.sidetask?style=for-the-badge&label=Downloads" alt="Marketplace Downloads"/>
17+
<img src="https://img.shields.io/visual-studio-marketplace/d/LautaroRojas.sidetask?style=for-the-badge&label=Downloads&color=purple" alt="Marketplace Downloads"/>
1818
</a>
1919
<!--
2020
<a href="https://marketplace.visualstudio.com/items?itemName=LautaroRojas.sidetask">
21-
<img src="https://img.shields.io/visual-studio-marketplace/d/LautaroRojas.sidetask?style=for-the-badge&label=Rating" alt="Marketplace Rating"/>
21+
<img src="https://img.shields.io/visual-studio-marketplace/d/LautaroRojas.sidetask?style=for-the-badge&label=Rating&color=purple" alt="Marketplace Rating"/>
2222
</a>
2323
-->
2424
</p>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sidetask",
33
"displayName": "SideTask - All in One TODO extension",
44
"description": "Find and manage all your TODOs, FIXMEs, and coding tasks in one place.",
5-
"version": "1.0.1",
5+
"version": "1.1.0",
66
"publisher": "LautaroRojas",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)