Skip to content

Commit aa162ba

Browse files
committed
chore(release): prepare for v0.28.1
1 parent af57cec commit aa162ba

File tree

4 files changed

+12
-16
lines changed

4 files changed

+12
-16
lines changed

.recent-changelog-entry

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
1-
## [0.28.0] - 2025-02-04
2-
3-
### 🚀 Features
4-
5-
- *(Revert)* Add --no-edit flag (bound to -E)
6-
- Update on file changes
7-
- Open help with `?` too, close with `h` / `?` (#280)
1+
## [0.28.1] - 2025-02-13
82

93
### 🐛 Bug Fixes
104

11-
- Cursor sometimes hidden when spawning editor
12-
- 'Standard input is not a terminal' when opening editor
13-
- Staircased git output
14-
15-
### 🔧 Configuration
16-
17-
- Add `refresh_on_file_change` bool to en/disable file watcher
5+
- Change logging level to reduce inotify spam
6+
- Don't refresh on `gitu.log` writes (gitu --log)
187

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.28.1] - 2025-02-13
6+
7+
### 🐛 Bug Fixes
8+
9+
- Change logging level to reduce inotify spam
10+
- Don't refresh on `gitu.log` writes (gitu --log)
11+
512
## [0.28.0] - 2025-02-04
613

714
### 🚀 Features

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "gitu"
33
description = "A git client inspired by Magit"
4-
version = "0.28.0"
4+
version = "0.28.1"
55
edition = "2021"
66
license = "MIT"
77

0 commit comments

Comments
 (0)