release: v0.3.2

This commit is contained in:
Ogulcan Celik
2026-04-03 22:14:25 +03:00
parent 422b655ad7
commit 306f2b5a87
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -2,6 +2,8 @@
## Unreleased
## [0.3.2] - 2026-04-03
### Changed
- The global launcher now surfaces update-related actions more clearly: when release notes are available you can open **What's New**, and when an update has been downloaded you can **quit to apply update** directly from the menu.
- Release notes are now retained as the latest available notes after you dismiss the startup modal, so you can reopen them later from the UI instead of only seeing them once.
Generated
+1 -1
View File
@@ -451,7 +451,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "herdr"
version = "0.3.1"
version = "0.3.2"
dependencies = [
"base64",
"bytes",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "herdr"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
description = "terminal workspace manager for AI coding agents"
license = "AGPL-3.0-or-later"