All notable changes to the "gitea-vscode" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Configfile with token and repo properties
- Refresh button (Await HTTP Request)
- Multiple Pages
- Interval for updating
- Implemented Create issue icon
- Interval for updating (Issuelist now gets updated every ten minutes)
- Closed Issues View
- SSL server support
- License
- IssueProvider splitted up in two parts: OpenIssuesProvider and ClosedIssuesProvider
- class Issue is now in issue.ts
- organizing imports
- renaming
- Child items to root items. Collapsable item now shows assignee, state, id and list all labels from the issue
- Label dependent icons
- Created two methods that are used in both classes (the closed and the open issues provider)
- Label dependent icons now allow the user to use the colors from the Gitea server
- Every issue can now be opened just once at a time
- Repo settings moved to workspace settings
- Token setting moved to user settings
- Removed "filename" from
issue.tslabelDependentIcon() - Cleaning files up
- Icon for marketplace
- ReadMe Icon and styling
- InitRepo Command
- Changelog
- Multiple gitea instances are now possible. The key is now stored in the workspace settings
- BuyMeACoffeBadge ReadMe
- Emojis in treeview
- Port settings
- feat: #21: introduce baseURL for Gitea instances.
- fix: #21 missing '/'
- versions folder