mirror of
https://gitea.computerliebe.org/ComputerLiebe_ORG_private/Gitea-VSCode-Clone-Plugin.git
synced 2024-12-29 00:11:53 +00:00
Peter
f5e4d1da74
* chore(gitea-git-clone): update changelog and package version * feat(gitea-git-clone): add support for showing open pull requests * docs(gitea-git-clone): update README.md with new features and commands * feat(gitea-git-clone): add localization support for open pull requests * fix(gitea-git-clone): fix typo in package.nls.json * fix(gitea-git-clone): fix typo in package.json * feat(gitea-git-clone): add functions for retrieving and showing open pull requests * feat(gitea-git-clone): add command for showing open pull requests * feat(gitea-git-clone): create status bar item for showing open pull requests * fix(gitea-git-clone): fix missing comma in package.json * fix(gitea-git-clone): fix missing comma in package.nls.de.json * fix(gitea-git
46 lines
748 B
Markdown
46 lines
748 B
Markdown
# Change Log
|
|
|
|
All notable changes to the “gitea-workflow” extension will be documented in this file.
|
|
|
|
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
|
|
|
|
## [Unreleased]
|
|
|
|
- Streamline Auth, Login and URL Setup
|
|
- if working in PR show different Icon with hint
|
|
- fix progress bar in notification
|
|
|
|
## 1.2.0
|
|
|
|
### Added
|
|
|
|
- Show open Pull Requests (Command and Status Bar Icon)
|
|
|
|
## 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
|
|
|
|
### Added
|
|
|
|
- add Link to Public Repo
|
|
- fix changelog
|
|
|
|
## 1.0.1
|
|
|
|
### Added
|
|
|
|
- Add Icon
|
|
- Add section for PR to README
|
|
- Update README
|
|
|
|
## 1.0.0
|
|
|
|
_initial release_ |