mirror of
https://gitea.computerliebe.org/ComputerLiebe_ORG_private/Gitea-VSCode-Clone-Plugin.git
synced 2025-04-03 01:37:47 +00:00
* chore(gitea-git-clone): update CHANGELOG.md and package.json for version 1.1.0
* fix(gitea-git-clone): add `git clone` functionality again, after it got "lost on the way" * feat(gitea-git-clone): add localization for English and German * feat(gitea-git-clone): if working in PR show different Icon with hint * fix(gitea-git-clone): fix progress bar in notification
This commit is contained in:
parent
7544998d93
commit
d49abb060d
@ -6,8 +6,19 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
- Translate strings to English
|
||||
- Streamline Auth, Login and URL Setup
|
||||
- if working in PR show different Icon with hint
|
||||
- fix progress bar in notification
|
||||
|
||||
## 1.1.0
|
||||
|
||||
### Added
|
||||
|
||||
- Add localization for English and German
|
||||
|
||||
### Fixed
|
||||
|
||||
- add `git clone` functionality again, after it got "lost on the way"
|
||||
|
||||
## 1.0.2
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "gitea-workflow",
|
||||
"displayName": "Gitea Workflow",
|
||||
"description": "Clone from Gitea instances; Create PRs",
|
||||
"version": "1.0.2",
|
||||
"version": "1.1.0",
|
||||
"publisher": "computerliebe",
|
||||
"engines": {
|
||||
"vscode": "^1.94.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user