diff --git a/CHANGELOG.md b/CHANGELOG.md index 25b14de..223c718 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +59,11 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ### Refactored: - Changelog +## [0.0.9] - 2019-07-31 +### Added: +- Multiple gitea instances are now possible. The key is now stored in the workspace settings +- BuyMeACoffeBadge ReadMe + ## [Unreleased] diff --git a/README.md b/README.md index 34f0472..c5c45dc 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Go to your settings, and find the `Gitea` section, and fill out the details. Please make sure to not to make your authtoken public, as it can be used to act on your behalf. -You can store it in the user settings, whilst leaving the rest in the workspace settings. +Also do not push the .vscode folder to your repository and doublecheck this part. It contains your gitea server instance key. ### The following details are needed diff --git a/package.json b/package.json index bd69e5b..83d3189 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.8", + "version": "0.0.9", "engines": { "vscode": "^1.32.0" }, @@ -66,7 +66,7 @@ "title": "Gitea", "properties": { "gitea.token": { - "scope": "application", + "scope": "resource", "type": "string", "default": "", "description": "The token for the gitea server." diff --git a/versions/gitea-vscode-0.0.9.vsix b/versions/gitea-vscode-0.0.9.vsix new file mode 100644 index 0000000..d086977 Binary files /dev/null and b/versions/gitea-vscode-0.0.9.vsix differ