Skip to content

Releases: clearlysid/tauri-plugin-decorum

v1.1.0

04 Sep 03:53
Compare
Choose a tag to compare

What's Changed

  • add "allow-toggle-maximize" maximize to the docs by @metkm in #21
  • fix: window controls duplication on reload by @trspro67 in #25
  • feat: linux window decorations by @luxluth in #23

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0 🎉

03 Aug 07:33
Compare
Choose a tag to compare

What's Changed

  • fix: macOS traffic lights reposition on resize by @trspro67 in #18
  • fix: compatibility with Tauri 2.0.0-rc

New Contributors

Full Changelog: v0.1.6...v1.0.0

v0.1.6

23 Jul 07:03
Compare
Choose a tag to compare

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

21 Jul 19:30
Compare
Choose a tag to compare

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

21 Jun 21:04
Compare
Choose a tag to compare
  1. BREAKING: set_transparent is now make_transparent
  2. all macOS methods are now guaranteed to run on the main thread, even when called from Tauri commands.

v0.1.1

20 Jun 20:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

13 May 02:37
Compare
Choose a tag to compare
chore: update metadata