Skip to content

Releases: waycrate/exwlshelleventloop

v0.7.1

21 Sep 08:16
Compare
Choose a tag to compare

fix: the problem in macro

v0.7.0

21 Sep 07:55
Compare
Choose a tag to compare
  • 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

19 Sep 10:48
Compare
Choose a tag to compare
v0.7.0-beta1 Pre-release
Pre-release

update with new iced. just beta-1

v0.6.0

07 Sep 04:03
Compare
Choose a tag to compare
  • 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

05 Sep 13:15
Compare
Choose a tag to compare
v0.6.0-rc1 Pre-release
Pre-release
  • single mode can select output
  • support background mode

Full changes: v0.5.0...v0.6.0-rc1

v0.5.1

17 Aug 08:52
Compare
Choose a tag to compare
  • 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

13 Aug 12:51
Compare
Choose a tag to compare

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

11 Aug 13:22
Compare
Choose a tag to compare

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

10 Aug 12:15
Compare
Choose a tag to compare
v0.4.0-rc2 Pre-release
Pre-release

there is some big changes on rc2, mainly on layershellev

v0.4.0-rc1

08 Aug 11:04
Compare
Choose a tag to compare
v0.4.0-rc1 Pre-release
Pre-release

0.4.0-rc1

  • support create new layershell and popup
  • tidy up code