2019-07-29 09:43:37 +02:00
|
|
|
|
# Changelog
|
2019-04-09 14:37:58 +02:00
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
2019-04-10 08:59:42 +02:00
|
|
|
|
## [0.0.2] - 2019-04-10
|
|
|
|
|
### Added:
|
|
|
|
|
- Configfile with token and repo properties
|
|
|
|
|
- Refresh button (Await HTTP Request)
|
|
|
|
|
- Multiple Pages
|
|
|
|
|
### Removed:
|
|
|
|
|
- Interval for updating
|
|
|
|
|
|
2019-04-10 13:45:47 +02:00
|
|
|
|
## [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
|
2019-04-11 14:19:42 +02:00
|
|
|
|
|
|
|
|
|
## [0.0.4] - 2019-04-11
|
|
|
|
|
### Fixed:
|
2019-07-29 09:43:37 +02:00
|
|
|
|
- [Issue 1][1] - `\n` is now represented as ´<br/>´-tag
|
|
|
|
|
- [Issue 2][2] - Markdown is now represented as HTML
|
2019-04-12 08:09:19 +02:00
|
|
|
|
|
|
|
|
|
## [0.0.5] - 2019-04-12
|
|
|
|
|
### Added:
|
|
|
|
|
- Child items to root items. Collapsable item now shows assignee, state, id and list all labels from the issue
|
2019-04-12 10:37:45 +02:00
|
|
|
|
- Label dependent icons
|
2019-04-12 08:09:19 +02:00
|
|
|
|
### Refactored:
|
|
|
|
|
- Created two methods that are used in both classes (the closed and the open issues provider)
|
|
|
|
|
|
2019-04-12 10:37:45 +02:00
|
|
|
|
## [0.0.6] - 2019-04-12
|
|
|
|
|
### Added:
|
|
|
|
|
- Label dependent icons now allow the user to use the colors from the Gitea server
|
2019-04-12 08:09:19 +02:00
|
|
|
|
|
2019-06-14 13:22:17 +02:00
|
|
|
|
## [0.0.7] - 2019-06-14
|
|
|
|
|
### Added:
|
|
|
|
|
- Every issue can now be opened just once at a time
|
2019-07-29 09:43:37 +02:00
|
|
|
|
- Repo settings moved to workspace settings
|
|
|
|
|
- Token setting moved to user settings
|
2019-06-14 13:22:17 +02:00
|
|
|
|
### Refactored:
|
|
|
|
|
- Removed "filename" from `issue.ts` `labelDependentIcon()`
|
2019-07-29 09:43:37 +02:00
|
|
|
|
- Cleaning files up
|
|
|
|
|
|
|
|
|
|
## [0.0.8] - 2019-07-29
|
|
|
|
|
### Added:
|
|
|
|
|
- Icon for marketplace
|
|
|
|
|
- ReadMe Icon and styling
|
|
|
|
|
### Removed:
|
|
|
|
|
- InitRepo Command
|
|
|
|
|
### Refactored:
|
|
|
|
|
- Changelog
|
2019-06-14 13:22:17 +02:00
|
|
|
|
|
2019-07-31 14:38:03 +02:00
|
|
|
|
## [0.0.9] - 2019-07-31
|
|
|
|
|
### Added:
|
|
|
|
|
- Multiple gitea instances are now possible. The key is now stored in the workspace settings
|
|
|
|
|
- BuyMeACoffeBadge ReadMe
|
|
|
|
|
|
2019-07-31 14:57:31 +02:00
|
|
|
|
## [1.0.0] - 2019-07-31
|
|
|
|
|
### Added:
|
|
|
|
|
- Emojis in treeview
|
2019-04-12 14:22:59 +02:00
|
|
|
|
|
2020-12-26 19:42:13 +01:00
|
|
|
|
## [1.0.1] - 2020-08-02
|
|
|
|
|
### Added:
|
|
|
|
|
- Port settings
|
|
|
|
|
|
|
|
|
|
## [1.2.0] - 2020-12-26
|
|
|
|
|
### Added:
|
2020-12-26 18:37:02 +01:00
|
|
|
|
- feat: [#21][21]: introduce baseURL for Gitea instances.
|
2019-04-11 14:19:42 +02:00
|
|
|
|
|
2020-12-31 13:53:27 +01:00
|
|
|
|
## [1.2.1] - 2020-12-31
|
|
|
|
|
### Added:
|
|
|
|
|
- fix: [#21][21] missing '/'
|
2020-12-31 13:54:45 +01:00
|
|
|
|
### Removed:
|
|
|
|
|
- versions folder
|
2019-04-12 14:22:59 +02:00
|
|
|
|
|
2020-12-26 19:42:13 +01:00
|
|
|
|
## [Unreleased]
|
|
|
|
|
|
2019-07-29 09:43:37 +02:00
|
|
|
|
[1]: https://github.com/IJustDev/Gitea-VSCode/issues/1
|
2020-08-16 20:26:14 +02:00
|
|
|
|
[2]: https://github.com/IJustDev/Gitea-VSCode/issues/2
|
2020-12-26 18:37:02 +01:00
|
|
|
|
[21]: https://github.com/IJustDev/Gitea-VSCode/issues/21
|