Skip to content
Open
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"accesskit":"0.25.0","accesskit_consumer":"0.39.0","adapters/macos":"0.27.0","adapters/windows":"0.35.0","adapters/winit":"0.34.0","adapters/unix":"0.23.0","adapters/atspi-common":"0.20.0","adapters/android":"0.8.0","adapters/ios":"0.2.0"}
{"accesskit":"0.25.0","accesskit_consumer":"0.39.0","adapters/macos":"0.27.0","adapters/windows":"0.35.0","adapters/winit":"0.34.1","adapters/unix":"0.24.0","adapters/atspi-common":"0.21.0","adapters/android":"0.8.0","adapters/ios":"0.2.0"}
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.

12 changes: 12 additions & 0 deletions adapters/atspi-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@
* accesskit bumped from 0.17.0 to 0.17.1
* accesskit_consumer bumped from 0.25.0 to 0.26.0

## [0.21.0](https://github.com/AccessKit/accesskit/compare/accesskit_atspi_common-v0.20.0...accesskit_atspi_common-v0.21.0) (2026-09-06)


### Features

* Support the Image interface on Unix ([#791](https://github.com/AccessKit/accesskit/issues/791)) ([93a6984](https://github.com/AccessKit/accesskit/commit/93a6984b8c3578dce1e319767b82c7652612d521))


### Bug Fixes

* Expose non-disabled nodes as enabled and sensitive on Unix ([#788](https://github.com/AccessKit/accesskit/issues/788)) ([6ee0558](https://github.com/AccessKit/accesskit/commit/6ee0558b6315b3ef1594db24ce45a030ecac7cb5))

## [0.20.0](https://github.com/AccessKit/accesskit/compare/accesskit_atspi_common-v0.19.1...accesskit_atspi_common-v0.20.0) (2026-08-29)


Expand Down
2 changes: 1 addition & 1 deletion adapters/atspi-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_atspi_common"
version = "0.20.0"
version = "0.21.0"
authors.workspace = true
license.workspace = true
description = "AccessKit UI accessibility infrastructure: core AT-SPI translation layer"
Expand Down
14 changes: 14 additions & 0 deletions adapters/unix/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,20 @@
* accesskit bumped from 0.17.0 to 0.17.1
* accesskit_atspi_common bumped from 0.10.0 to 0.10.1

## [0.24.0](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.23.0...accesskit_unix-v0.24.0) (2026-09-06)


### Features

* Support the Image interface on Unix ([#791](https://github.com/AccessKit/accesskit/issues/791)) ([93a6984](https://github.com/AccessKit/accesskit/commit/93a6984b8c3578dce1e319767b82c7652612d521))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit_atspi_common bumped from 0.20.0 to 0.21.0

## [0.23.0](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.22.1...accesskit_unix-v0.23.0) (2026-08-29)


Expand Down
4 changes: 2 additions & 2 deletions adapters/unix/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_unix"
version = "0.23.0"
version = "0.24.0"
authors.workspace = true
license.workspace = true
description = "AccessKit UI accessibility infrastructure: Linux adapter"
Expand All @@ -18,7 +18,7 @@ tokio = ["dep:tokio", "dep:tokio-stream"]

[dependencies]
accesskit = { version = "0.25.0", path = "../../accesskit" }
accesskit_atspi_common = { version = "0.20.0", path = "../atspi-common" }
accesskit_atspi_common = { version = "0.21.0", path = "../atspi-common" }
atspi = { version = "0.29", default-features = false, features = ["proxies"] }
futures-lite = "2.3"
serde = "1.0"
Expand Down
9 changes: 9 additions & 0 deletions adapters/winit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,15 @@
* accesskit_macos bumped from 0.18.0 to 0.18.1
* accesskit_unix bumped from 0.13.0 to 0.13.1

## [0.34.1](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.34.0...accesskit_winit-v0.34.1) (2026-09-06)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit_unix bumped from 0.23.0 to 0.24.0

## [0.34.0](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.33.2...accesskit_winit-v0.34.0) (2026-08-29)


Expand Down
4 changes: 2 additions & 2 deletions adapters/winit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_winit"
version = "0.34.0"
version = "0.34.1"
authors.workspace = true
license = "Apache-2.0"
description = "AccessKit UI accessibility infrastructure: winit adapter"
Expand Down Expand Up @@ -31,7 +31,7 @@ accesskit_windows = { version = "0.35.0", path = "../windows" }
accesskit_macos = { version = "0.27.0", path = "../macos" }

[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
accesskit_unix = { version = "0.23.0", path = "../unix", optional = true, default-features = false }
accesskit_unix = { version = "0.24.0", path = "../unix", optional = true, default-features = false }

[target.'cfg(target_os = "android")'.dependencies]
accesskit_android = { version = "0.8.0", path = "../android", optional = true, features = ["embedded-dex"] }
Expand Down
Loading