* 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:
Peter 2024-10-21 10:22:56 +02:00
parent 7544998d93
commit d49abb060d
2 changed files with 13 additions and 2 deletions

View File

@ -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

View File

@ -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"