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:
|
### Refactored:
|
||||||
- Changelog
|
- 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]
|
## [Unreleased]
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
Go to your settings, and find the `Gitea` section, and fill out the details.
|
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.
|
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
|
### The following details are needed
|
||||||
|
|
||||||
|
@ -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.8",
|
"version": "0.0.9",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.32.0"
|
"vscode": "^1.32.0"
|
||||||
},
|
},
|
||||||
@ -66,7 +66,7 @@
|
|||||||
"title": "Gitea",
|
"title": "Gitea",
|
||||||
"properties": {
|
"properties": {
|
||||||
"gitea.token": {
|
"gitea.token": {
|
||||||
"scope": "application",
|
"scope": "resource",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "The token for the gitea server."
|
"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