Skip to content

Releases: waycrate/exwlshelleventloop

v0.18.1

09 May 02:40
4c172e9

Choose a tag to compare

  • Fix: handle wl_pointer::Event::AxisValue120 for scrolling (#376) by @ibrahimduran
  • Fix: (Message, Instant) cannot try_into to LayerShellCustomActionWithId

v0.18.0

01 May 06:02
e612516

Choose a tag to compare

Changed

  • Feat: Sctk refactor in #368
  • Fix: high cpu usage in #364 by @Magniquck
  • Feat: add iced_exwlshell library
  • Feat: add client side decoration control for XDG windows (#375) by @httpsworldview

v0.18.0-beta4

22 Apr 08:41
3358ca0

Choose a tag to compare

v0.18.0-beta4 Pre-release
Pre-release

Changed

  • Feat: Sctk refactor in #368
  • Fix: high cpu usage in #364 by @Magniquck
  • Feat: add iced_exwlshell library
  • Chore: republish

v0.17.1

25 Mar 03:46
d794994

Choose a tag to compare

Changed

  • Fixed: background cannot run

v0.17.0

25 Mar 03:34
3a7301b

Choose a tag to compare

Changed

  • Fixed: single program never exits after switching to tty
  • Fixed: mouse and pointer dead after switching to tty
  • refactor: use winit keyboard types (#357) by @bitbloxhub

NOTE:

It should be breaking change because the waycrate_xkbkeycode is rewritten. I forgot that.

v0.16.1

25 Mar 03:25
831aed1

Choose a tag to compare

Changed

  • Fixed: single program never exits after switching to tty
  • Fixed: mouse and pointer dead after switching to tty

Others

Maybe it is wired that layershell program must die, but seems that it is needed.

v0.16.0

18 Mar 09:08
a4bf018

Choose a tag to compare

Changed

  • Allow changing KeyboardInteractivity at runtime by @danhandrea
  • feat: make with_connection accept function
  • feat(layershellev): replace use_last_output with output_option in NewInputPanelSettings (#355) by @fortime
  • fix: do not panic in eventloop run, and return the error to the top

v0.15.0

12 Feb 02:14
97d0e3e

Choose a tag to compare

Fix

What's Changed

New Contributors

Full Changelog: v0.14.2...v0.15.0

v0.15.0-rc1

24 Jan 04:33
6b2ff3e

Choose a tag to compare

v0.15.0-rc1 Pre-release
Pre-release

What's new

  • remove dependencies for iced in iced_layershell and iced_sessionlock
  • add iced_wayland_subscriber crate
  • use calloop Channel instead open a new thread in layershellev and sessionlockev
  • support use the name of wl_output to open a new layershell by @dcxo

What's Changed

Full Changelog: v0.14.2...v0.15.0-rc1

v0.14.2

17 Dec 10:35
adc930d

Choose a tag to compare

What's new

  • solve the duplication keyboard
  • also send close event when monitor is dead
  • add document for generated enums

What's Changed

  • chore: when keyboard enter the surface, we should also update surface by @Decodetalkers in #318

Full Changelog: v0.14.1...v0.14.2