Skip to content

Releases: AccessKit/accesskit-c

v0.17.0

18 Jul 12:20
f69571e
Compare
Choose a tag to compare

0.17.0 (2025-07-18)

⚠ BREAKING CHANGES

  • Update for the latest AccessKit release (#49)
  • bump the rust-crates group with 4 updates (#45)

deps

  • Update for the latest AccessKit release (#49) (b429c4a)

Bug Fixes

  • bump the rust-crates group with 4 updates (#45) (ac163d1)

v0.16.0

25 May 11:50
06c1779
Compare
Choose a tag to compare

0.16.0 (2025-05-25)

⚠ BREAKING CHANGES

  • Update the AccessKit crates (#37)

Bug Fixes

  • Rename import library for MSVC toolchain (#43) (8ae58b1)
  • Update the AccessKit crates (#37) (768173d)

v0.15.1

18 Mar 20:27
0d1da94
Compare
Choose a tag to compare

0.15.1 (2025-03-18)

Bug Fixes

  • Remove calls to accesskit_tree_set_app_name in examples (#31) (1f493a9)
  • Remove paste from Cargo.lock (#30) (0623e08)
  • Update Corrosion to 0.5.1 (#32) (015a981)

v0.15.0

17 Mar 21:57
131ac69
Compare
Choose a tag to compare

0.15.0 (2025-03-17)

⚠ BREAKING CHANGES

  • Update accesskit_windows and add documentation for the subclassing adapter constructor (#28)
  • Update to new AccessKit crate versions

Features

Bug Fixes

  • Eliminate the dependency on paste (#27) (e512230)
  • Update accesskit_windows and add documentation for the subclassing adapter constructor (#28) (0e13160)
  • Update minimum supported Rust version to 1.77.2 (#26) (b86ed76)
  • Update some dependencies to fix potential vulnerabilities (#22) (7a3bb5f)
  • Update to new AccessKit crate versions (beccab7)
  • Update toml_edit (#29) (0ed8053)

v0.14.0

23 Nov 20:54
81197c3
Compare
Choose a tag to compare

0.14.0 (2024-11-23)

⚠ BREAKING CHANGES

  • Bump Rust dependencies and handle breaking changes (#20)

Bug Fixes

  • Bump Rust dependencies and handle breaking changes (#20) (6220309)
  • Declare libraries required by the Windows platform adapter in debug builds (#17) (29d8b2e)

v0.13.1

13 Oct 13:07
87d79f7
Compare
Choose a tag to compare

0.13.1 (2024-10-13)

Bug Fixes

  • bump the rust-crates group with 5 updates (#10) (aa6b8cd)
  • Update minimum supported Rust version to 1.75 (#11) (b0d35dd)

v0.13.0

14 Jul 22:41
2d58866
Compare
Choose a tag to compare

0.13.0 (2024-07-14)

Features

  • Move the C bindings into a standalone repository (#1) (14ae192)

Bug Fixes

  • Fix some typos in the documentation (f67459f)