tao
Cross-platform window manager library.
0.37.0
29M downloads/mo
#1716 most downloaded on crates.io
tauri-apps/tao
What this package is like to depend on
Last release 2 days ago
21 Aug 2026
Release timing varies
gaps range from 2 weeks to 5 months
Rarely documented
notes for 3 of 123 stable releases
2 versions withdrawn
withdrawn after publishing
5 years old
125 releases · first in 2021
13 releases in the last 12 months
see the full history below
Release timeline
125 releases · Apr 2021 to Aug 2026Releases
latest 60 of 125-
0.37.021 Aug 2026Release notes
Open source →Cargo Audit
Updating crates.io index Locking 359 packages to latest compatible versions Adding dlopen2 v0.8.2 (available: v0.9.0) Adding jni v0.21.1 (available: v0.22.4) Adding raw-window-handle v0.4.3 (available: v0.6.2) Adding raw-window-handle v0.5.2 (available: v0.6.2) Adding syn v2.0.119 (available: v3.0.3) Adding toml v0.8.2 (available: v0.8.23) Adding toml_datetime v0.6.3 (available: v0.6.11) Adding toml_edit v0.20.2 (available: v0.20.7) Fetching advisory database from `https://github.com/RustSec/advisory-db.git` Loaded 1225 security advisories (from /home/runner/.cargo/advisory-db) Updating crates.io index Scanning Cargo.lock for vulnerabilities (361 crate dependencies) Crate: atk Version: 0.18.2 Warning: unmaintained Title: gtk-rs GTK3 bindings - no longer maintained Date: 2024-03-04 ID: RUSTSEC-2024-0413 URL: https://rustsec.org/advisories/RUSTSEC-2024-0413 Crate: atk-sys Version: 0.18.2 Warning: unmaintained Title: gtk-rs GTK3 bindings - no longer maintained Date: 2024-03-04 ID: RUSTSEC-2024-0416 URL: https://rustsec.org/advisories/RUSTSEC-2024-0416 Crate: gdk Version: 0.18.2 Warning: unmaintained Title: gtk-rs GTK3 bindings - no longer maintained Date: 2024-03-04 ID: RUSTSEC-2024-0412 URL: https://rustsec.org/advisories/RUSTSEC-2024-0412 Crate: gdk-sys Version: 0.18.2 Warning: unmaintained Title: gtk-rs GTK3 bindings - no longer maintained Date: 2024-03-04 ID: RUSTSEC-2024-0418 URL: https://rustsec.org/advisories/RUSTSEC-2024-0418 Crate: gdkwayland-sys Version: 0.18.2 Warning: unmaintained Title: gtk-rs GTK3 bindings - no longer maintained Date: 2024-03-04 ID: RUSTSEC-2024-0411 URL: https://rustsec.org/advisories/RUSTSEC-2024-0411 Crate: gdkx11-sys Version: 0.18.2 Warning: unmaintained Title: gtk-rs GTK3 bindings - no longer maintained Date: 2024-03-04 ID: RUSTSEC-2024-0414 URL: https://rustsec.org/advisories/RUSTSEC-2024-0414 Crate: gtk Version: 0.18.2 Warning: unmaintained Title: gtk-rs GTK3 bindings - no longer maintained Date: 2024-03-04 ID: RUSTSEC-2024-0415 URL: https://rustsec.org/advisories/RUSTSEC-2024-0415 Crate: gtk-sys Version: 0.18.2 Warning: unmaintained Title: gtk-rs GTK3 bindings - no longer maintained Date: 2024-03-04 ID: RUSTSEC-2024-0420 URL: https://rustsec.org/advisories/RUSTSEC-2024-0420 Crate: gtk3-macros Version: 0.18.2 Warning: unmaintained Title: gtk-rs GTK3 bindings - no longer maintained Date: 2024-03-04 ID: RUSTSEC-2024-0419 URL: https://rustsec.org/advisories/RUSTSEC-2024-0419 Crate: paste Version: 1.0.15 Warning: unmaintained Title: paste - no longer maintained Date: 2024-10-07 ID: RUSTSEC-2024-0436 URL: https://rustsec.org/advisories/RUSTSEC-2024-0436 Crate: proc-macro-error Version: 1.0.4 Warning: unmaintained Title: proc-macro-error is unmaintained Date: 2024-09-01 ID: RUSTSEC-2024-0370 URL: https://rustsec.org/advisories/RUSTSEC-2024-0370 Crate: glib Version: 0.18.5 Warning: unsound Title: Unsoundness in `Iterator` and `DoubleEndedIterator` impls for `glib::VariantStrIter` Date: 2024-03-30 ID: RUSTSEC-2024-0429 URL: https://rustsec.org/advisories/RUSTSEC-2024-0429 warning: 12 allowed warnings found[0.37.0]
beb88249(#1304) Fix Android event loop hanging on first IPC call. When thendk_glueevent pipe and the wake fd became ready at the same time,ALooper_pollAllcould return the fd event instead ofALOOPER_POLL_WAKE, so the loop never drained the user-event channel and every invoke response sat there forever. The event loop now drains pending user events on every iteration, regardless of what the poll reported.27e4d01e(#1298) Fix a mismatched meta-variable name in theandroid_bindingmacro.992909acOn Windows, skipset_skip_taskbarifskip_taskbaris false when creating the window and on taskbar restars.95636d5f(#1301) On iOS, fixed a startup panic in debug builds on iOS versions older than 26, caused by registering the iOS 26-onlypreferredWindowingControlStyleForScene:method inside theUIWindowSceneDelegateprotocol block.a3ff3f03On iOS, always implementapplication:configurationForConnectingSceneSession:options:on the application delegate, using the role of the connecting session, so the tao scene delegate is installed whenever the system runs the app on the scene lifecycle - which iOS 26 and above does even for apps whose Info.plist does not declare aUIApplicationSceneManifest. Windows are now attached to a scene whenever one is connected instead of only when the Info.plist enables multiple scenes, and windows created before the first scene connects are adopted by it, so they are still displayed.eebd58f9(#1261) On iOS, emitWindowEvent::Destroyedfor a scene's windows when the scene disconnects. PreviouslysceneDidDisconnect:was a no-op, so windows tied to a scene never reported their destruction when the system reclaimed the scene.f6671e34(#1291) Bumped MSRV to 1.8504394e48(#1313) On Windows, fixWindowfunctions panics after the parent event loop dropped, they log the errors insteadf8722bd3(#1292) Updatedwindowsandwindows-coreto 0.62, this drop Windows 7 support, see microsoft/windows-rs#3808493dc3a8(#1306) On Windows, delay maximizing the window if it's hidden to avoid it flashing briefly. This also changed the size and position returned to pre-maximized states if you query them with the window being hidden and calledmaximizebd1b990b(#1296) On Windows, fixed flashing title bar on undecorated windows creation36b31b79(#1157) Exits the process on receivingWM_ENDSESSIONmessage, this fixes thecannot move state from Destroyedcrash after receiving the message from Restart Manager
Cargo Publish
Updating crates.io index Packaging tao v0.37.0 (/home/runner/work/tao/tao) warning: ignoring test `send_objects` as `tests/send_objects.rs` is not included in the published package warning: ignoring test `serde_objects` as `tests/serde_objects.rs` is not included in the published package warning: ignoring test `sync_object` as `tests/sync_object.rs` is not included in the published package Updating crates.io index Packaged 118 files, 1.3MiB (307.7KiB compressed) Uploading tao v0.37.0 (/home/runner/work/tao/tao) Uploaded tao v0.37.0 to registry `crates-io` note: waiting for tao v0.37.0 to be available at registry `crates-io` help: you may press ctrl-c to skip waiting; the crate should be available shortly Published tao v0.37.0 at registry `crates-io` -
0.36.029 Jul 2026Release notes
Open source →Cargo Audit
Updating crates.io index Locking 360 packages to latest compatible versions Adding dlopen2 v0.8.2 (available: v0.9.0) Adding jni v0.21.1 (available: v0.22.4) Adding raw-window-handle v0.4.3 (available: v0.6.2) Adding raw-window-handle v0.5.2 (available: v0.6.2) Adding syn v2.0.119 (available: v3.0.3) Adding toml v0.8.2 (available: v0.8.23) Adding toml_datetime v0.6.3 (available: v0.6.11) Adding toml_edit v0.20.2 (available: v0.20.7) Adding windows v0.61.3 (available: v0.62.2) Adding windows-core v0.61.2 (available: v0.62.2) Fetching advisory database from `https://github.com/RustSec/advisory-db.git` Loaded 1172 security advisories (from /home/runner/.cargo/advisory-db) Updating crates.io index Scanning Cargo.lock for vulnerabilities (362 crate dependencies) Crate: atk Version: 0.18.2 Warning: unmaintained Title: gtk-rs GTK3 bindings - no longer maintained Date: 2024-03-04 ID: RUSTSEC-2024-0413 URL: https://rustsec.org/advisories/RUSTSEC-2024-0413 Crate: atk-sys Version: 0.18.2 Warning: unmaintained Title: gtk-rs GTK3 bindings - no longer maintained Date: 2024-03-04 ID: RUSTSEC-2024-0416 URL: https://rustsec.org/advisories/RUSTSEC-2024-0416 Crate: gdk Version: 0.18.2 Warning: unmaintained Title: gtk-rs GTK3 bindings - no longer maintained Date: 2024-03-04 ID: RUSTSEC-2024-0412 URL: https://rustsec.org/advisories/RUSTSEC-2024-0412 Crate: gdk-sys Version: 0.18.2 Warning: unmaintained Title: gtk-rs GTK3 bindings - no longer maintained Date: 2024-03-04 ID: RUSTSEC-2024-0418 URL: https://rustsec.org/advisories/RUSTSEC-2024-0418 Crate: gdkwayland-sys Version: 0.18.2 Warning: unmaintained Title: gtk-rs GTK3 bindings - no longer maintained Date: 2024-03-04 ID: RUSTSEC-2024-0411 URL: https://rustsec.org/advisories/RUSTSEC-2024-0411 Crate: gdkx11-sys Version: 0.18.2 Warning: unmaintained Title: gtk-rs GTK3 bindings - no longer maintained Date: 2024-03-04 ID: RUSTSEC-2024-0414 URL: https://rustsec.org/advisories/RUSTSEC-2024-0414 Crate: gtk Version: 0.18.2 Warning: unmaintained Title: gtk-rs GTK3 bindings - no longer maintained Date: 2024-03-04 ID: RUSTSEC-2024-0415 URL: https://rustsec.org/advisories/RUSTSEC-2024-0415 Crate: gtk-sys Version: 0.18.2 Warning: unmaintained Title: gtk-rs GTK3 bindings - no longer maintained Date: 2024-03-04 ID: RUSTSEC-2024-0420 URL: https://rustsec.org/advisories/RUSTSEC-2024-0420 Crate: gtk3-macros Version: 0.18.2 Warning: unmaintained Title: gtk-rs GTK3 bindings - no longer maintained Date: 2024-03-04 ID: RUSTSEC-2024-0419 URL: https://rustsec.org/advisories/RUSTSEC-2024-0419 Crate: paste Version: 1.0.15 Warning: unmaintained Title: paste - no longer maintained Date: 2024-10-07 ID: RUSTSEC-2024-0436 URL: https://rustsec.org/advisories/RUSTSEC-2024-0436 Crate: proc-macro-error Version: 1.0.4 Warning: unmaintained Title: proc-macro-error is unmaintained Date: 2024-09-01 ID: RUSTSEC-2024-0370 URL: https://rustsec.org/advisories/RUSTSEC-2024-0370 Crate: glib Version: 0.18.5 Warning: unsound Title: Unsoundness in `Iterator` and `DoubleEndedIterator` impls for `glib::VariantStrIter` Date: 2024-03-30 ID: RUSTSEC-2024-0429 URL: https://rustsec.org/advisories/RUSTSEC-2024-0429 warning: 12 allowed warnings found[0.36.0]
-
2b818c4e(#1288 by @Legend-Master) Breaking Change:Changed the names of the Android JNI lifecycle functions exposed by
android_binding!as follows:createtoonFirstActivityCreateonActivityCreatetoonCreatestarttoonStartresumetoonResumepausetoonPausestoptoonStop- Removed
onActivitySaveInstanceState onActivityDestroytoonDestroyonActivityLowMemorytoonLowMemory
onLowMemoryno longer takes any parameters.
onFirstActivityCreateno longer takes any parameters. -
4d5005ff(#1173 by @sftse)fn set_min_inner_size,fn set_max_inner_size,fn set_inner_size_constraints,
fn set_fullscreenandfn set_themeonWindowwere not properly thread-safe
on Linux. -
2ff9e3e9(#1271 by @Legend-Master) FixEventLoopProxy::send_eventsometimes doesn't deliver the event until the nextEventLoopProxy::send_eventcall -
14a6dec2(#1252 by @Legend-Master) Fix getting the DPI internally leaksHDChandles on Windows. Also only callGetDCwhen on < Windows 8.1 which improves its performance. -
47d38f36(#1228 by @ushinohama966) fix(linux): map JIS keyboard specific keys (Zenkaku_Hankaku,Hiragana_Katakana,Henkan,Muhenkan) inraw_key_to_keyto prevent them from becomingKey::Unidentified. -
2ada91bf(#1254 by @tenderdeve) On macOS, re-apply the custom traffic light inset after a title change and
after leaving fullscreen, so the buttons no longer jump back to their default
position on those events. -
07f3742b(#1218 by @dgerhardt) On Linux, multiple issues regarding window decoration handling for Wayland have been fixed
(#899, #1046, tauri-apps/tauri#6562, tauri-apps/tauri#13440, tauri-apps/tauri#13749, tauri-apps/tauri#14251, tauri-apps/tauri#14748).
Title bar buttons and changing of the title should now work as expected.
Furthermore, client-side decorations are no longer applied, when server-side decorations are supported.
SSD are no longer applied when decorations are disabled for a window during creation.
Toggling of SSD rendering for existing windows is however not supported at this time. -
dad6b990(#1266 by @FabianLars) Tao now initializesndk-contextagain. This happens in the first onActivityCreate call and uses an Application context instead of an Activity context. -
729bbcad(#1270 by @ahirner) Prevent iOS apps from aborting when UIKit lays out a Tao view while it is temporarily detached from its window. -
f2163508(#1245 by @velocitysystems) Prevent use-after-free in iOSconfigurationForConnectingSceneSessionthat crashes release builds on launch. -
3f70d07c(#1250 by @velocitysystems) Fix iPadOS 26 system window controls overlappingWKWebViewcontent by implementingpreferredWindowingControlStyleForScene:on the scene delegate and returning theminimalstyle. The optional protocol method is a no-op on iOS versions earlier than 26. -
87c46b52(#1238 by @Legend-Master) Refactored some Windows keyboard internal implementations to catch up with winit, there should not be any behavior changes, please report if you find one -
f7f8173d(#1264 by @seemoer) Release the window state lock before updating taskbar visibility on Windows to avoid a reentrantTaskbarCreateddeadlock. -
71b59efe(#1209 by @lucasfernog) Moved Android and iOS lifecycle events toWindowEvent, includingStarted,Stopped,Suspended, andResumed, so they are emitted for the specific window whose activity or scene changed lifecycle state. -
87c46b52(#1238 by @Legend-Master)WindowEvent::ReceivedImeTextevent's text is now coming fromImmGetCompositionStringWinstead of a recordingWM_CHARandWM_SYSCHARmessages -
5f209bd8(#1231 by @Legend-Master) Fixedwith_background_colordoesn't work on initial load on Windows -
c704261c(#1215 by @chuwik) Avoid Windows keyboard and IME deadlocks caused by re-entrant message processing while input state locks are held. -
5f209bd8(#1231 by @Legend-Master) Removed window subclassing on Windows
Dependencies
- Upgraded to
[email protected]
Cargo Publish
Updating crates.io index Packaging tao v0.36.0 (/home/runner/work/tao/tao) warning: ignoring test `send_objects` as `tests/send_objects.rs` is not included in the published package warning: ignoring test `serde_objects` as `tests/serde_objects.rs` is not included in the published package warning: ignoring test `sync_object` as `tests/sync_object.rs` is not included in the published package Updating crates.io index Packaged 118 files, 1.3MiB (306.1KiB compressed) Uploading tao v0.36.0 (/home/runner/work/tao/tao) Uploaded tao v0.36.0 to registry `crates-io` note: waiting for tao v0.36.0 to be available at registry `crates-io` help: you may press ctrl-c to skip waiting; the crate should be available shortly Published tao v0.36.0 at registry `crates-io` -
-
0.35.323 May 2026Release notes
Open source →Cargo Audit
Updating crates.io index Locking 345 packages to latest compatible versions Adding jni v0.21.1 (available: v0.22.4) Adding raw-window-handle v0.4.3 (available: v0.6.2) Adding raw-window-handle v0.5.2 (available: v0.6.2) Adding toml v0.8.2 (available: v0.8.23) Adding toml_datetime v0.6.3 (available: v0.6.11) Adding toml_edit v0.20.2 (available: v0.20.7) Adding windows v0.61.3 (available: v0.62.2) Adding windows-core v0.61.2 (available: v0.62.2) Fetching advisory database from `https://github.com/RustSec/advisory-db.git` Loaded 1098 security advisories (from /home/runner/.cargo/advisory-db) Updating crates.io index Scanning Cargo.lock for vulnerabilities (347 crate dependencies) Crate: atk Version: 0.18.2 Warning: unmaintained Title: gtk-rs GTK3 bindings - no longer maintained Date: 2024-03-04 ID: RUSTSEC-2024-0413 URL: https://rustsec.org/advisories/RUSTSEC-2024-0413 Dependency tree: atk 0.18.2 └── gtk 0.18.2 └── tao 0.35.3 Crate: atk-sys Version: 0.18.2 Warning: unmaintained Title: gtk-rs GTK3 bindings - no longer maintained Date: 2024-03-04 ID: RUSTSEC-2024-0416 URL: https://rustsec.org/advisories/RUSTSEC-2024-0416 Dependency tree: atk-sys 0.18.2 ├── gtk-sys 0.18.2 │ └── gtk 0.18.2 │ └── tao 0.35.3 └── atk 0.18.2 └── gtk 0.18.2 Crate: gdk Version: 0.18.2 Warning: unmaintained Title: gtk-rs GTK3 bindings - no longer maintained Date: 2024-03-04 ID: RUSTSEC-2024-0412 URL: https://rustsec.org/advisories/RUSTSEC-2024-0412 Dependency tree: gdk 0.18.2 └── gtk 0.18.2 └── tao 0.35.3 Crate: gdk-sys Version: 0.18.2 Warning: unmaintained Title: gtk-rs GTK3 bindings - no longer maintained Date: 2024-03-04 ID: RUSTSEC-2024-0418 URL: https://rustsec.org/advisories/RUSTSEC-2024-0418 Dependency tree: gdk-sys 0.18.2 ├── gtk-sys 0.18.2 │ └── gtk 0.18.2 │ └── tao 0.35.3 ├── gdkx11-sys 0.18.2 │ └── tao 0.35.3 ├── gdkwayland-sys 0.18.2 │ └── tao 0.35.3 └── gdk 0.18.2 └── gtk 0.18.2 Crate: gdkwayland-sys Version: 0.18.2 Warning: unmaintained Title: gtk-rs GTK3 bindings - no longer maintained Date: 2024-03-04 ID: RUSTSEC-2024-0411 URL: https://rustsec.org/advisories/RUSTSEC-2024-0411 Dependency tree: gdkwayland-sys 0.18.2 └── tao 0.35.3 Crate: gdkx11-sys Version: 0.18.2 Warning: unmaintained Title: gtk-rs GTK3 bindings - no longer maintained Date: 2024-03-04 ID: RUSTSEC-2024-0414 URL: https://rustsec.org/advisories/RUSTSEC-2024-0414 Dependency tree: gdkx11-sys 0.18.2 └── tao 0.35.3 Crate: gtk Version: 0.18.2 Warning: unmaintained Title: gtk-rs GTK3 bindings - no longer maintained Date: 2024-03-04 ID: RUSTSEC-2024-0415 URL: https://rustsec.org/advisories/RUSTSEC-2024-0415 Dependency tree: gtk 0.18.2 └── tao 0.35.3 Crate: gtk-sys Version: 0.18.2 Warning: unmaintained Title: gtk-rs GTK3 bindings - no longer maintained Date: 2024-03-04 ID: RUSTSEC-2024-0420 URL: https://rustsec.org/advisories/RUSTSEC-2024-0420 Dependency tree: gtk-sys 0.18.2 └── gtk 0.18.2 └── tao 0.35.3 Crate: gtk3-macros Version: 0.18.2 Warning: unmaintained Title: gtk-rs GTK3 bindings - no longer maintained Date: 2024-03-04 ID: RUSTSEC-2024-0419 URL: https://rustsec.org/advisories/RUSTSEC-2024-0419 Dependency tree: gtk3-macros 0.18.2 └── gtk 0.18.2 └── tao 0.35.3 Crate: paste Version: 1.0.15 Warning: unmaintained Title: paste - no longer maintained Date: 2024-10-07 ID: RUSTSEC-2024-0436 URL: https://rustsec.org/advisories/RUSTSEC-2024-0436 Dependency tree: paste 1.0.15 └── rav1e 0.8.1 └── ravif 0.13.0 └── image 0.25.10 └── tao 0.35.3 Crate: proc-macro-error Version: 1.0.4 Warning: unmaintained Title: proc-macro-error is unmaintained Date: 2024-09-01 ID: RUSTSEC-2024-0370 URL: https://rustsec.org/advisories/RUSTSEC-2024-0370 Dependency tree: proc-macro-error 1.0.4 ├── gtk3-macros 0.18.2 │ └── gtk 0.18.2 │ └── tao 0.35.3 └── glib-macros 0.18.5 └── glib 0.18.5 ├── pango 0.18.3 │ ├── gtk 0.18.2 │ └── gdk 0.18.2 │ └── gtk 0.18.2 ├── gtk 0.18.2 ├── gio 0.18.4 │ ├── pango 0.18.3 │ ├── gtk 0.18.2 │ ├── gdk-pixbuf 0.18.5 │ │ ├── gtk 0.18.2 │ │ └── gdk 0.18.2 │ └── gdk 0.18.2 ├── gdk-pixbuf 0.18.5 ├── gdk 0.18.2 ├── cairo-rs 0.18.5 │ ├── gtk 0.18.2 │ └── gdk 0.18.2 └── atk 0.18.2 └── gtk 0.18.2 Crate: glib Version: 0.18.5 Warning: unsound Title: Unsoundness in `Iterator` and `DoubleEndedIterator` impls for `glib::VariantStrIter` Date: 2024-03-30 ID: RUSTSEC-2024-0429 URL: https://rustsec.org/advisories/RUSTSEC-2024-0429 Dependency tree: glib 0.18.5 ├── pango 0.18.3 │ ├── gtk 0.18.2 │ │ └── tao 0.35.3 │ └── gdk 0.18.2 │ └── gtk 0.18.2 ├── gtk 0.18.2 ├── gio 0.18.4 │ ├── pango 0.18.3 │ ├── gtk 0.18.2 │ ├── gdk-pixbuf 0.18.5 │ │ ├── gtk 0.18.2 │ │ └── gdk 0.18.2 │ └── gdk 0.18.2 ├── gdk-pixbuf 0.18.5 ├── gdk 0.18.2 ├── cairo-rs 0.18.5 │ ├── gtk 0.18.2 │ └── gdk 0.18.2 └── atk 0.18.2 └── gtk 0.18.2 warning: 12 allowed warnings found[0.35.3]
1bcd5165(#1224 by @brtinney) fix(android): don't panic ononNewIntentwhenintent.getType()returns null
Cargo Publish
Updating crates.io index Packaging tao v0.35.3 (/home/runner/work/tao/tao) warning: ignoring test `send_objects` as `tests/send_objects.rs` is not included in the published package warning: ignoring test `serde_objects` as `tests/serde_objects.rs` is not included in the published package warning: ignoring test `sync_object` as `tests/sync_object.rs` is not included in the published package Updating crates.io index Packaged 119 files, 1.2MiB (301.4KiB compressed) Uploading tao v0.35.3 (/home/runner/work/tao/tao) Uploaded tao v0.35.3 to registry `crates-io` note: waiting for tao v0.35.3 to be available at registry `crates-io` help: you may press ctrl-c to skip waiting; the crate should be available shortly Published tao v0.35.3 at registry `crates-io` -
0.35.204 May 2026Nothing published for this version
-
0.35.104 May 2026Nothing published for this version
-
0.35.023 Mar 2026Nothing published for this version
-
0.34.822 Mar 2026Nothing published for this version
-
0.34.722 Mar 2026Nothing published for this version
-
0.34.604 Mar 2026Nothing published for this version
-
0.34.520 Oct 2025Nothing published for this version
-
0.34.416 Oct 2025Nothing published for this version
-
0.34.301 Sep 2025Nothing published for this version
-
0.34.218 Aug 2025Nothing published for this version
-
0.34.117 Aug 2025Nothing published for this version
-
0.34.024 Jun 2025Nothing published for this version
-
0.33.007 Apr 2025Nothing published for this version
-
0.32.807 Mar 2025Nothing published for this version
-
0.32.704 Mar 2025Nothing published for this version
-
0.32.628 Feb 2025Nothing published for this version
-
0.32.528 Feb 2025Nothing published for this version
-
0.32.427 Feb 2025Nothing published for this version
-
0.32.326 Feb 2025Nothing published for this version
-
0.32.226 Feb 2025Nothing published for this version
-
0.32.124 Feb 2025Nothing published for this version
-
0.32.022 Feb 2025Nothing published for this version
-
0.31.104 Jan 2025Nothing published for this version
-
0.31.008 Dec 2024Nothing published for this version
-
0.30.811 Nov 2024Nothing published for this version
-
0.30.711 Nov 2024Nothing published for this version
-
0.30.609 Nov 2024Nothing published for this version
-
0.30.529 Oct 2024Nothing published for this version
-
0.30.428 Oct 2024Nothing published for this version
-
0.30.304 Oct 2024Nothing published for this version
-
0.30.224 Sep 2024Nothing published for this version
-
0.30.119 Sep 2024Nothing published for this version
-
0.30.002 Sep 2024Nothing published for this version
-
0.29.121 Aug 2024Nothing published for this version
-
0.29.016 Aug 2024Nothing published for this version
-
0.28.112 Jun 2024Nothing published for this version
-
0.28.007 May 2024Nothing published for this version
-
0.27.122 Apr 2024Nothing published for this version
-
0.27.001 Apr 2024Nothing published for this version
-
0.26.226 Mar 2024Nothing published for this version
-
0.26.128 Feb 2024Nothing published for this version
-
0.26.021 Feb 2024Nothing published for this version
-
0.25.003 Feb 2024Nothing published for this version
-
0.24.116 Jan 2024Nothing published for this version
-
0.24.020 Nov 2023Nothing published for this version
-
0.23.018 Oct 2023Nothing published for this version
-
0.22.316 Oct 2023Nothing published for this version
-
0.22.217 Aug 2023Nothing published for this version
-
0.22.115 Aug 2023Nothing published for this version
-
0.22.013 Aug 2023Nothing published for this version
-
0.21.130 Jul 2023Nothing published for this version
-
0.21.014 Jul 2023Nothing published for this version
-
0.20.022 May 2023Nothing published for this version
-
0.19.106 May 2023Nothing published for this version
-
0.19.014 Apr 2023Nothing published for this version
-
0.18.324 Mar 2023Nothing published for this version
-
0.18.223 Mar 2023Nothing published for this version