Skip to content

Commit

Permalink
chore(release): prepare for v0.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
altsem committed Feb 13, 2025
1 parent af57cec commit aa162ba
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 16 deletions.
17 changes: 3 additions & 14 deletions .recent-changelog-entry
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
## [0.28.0] - 2025-02-04

### 🚀 Features

- *(Revert)* Add --no-edit flag (bound to -E)
- Update on file changes
- Open help with `?` too, close with `h` / `?` (#280)
## [0.28.1] - 2025-02-13

### 🐛 Bug Fixes

- Cursor sometimes hidden when spawning editor
- 'Standard input is not a terminal' when opening editor
- Staircased git output

### 🔧 Configuration

- Add `refresh_on_file_change` bool to en/disable file watcher
- Change logging level to reduce inotify spam
- Don't refresh on `gitu.log` writes (gitu --log)

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [0.28.1] - 2025-02-13

### 🐛 Bug Fixes

- Change logging level to reduce inotify spam
- Don't refresh on `gitu.log` writes (gitu --log)

## [0.28.0] - 2025-02-04

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gitu"
description = "A git client inspired by Magit"
version = "0.28.0"
version = "0.28.1"
edition = "2021"
license = "MIT"

Expand Down

0 comments on commit aa162ba

Please sign in to comment.