mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
Add changelog entry for self-update command
This commit is contained in:
parent
d3e11e1284
commit
71cd862b78
1 changed files with 7 additions and 0 deletions
|
|
@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## Unreleased
|
||||
|
||||
### Added
|
||||
* self-update command `gitui update` (or `gitui -U`) to update gitui via CLI before opening TUI [[@shuppel](https://github.com/shuppel)]
|
||||
* supports updating via multiple package managers: cargo, dnf, apt, pacman, homebrew, scoop, chocolatey
|
||||
* automatically detects installation method by examining binary path and querying system package managers
|
||||
* `--nightly` / `-n` flag to include pre-release versions (nightly, rc, beta) in update checks
|
||||
* filters stable vs pre-release versions so users can choose update stability
|
||||
|
||||
### Changed
|
||||
* use [tombi](https://github.com/tombi-toml/tombi) for all toml file formatting
|
||||
* open the external editor from the status diff view [[@WaterWhisperer](https://github.com/WaterWhisperer)] ([#2805](https://github.com/gitui-org/gitui/issues/2805))
|
||||
|
|
|
|||
Loading…
Reference in a new issue