Skip to content

Commit

Permalink
chore(release): prepare for v0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
altsem committed Apr 21, 2024
1 parent 475f328 commit ac345d3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
12 changes: 2 additions & 10 deletions .recent-changelog-entry
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
## [0.19.0] - 2024-04-21

### 🚀 Features

- Move to parent section with alt+h
- Move to next/prev sections with alt+j and alt+k
- On MacOS: load `~/.config/gitu/config.toml` instead of `~/Library/Application Support/gitu/config.toml`
- Add Revert commit/abort/continue
- Show revert status
## [0.19.1] - 2024-04-21

### 🐛 Bug Fixes

- Scala syntax highlighter would not load
- Crash when trying to highlight `.tsx` files

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

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

## [0.19.1] - 2024-04-21

### 🐛 Bug Fixes

- Crash when trying to highlight `.tsx` files

## [0.19.0] - 2024-04-21

### 🚀 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.19.0"
version = "0.19.1"
edition = "2021"
license = "MIT"

Expand Down

0 comments on commit ac345d3

Please sign in to comment.