* chore(gitea-git-clone): update changelog and package.json for version 1.0.2

* - Translate strings to English
* - Streamline Auth, Login and URL Setup
* - Add Link to Public Repo
* - Fix changelog
This commit is contained in:
Peter 2024-10-21 03:18:15 +02:00
parent 7af1507b5a
commit 2f58d729ab
Signed by: Peter
GPG Key ID: 90EA41BD0E1A2600
3 changed files with 14 additions and 2 deletions

View File

@ -6,7 +6,15 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
## [Unreleased]
- Initial release
- Translate strings to English
- Streamline Auth, Login and URL Setup
## 1.0.2
### Added
- add Link to Public Repo
- fix changelog
## 1.0.1

Binary file not shown.

View File

@ -2,11 +2,15 @@
"name": "gitea-workflow",
"displayName": "Gitea Workflow",
"description": "Clone from Gitea instances; Create PRs",
"version": "1.0.1",
"version": "1.0.2",
"publisher": "computerliebe",
"engines": {
"vscode": "^1.94.0"
},
"repository": {
"type": "git",
"url": "https://gitea.computerliebe.org/ComputerLiebe/Gitea-Workflow.git"
},
"categories": [
"Other"
],