Version: 0.0.9 FIXES #8
This commit is contained in:
parent
94109e5a4d
commit
de86dbb4b3
@ -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]
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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."
|
||||
|
BIN
versions/gitea-vscode-0.0.9.vsix
Normal file
BIN
versions/gitea-vscode-0.0.9.vsix
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user