vscode_dwm-git-simpleuse/CHANGELOG.md
nyncral 519dbb96cf - check if in git repository before running commands
- can "disable" extention if not in git repository
2024-07-19 15:18:40 +02:00

38 lines
912 B
Markdown

# Change Log
## [Unreleased] <sub><sup><sub>_(not in order)_</sub></sup></sub>
- Task API
- No git msgs as errors
- Progress bar for git commands
- Upload only active file
- Make it possible to receive a webhook to send info to user
- check if in git repository before running commands
- can "disable" extention if not in git repository
## [0.1.3] - 2024-07-18
- Fixed "commit message auto increment"
- Fixed commit message couldn't have `'` in it
- added "--ff" to git pull
## [0.1.2] - 2024-07-11
- Fixed "initialize existing repository" command
- Renamed commands with "gitDWM : " prefix
## [0.1.0] - 2024-04-10
- Choose commmit message
- Commit message auto increment
- Command to initialize existing repository
- Activation event set to "onStartupFinished"
## [0.0.2] - 2024-02-02
- Renamed command to something else than "helloworld" => ("full push")
## [0.0.1] - 2024-02-01
- Initial release