mirror of
https://github.com/herdrdev/herdr.git
synced 2026-09-22 00:01:06 +00:00
release: v0.7.4
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
## Unreleased
|
||||
|
||||
## [0.7.4] - 2026-07-15
|
||||
|
||||
### Added
|
||||
- Added session-modal popup floating terminal panes for `type = "popup"` custom command keybindings and plugin panes, with optional cell or percentage sizing and no changes to the tiled tab layout. (#1125)
|
||||
- Added `ui.copy_on_select` to disable automatic clipboard copying after mouse selection while keeping the selection visible.
|
||||
|
||||
Generated
+1
-1
@@ -583,7 +583,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
||||
|
||||
[[package]]
|
||||
name = "herdr"
|
||||
version = "0.7.3"
|
||||
version = "0.7.4"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"bincode",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "herdr"
|
||||
version = "0.7.3"
|
||||
version = "0.7.4"
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
description = "terminal workspace manager for AI coding agents"
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
## Unreleased
|
||||
|
||||
## [0.7.4] - 2026-07-15
|
||||
|
||||
### Added
|
||||
- Added session-modal popup floating terminal panes for `type = "popup"` custom command keybindings and plugin panes, with optional cell or percentage sizing and no changes to the tiled tab layout. (#1125)
|
||||
- Added `ui.copy_on_select` to disable automatic clipboard copying after mouse selection while keeping the selection visible.
|
||||
|
||||
Reference in New Issue
Block a user