Skip to content

tao v0.24.1

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jan 14:49
bd3b87f

Updating crates.io index

Cargo Audit

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 588 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (272 crate dependencies)

[0.24.1]

  • 25a8836b(#860) Fix the app crash on restart due to Android context was not released. Release the Android context when the app is destroyed to avoid assertion failure.
  • 5eb2124e(#852) Enable macOS secure state restoration on OS versions that support it. This avoids
    'WARNING: Secure coding is not enabled for restorable state!' on macOS Sonoma.
  • f0bf850f(#859) Derive Debug, Copy, Clone, PartialEq, Eq, Hash for ResizeDirection.
  • 29b01bff(#849) On Windows, remove SetWindowTheme call with DarkMode_Explorer theme which fixes a glitch downstream in muda crate when manually drawing the menu bar.
  • 60bbcac1(#858) On Windows, fix when the Show window contents while dragging setting is turned off in Windows, there is a window size issue when dragging between multi-monitors with different scaling.
  • 68803e67(#854) On Windows, fix consecutive calls to window.set_fullscreen(Some(Fullscreen::Borderless(None))) resulting in losing previous window state when eventually exiting fullscreen using window.set_fullscreen(None).

Cargo Publish

`\`\`
Updating crates.io index
   Packaging tao v0.24.1 (/home/runner/work/tao/tao)
    Updating crates.io index
    Packaged 138 files, 3.3MiB (2.2MiB compressed)
   Uploading tao v0.24.1 (/home/runner/work/tao/tao)
    Uploaded tao v0.24.1 to registry `crates-io`
note: Waiting for `tao v0.24.1` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tao v0.24.1 at registry `crates-io`