mirror of
https://github.com/lahfir/agent-desktop.git
synced 2026-07-27 01:22:16 +00:00
chore(main): release 0.1.12
This commit is contained in:
parent
c17f2fae7a
commit
ed3dec1a89
4 changed files with 10 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
".": "0.1.11"
|
||||
".": "0.1.12"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## [0.1.12](https://github.com/lahfir/agent-desktop/compare/v0.1.11...v0.1.12) (2026-04-16)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* progressive skeleton traversal with ref-rooted drill-down ([#20](https://github.com/lahfir/agent-desktop/issues/20)) ([c17f2fa](https://github.com/lahfir/agent-desktop/commit/c17f2fae7abbbe2c914a050fa9e9be5fca9c6af0))
|
||||
|
||||
## [0.1.11](https://github.com/lahfir/agent-desktop/compare/v0.1.10...v0.1.11) (2026-03-03)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ resolver = "2"
|
|||
edition = "2021"
|
||||
rust-version = "1.78"
|
||||
license = "Apache-2.0"
|
||||
version = "0.1.11" # x-release-please-version
|
||||
version = "0.1.12" # x-release-please-version
|
||||
|
||||
[workspace.dependencies]
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "agent-desktop",
|
||||
"version": "0.1.11",
|
||||
"version": "0.1.12",
|
||||
"description": "AI agent tool for observing and controlling desktop applications via native OS accessibility trees",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue