diff --git a/CHANGELOG.md b/CHANGELOG.md index a52330c..25b14de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Change Log +# Changelog All notable changes to the "gitea-vscode" extension will be documented in this file. @@ -27,8 +27,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## [0.0.4] - 2019-04-11 ### Fixed: -- [Issue 1][#1] - `\n` is now represented as ´
´-tag -- [Issue 2][#2] - Markdown is now represented as HTML +- [Issue 1][1] - `\n` is now represented as ´
´-tag +- [Issue 2][2] - Markdown is now represented as HTML ## [0.0.5] - 2019-04-12 ### Added: @@ -44,18 +44,26 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## [0.0.7] - 2019-06-14 ### Added: - Every issue can now be opened just once at a time +- Repo settings moved to workspace settings +- Token setting moved to user settings ### Refactored: - Removed "filename" from `issue.ts` `labelDependentIcon()` +- Cleaning files up + +## [0.0.8] - 2019-07-29 +### Added: +- Icon for marketplace +- ReadMe Icon and styling +### Removed: +- InitRepo Command +### Refactored: +- Changelog ## [Unreleased] - Initial release -### [0.0.6] / [0.0.7] -- From" Property of issue now displays the creater of an issue - - -[#1](https://github.com/IJustDev/Gitea-VSCode/issues/1) -[#2](https://github.com/IJustDev/Gitea-VSCode/issues/2) \ No newline at end of file +[1]: https://github.com/IJustDev/Gitea-VSCode/issues/1 +[2]: https://github.com/IJustDev/Gitea-VSCode/issues/2 \ No newline at end of file diff --git a/README.md b/README.md index f3411f2..6068d69 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ -# Gitea-VSCode + -Issuetracker for Gitea +
+ +![version-badge][version-badge] +![GitHub](https://img.shields.io/github/license/ijustdev/gitea-vscode) + +
## Getting Started @@ -29,3 +39,6 @@ In order to get nice looking issue icons in multiple colors (of your choice) you - Implement a `Close Issue` Button - Create Issues via Webview - `Comment` Issues + +[logo]: resources/icon.png +[version-badge]: https://img.shields.io/visual-studio-marketplace/v/ijustdev.gitea-vscode diff --git a/package.json b/package.json index 4964c74..893c251 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.7", + "version": "0.0.8", "engines": { "vscode": "^1.32.0" }, @@ -16,6 +16,7 @@ "onCommand:giteaIssues.refreshIssues" ], "main": "./out/extension.js", + "icon": "./resources/icon.png", "contributes": { "viewsContainers": { "activitybar": [ diff --git a/resources/icon-highres.png b/resources/icon-highres.png new file mode 100644 index 0000000..5d0165b Binary files /dev/null and b/resources/icon-highres.png differ diff --git a/resources/icon.png b/resources/icon.png new file mode 100644 index 0000000..aaff98f Binary files /dev/null and b/resources/icon.png differ