Skip to content

Release v1.1.0

Choose a tag to compare

@EVV1E EVV1E released this 30 May 14:44
· 27 commits to main since this release

v1.1.0

Here we are again. This has been an eventful time for waylandcraft. A lot has changed: Besides the various bug fixes there are also some major changes to the internals of the mod and new features.

New features include a lot more useful interactions when holding windows!

  • You can now scroll while grabbing a window to change the distance from the camera
  • When holding a window you can press Alt to snap to block surfaces, hold down both Alt and Control for block center snapping
  • Or while holding a window only press Control and it will snap to the edges of other windows

Also new: A settings screen! Right now there are only two options but with many more on the way.
You can now toggle Window Antialiasing which makes text appear more readable and less glitchy from far away.
There is also now an option to change the global scale of windows by how many pixels there should be per block.

And for the (maybe three in total) arm users: The mod now also includes the native library for arm64. Feedback welcome!
Right now the mod is still built against Ubuntu 22.04 with glibc, so sorry to the musl users. Right now you'll still have to compile
the mod yourself.

What's Changed

  • Remove unused EGL config query by @EVV1E in #59
  • Implement grab window scrolling by @tinkoshk in #56
  • Fix render node query when missing EGL extension by @EVV1E in #73
  • Add translations for keybinds/keybinds category by @mafien0 in #76
  • Fix crash when adding particles by @EVV1E in #89
  • Fix game window desktop bleed-through by @EVV1E in #93
  • Fix dmabuf handling issues by @EVV1E in #102
  • Downgrade wl_seat global to 8, change key repeat delay by @EVV1E in #106
  • Fix some issues relating to wl object versioning by @EVV1E in #108
  • Implement settings screen by @EVV1E in #90
  • RGSS antialiasing by @tinkoshk in #64
  • Fix missing pointer frame event on relative motion by @EVV1E in #115
  • Item manager: Only remove item when toplevel gone by @EVV1E in #116
  • Add wm screen capture mode for fullscreen and ESC by @EVV1E in #121
  • Implement window world snapping by @EVV1E in #125
  • Implement window block center snapping by @EVV1E in #131
  • Implement window to window edge snapping by @EVV1E in #134
  • Add support for multiple native libraries in releases by @EVV1E in #80
  • Update jni crate to 0.22 by @Zorbatron in #39
  • Fix typo in README for xwayland-satellite command by @rodrgds in #142

New Contributors

Full Changelog: v1.0.1...v1.1.0