* 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:
2024-10-21 03:18:15 +02:00
parent 7af1507b5a
commit 2f58d729ab
3 changed files with 14 additions and 2 deletions

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"
],