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
|
node_modules
|
||||||
.vscode-test/
|
.vscode-test/
|
||||||
# *.vsix
|
# *.vsix
|
||||||
|
.gitea/
|
@ -7,4 +7,5 @@ vsc-extension-quickstart.md
|
|||||||
**/tsconfig.json
|
**/tsconfig.json
|
||||||
**/tslint.json
|
**/tslint.json
|
||||||
**/*.map
|
**/*.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
|
## [0.0.5] - 2019-04-12
|
||||||
### Added:
|
### Added:
|
||||||
- Child items to root items. Collapsable item now shows assignee, state, id and list all labels from the issue
|
- 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:
|
### Refactored:
|
||||||
- Created two methods that are used in both classes (the closed and the open issues provider)
|
- 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]
|
## [Unreleased]
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"displayName": "Gitea-VSCode",
|
"displayName": "Gitea-VSCode",
|
||||||
"description": "Gitea Issue Tracker for vs-code",
|
"description": "Gitea Issue Tracker for vs-code",
|
||||||
"publisher": "IJustDev",
|
"publisher": "IJustDev",
|
||||||
"version": "0.0.5",
|
"version": "0.0.6",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.32.0"
|
"vscode": "^1.32.0"
|
||||||
},
|
},
|
||||||
@ -90,4 +90,4 @@
|
|||||||
"type": "github",
|
"type": "github",
|
||||||
"url": "https://github.com/IJustdev/Gitea-VSCode.git"
|
"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