29 lines
843 B
Markdown
29 lines
843 B
Markdown
# Change Log
|
|
|
|
All notable changes to the "gitea-vscode" extension will be documented in this file.
|
|
|
|
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
|
|
|
|
## [0.0.2] - 2019-04-10
|
|
### Added:
|
|
- Configfile with token and repo properties
|
|
- Refresh button (Await HTTP Request)
|
|
- Multiple Pages
|
|
### Removed:
|
|
- Interval for updating
|
|
|
|
## [0.0.3] - 2019-04-10
|
|
### Added:
|
|
- Implemented [Create issue icon](./resources/dark/create.svg)
|
|
- Interval for updating (Issuelist now gets updated every ten minutes)
|
|
- Closed Issues View
|
|
- SSL server support
|
|
- License
|
|
### Refactored:
|
|
- [IssueProvider](./src/issueProvider.ts) splitted up in two parts: OpenIssuesProvider and ClosedIssuesProvider
|
|
- class Issue is now in [issue.ts](./src/issue.ts)
|
|
- organizing imports
|
|
- renaming
|
|
## [Unreleased]
|
|
|
|
- Initial release |