Releases: waycrate/exwlshelleventloop
Releases · waycrate/exwlshelleventloop
v0.7.1
fix: the problem in macro
v0.7.0
- support iced0.13
- add a macro crate for iced_layershell to generate the message for layershell platform request
Full changes: v0.6.0...v0.7.0
v0.7.0-beta1
update with new iced. just beta-1
v0.6.0
- single mode can select output
- support background mode, this will allow iced program works as daemon
- fix event is not sended
Full changes: v0.5.1...v0.6.0
v0.6.0-rc1
- single mode can select output
- support background mode
Full changes: v0.5.0...v0.6.0-rc1
v0.5.1
- support to select unique screen in single mode
- in iced_layershell, remove the layer first then clear the id, to fix some bugs when id still exist, but layer is not destoryed
v0.5.0
since most planed features in 0.5.0 is finished, we publish this release
- support keyboard repeat
- remove function
get_unit
- fix the document
- support touch
Full changes: v0.4.0...v0.5.0
v0.4.0
chore: bump to 0.4.0
since most bugs is fixed, and the api will not be changed in 0.4.0
anymore, publish the 0.4.0
Full changes: v0.3.0...v0.4.0
v0.4.0-rc2
there is some big changes on rc2, mainly on layershellev
v0.4.0-rc1
0.4.0-rc1
- support create new layershell and popup
- tidy up code