mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
polish changelog
This commit is contained in:
parent
7ec62279e8
commit
9847fe6e26
1 changed files with 7 additions and 7 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -7,24 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## Unreleased
|
||||
|
||||
## [0.27.0-rc.1] - 2024-01-14
|
||||
## [0.27.0-rc.1] - 2024-01-13
|
||||
|
||||
**manage remotes**
|
||||
**new: manage remotes**
|
||||
|
||||

|
||||
|
||||
### Breaking Changes
|
||||
* use default shell instead of bash on Unix-like OS [[@yerke](https://github.com/yerke)] ([#2343](https://github.com/extrawurst/gitui/pull/2343))
|
||||
|
||||
### Added
|
||||
* add popups for viewing, adding, updating and removing remotes [[@robin-thoene](https://github.com/robin-thoene)] ([#2172](https://github.com/extrawurst/gitui/issues/2172))
|
||||
* support for `Copy Path` action in WSL [[@johnDeSilencio](https://github.com/johnDeSilencio)] ([#2413](https://github.com/extrawurst/gitui/pull/2413))
|
||||
* help popup scrollbar [[@wugeer](https://github.com/wugeer)] ([#2388](https://github.com/extrawurst/gitui/pull/2388))
|
||||
|
||||
### Fixes
|
||||
* respect env vars like `GIT_CONFIG_GLOBAL` ([#2298](https://github.com/extrawurst/gitui/issues/2298))
|
||||
* Set `CREATE_NO_WINDOW` flag when executing Git hooks on Windows ([#2371](https://github.com/extrawurst/gitui/pull/2371))
|
||||
|
||||
### Added
|
||||
* add popups for viewing, adding, updating and removing remotes [[@robin-thoene](https://github.com/robin-thoene)] ([#2172](https://github.com/extrawurst/gitui/issues/2172))
|
||||
* support for "Copy Path" action in WSL [[@johnDeSilencio](https://github.com/johnDeSilencio)] ([#2413](https://github.com/extrawurst/gitui/pull/2413))
|
||||
* help popup scrollbar [[@wugeer](https://github.com/wugeer)](https://github.com/extrawurst/gitui/pull/2388))
|
||||
|
||||
## [0.26.3] - 2024-06-02
|
||||
|
||||
### Breaking Changes
|
||||
|
|
|
|||
Loading…
Reference in a new issue