Version: 0.0.8
This commit is contained in:
parent
b975f01243
commit
8587fd4bac
26
CHANGELOG.md
26
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 ´<br/>´-tag
|
||||
- [Issue 2][#2] - Markdown is now represented as HTML
|
||||
- [Issue 1][1] - `\n` is now represented as ´<br/>´-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)
|
||||
[1]: https://github.com/IJustDev/Gitea-VSCode/issues/1
|
||||
[2]: https://github.com/IJustDev/Gitea-VSCode/issues/2
|
17
README.md
17
README.md
@ -1,6 +1,16 @@
|
||||
# Gitea-VSCode
|
||||
<div id="vscodium-logo" align="center">
|
||||
<br />
|
||||
<img src="./resources/icon-highres.png" alt="VSCodium Logo" width="200"/>
|
||||
<h1>Gitea-VSCode</h1>
|
||||
<h3>Issuetracker for Gitea</h3>
|
||||
</div>
|
||||
|
||||
Issuetracker for Gitea
|
||||
<div id="badges" align="center">
|
||||
|
||||
![version-badge][version-badge]
|
||||
![GitHub](https://img.shields.io/github/license/ijustdev/gitea-vscode)
|
||||
|
||||
</div>
|
||||
|
||||
## 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
|
||||
|
@ -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": [
|
||||
|
BIN
resources/icon-highres.png
Normal file
BIN
resources/icon-highres.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
BIN
resources/icon.png
Normal file
BIN
resources/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
Loading…
Reference in New Issue
Block a user