ADDED: 0.0.6 - Label dependent issues with auto fetching colors from Gitea server labels
This commit is contained in:
parent
2f40f3db3d
commit
0e5f7d309d
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ out
|
||||
node_modules
|
||||
.vscode-test/
|
||||
# *.vsix
|
||||
.gitea/
|
@ -7,4 +7,5 @@ vsc-extension-quickstart.md
|
||||
**/tsconfig.json
|
||||
**/tslint.json
|
||||
**/*.map
|
||||
**/*.ts
|
||||
**/*.ts
|
||||
.gitea/
|
@ -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]
|
||||
|
||||
|
@ -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.
BIN
versions/gitea-vscode-0.0.6.vsix
Normal file
BIN
versions/gitea-vscode-0.0.6.vsix
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user