Releases: clearlysid/tauri-plugin-decorum
Releases · clearlysid/tauri-plugin-decorum
v1.1.0
v1.0.0 🎉
v0.1.6
What's Changed
- disables snap layout preview on minimize to match native windows, adds window restore icon by @Gami13 in #17
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- feat: use enigo instead of windows crate by @clearlysid in #15
- Adapt latest changes in Tauri v2 Beta by @reyamir in #12
- chore: version bump and update of code using new api by @Gami13 in #14
New Contributors
Full Changelog: v0.1.2...v0.1.5
v0.1.2
- BREAKING:
set_transparent
is nowmake_transparent
- all macOS methods are now guaranteed to run on the main thread, even when called from Tauri commands.
v0.1.1
What's Changed
- fix: conditional window controls rendering by @clearlysid in #9
- fix: added unlisten to window on closeRequested event by @RohanPunjani in #10
New Contributors
- @RohanPunjani made their first contribution in #10
Full Changelog: v0.1.0...v0.1.1
v0.1.0
chore: update metadata