diff --git a/.gitignore b/.gitignore index 0ae15c3..9f5f3ff 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ out node_modules .vscode-test/ # *.vsix +.gitea/ \ No newline at end of file diff --git a/.vscodeignore b/.vscodeignore index ed3f9d3..f6af244 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -7,4 +7,5 @@ vsc-extension-quickstart.md **/tsconfig.json **/tslint.json **/*.map -**/*.ts \ No newline at end of file +**/*.ts +.gitea/ \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a9b60d..17e39cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/package.json b/package.json index aa20a5e..642075d 100644 --- a/package.json +++ b/package.json @@ -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" } -} +} \ No newline at end of file diff --git a/versions/gitea-vscode-0.0.5.vsix b/versions/gitea-vscode-0.0.5.vsix index 2871457..b02db95 100644 Binary files a/versions/gitea-vscode-0.0.5.vsix and b/versions/gitea-vscode-0.0.5.vsix differ diff --git a/versions/gitea-vscode-0.0.6.vsix b/versions/gitea-vscode-0.0.6.vsix new file mode 100644 index 0000000..672e69d Binary files /dev/null and b/versions/gitea-vscode-0.0.6.vsix differ