github hyprland-community/hyprland-rs 0.2.3
0.2.3 Special workspace update! (BREAKING CHANGES) (USE 0.2.4 THIS IS BROKEN)

latest releases: 0.4.0-alpha.3, 0.4.0-alpha.2, 0.4.0-alpha.1...
2 years ago

This version changes the buffer size for reading the IPC socket, and most importantly adds new Special workspace handling to get rid of those pesky PANICS!
How to get around breaking changes!
when using WorkspaceId, instead use WorkspaceType!

// New Version!
WorkspaceType::Regular(5);
WorkspaceType::Special;

// Old Version!
5_u8;
panic!("Special workspaces caused panics!");

What's Changed

  • Optimize for smaller build-size by @dev11n in #1

New Contributors

  • @dev11n made their first contribution in #1

Full Changelog: 0.2.2...0.2.3

Don't miss a new hyprland-rs release

NewReleases is sending notifications on new releases.