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 @@
{
".": "0.3.0"
".": "0.4.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.4.0](https://github.com/struong/ghune/compare/v0.3.0...v0.4.0) (2026-01-04)


### Features

* Add [Tab] hint to inactive panel for easier navigation ([#7](https://github.com/struong/ghune/issues/7)) ([53d1060](https://github.com/struong/ghune/commit/53d1060d9b4f93053c952be1c24fb304838f9dcf))
* add deletion confirmation dialog ([#6](https://github.com/struong/ghune/issues/6)) ([55d9197](https://github.com/struong/ghune/commit/55d9197bc9992fdf7452287fe6cfc21c87b58a4a))
* add spacebar as alternative key to stage/unstage repos ([9bf4fca](https://github.com/struong/ghune/commit/9bf4fca09c51c18b494183e1cb4de19570864fcb))
* add spacebar as alternative key to stage/unstage repos ([5c979a3](https://github.com/struong/ghune/commit/5c979a3852943b059b9fdf5d26ddfabc339013d5))
* use file-based token storage instead of keychain ([#8](https://github.com/struong/ghune/issues/8)) ([f5e8135](https://github.com/struong/ghune/commit/f5e8135d4499ec2f209174a202f40a891e275419))

## [0.3.0](https://github.com/struong/ghune/compare/v0.2.0...v0.3.0) (2025-12-31)


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 = "ghune"
description = "Bulk-delete Github repos from the terminal"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/struong/ghune"
Expand Down