Skip to content

Commit

Permalink
chore(release): prepare for v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
altsem committed Apr 17, 2024
1 parent 1bae3ab commit c1bc64a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 11 deletions.
15 changes: 6 additions & 9 deletions .recent-changelog-entry
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
## [0.16.0] - 2024-04-14
## [0.17.0] - 2024-04-17

### 🚀 Features

- Copy commit hash with "y", move Show Refs to "Y"
- Cursor is kept in view when scrolling
- Togglable stash flags: --all & --include-untracked
- Log whether config file is being loaded or not on startup (--log flag)
- Add blank lines between refs sections, don't show empty sections
- Segregate remotes into separate sections
- Make 3 sections in show refs screen: branches, remotes, tags

### 🐛 Bug Fixes

- Typo in descriptions on menu

### 🎨 Styling

- Update stash promps to be more like in Magit
- When head detached show "?" instead of "*" on target match; update tests

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

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

## [0.17.0] - 2024-04-17

### 🚀 Features

- Log whether config file is being loaded or not on startup (--log flag)
- Add blank lines between refs sections, don't show empty sections
- Segregate remotes into separate sections
- Make 3 sections in show refs screen: branches, remotes, tags

### 🐛 Bug Fixes

- When head detached show "?" instead of "*" on target match; update tests

## [0.16.0] - 2024-04-14

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

Expand Down

0 comments on commit c1bc64a

Please sign in to comment.