Skip to content

Commit 866dfef

Browse files
committed
restore [0.28.1] release notes lost in rebase conflict resolution
1 parent 38b8896 commit 866dfef

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
* when staging the last file in a directory, the first item after the directory is no longer skipped [[@Tillerino](https://github.com/Tillerino)] ([#2748](https://github.com/gitui-org/gitui/issues/2748))
2323
* index-out-of-bounds panic when unstaging lines near the end of a diff ([#2953](https://github.com/gitui-org/gitui/issues/2953))
2424

25+
## [0.28.1] - 2026-03-21
26+
27+
### Changed
28+
* support proper pre-push hook ([#2809](https://github.com/gitui-org/gitui/issues/2809))
29+
* improve `gitui --version` message [[@hlsxx](https://github.com/hlsxx)] ([#2838](https://github.com/gitui-org/gitui/issues/2838))
30+
* rust msrv bumped to `1.88`
31+
32+
### Fixed
33+
* fix extremely slow status loading in large repositories by replacing time-based cache invalidation with generation counter [[@DannyStoll1](https://github.com/DannyStoll1)] ([#2823](https://github.com/gitui-org/gitui/issues/2823))
34+
* fix panic when renaming or updating remote URL with no remotes configured [[@xvchris](https://github.com/xvchris)] ([#2868](https://github.com/gitui-org/gitui/issues/2868))
35+
2536
## [0.28.0] - 2025-12-14
2637

2738
**discard changes on checkout**

0 commit comments

Comments
 (0)