release: v0.1.2
This commit is contained in:
parent
287ccc33d8
commit
c71af5fec6
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
## [0.1.2] - 2026-03-28
|
||||
|
||||
### Added
|
||||
- Added first-run onboarding flow that lets you choose notification preferences (sound and toast) on startup.
|
||||
- Added optional visual toast notifications in the top-right corner for background workspace events (completion and attention-needed alerts).
|
||||
|
|
|
|||
|
|
@ -451,7 +451,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|||
|
||||
[[package]]
|
||||
name = "herdr"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"bytes",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "herdr"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
edition = "2021"
|
||||
description = "terminal workspace manager for AI coding agents"
|
||||
license = "AGPL-3.0-or-later"
|
||||
|
|
|
|||
Loading…
Reference in New Issue