Version: 0.0.9 FIXES #8

This commit is contained in:
IJustDev 2019-07-31 14:38:03 +02:00
parent 94109e5a4d
commit de86dbb4b3
4 changed files with 8 additions and 3 deletions

View File

@ -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]

View File

@ -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

View File

@ -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."

Binary file not shown.