Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.6.0"
".": "1.7.0"
}
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Changelog

## [Unreleased]
## [1.7.0](https://github.com/upsertco/perch/compare/v1.6.0...v1.7.0) (2026-05-30)


### Features

* cargo dev-install to symlink dev build into PATH ([#94](https://github.com/upsertco/perch/issues/94)) ([ae846d6](https://github.com/upsertco/perch/commit/ae846d636c817af648799fb6c9b5d90b87492501))


### Bug Fixes

* text-spacing in diff overlay and help menu ([#95](https://github.com/upsertco/perch/issues/95)) ([52f8cb2](https://github.com/upsertco/perch/commit/52f8cb25ac2f4e273e140631dcc0c9882b2555fa))
* CLI flags mirroring config settings — `--no-pr`, `--view`, `--no-flash`, `--flash-duration`, `--scroll-padding`, and `--edit-command`. Each overrides the config file (precedence: flag > config > default).


Expand Down
4 changes: 2 additions & 2 deletions 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,6 +1,6 @@
[package]
name = "perch"
version = "1.6.0"
version = "1.7.0"
edition = "2021"
description = "A real-time terminal dashboard for git changes"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xtask"
version = "0.0.0"
version = "1.7.0"
edition = "2021"
publish = false

Expand Down
Loading