ADDED: 0.0.6 - Label dependent issues with auto fetching colors from Gitea server labels

This commit is contained in:
IJustDev 2019-04-12 10:37:45 +02:00
parent 2f40f3db3d
commit 0e5f7d309d
6 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ out
node_modules
.vscode-test/
# *.vsix
.gitea/

View File

@ -7,4 +7,5 @@ vsc-extension-quickstart.md
**/tsconfig.json
**/tslint.json
**/*.map
**/*.ts
**/*.ts
.gitea/

View File

@ -33,10 +33,13 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
## [0.0.5] - 2019-04-12
### Added:
- Child items to root items. Collapsable item now shows assignee, state, id and list all labels from the issue
- Label dependent icons (Automatically fetch colors)
- Label dependent icons
### Refactored:
- Created two methods that are used in both classes (the closed and the open issues provider)
## [0.0.6] - 2019-04-12
### Added:
- Label dependent icons now allow the user to use the colors from the Gitea server
## [Unreleased]

View File

@ -3,7 +3,7 @@
"displayName": "Gitea-VSCode",
"description": "Gitea Issue Tracker for vs-code",
"publisher": "IJustDev",
"version": "0.0.5",
"version": "0.0.6",
"engines": {
"vscode": "^1.32.0"
},
@ -90,4 +90,4 @@
"type": "github",
"url": "https://github.com/IJustdev/Gitea-VSCode.git"
}
}
}

Binary file not shown.

Binary file not shown.