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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [v0.41.0](https://github.com/shuntaka9576/agentoast/compare/v0.40.0...v0.41.0) - 2026-05-01
- feat: add gg/G keyboard shortcuts for top/bottom jump by @shuntaka9576 in https://github.com/shuntaka9576/agentoast/pull/238

## [v0.40.0](https://github.com/shuntaka9576/agentoast/compare/v0.39.2...v0.40.0) - 2026-04-29
- feat: detect Codex Plan mode from status bar by @shuntaka9576 in https://github.com/shuntaka9576/agentoast/pull/227
- feat: highlight active repo group with cyan ring by @shuntaka9576 in https://github.com/shuntaka9576/agentoast/pull/230
Expand Down
6 changes: 3 additions & 3 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
Expand Up @@ -3,7 +3,7 @@ members = ["crates/agentoast-shared", "crates/agentoast-cli", "src-tauri"]
resolver = "2"

[workspace.package]
version = "0.40.0"
version = "0.41.0"

[workspace.lints.clippy]
all = { level = "warn", priority = -1 }
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agentoast",
"version": "0.40.0",
"version": "0.41.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Agentoast",
"version": "0.40.0",
"version": "0.41.0",
"identifier": "com.shuntaka.agentoast",
"build": {
"beforeDevCommand": "bun run dev",
Expand Down