Skip to content

Releases: waycrate/exwlshelleventloop

v0.14.1

14 Dec 08:43

Choose a tag to compare

fix: sessionlock panic after switch to tty

maybe also fix #275

Full Changelog: v0.14.0...v0.14.1

v0.14.0

13 Dec 12:04

Choose a tag to compare

0.14.0

follow the iced14

What's Changed

New Contributors

Full Changelog: v0.13.7...v0.14.0

v0.14.0-beta3

08 Dec 11:15

Choose a tag to compare

v0.14.0-beta3 Pre-release
Pre-release

fix position problem when using input-method-v2

What's Changed

  • chore(deps): bump crate-ci/typos from 1.39.0 to 1.40.0 by @dependabot[bot] in #310
  • chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #309

Full Changelog: v0.14.0-beta2...v0.14.0-beta3

v0.14.0-beta2

08 Dec 02:38

Choose a tag to compare

v0.14.0-beta2 Pre-release
Pre-release

0.14.0-beta2

For iced0.14

What's Changed

New Contributors

Full Changelog: v0.13.7...v0.14.0-beta2

v0.13.7

12 Jun 00:35

Choose a tag to compare

Full Changelog: v0.13.6...v0.13.7

v0.13.6

08 May 09:52

Choose a tag to compare

  • fix: panic when change tty
  • some performance up

Full Changelog: v0.13.5...v0.13.6

v0.13.5

28 Feb 01:43

Choose a tag to compare

thanks to @ksdrar, now the performance is better

What's Changed

  • chore(deps): bump crate-ci/typos from 1.29.5 to 1.29.10 by @dependabot in #130
  • fix: surface reconfigured every frame by @ksdrar in #131

New Contributors

Full Changelog: v0.13.4...v0.13.5

v0.13.4

16 Feb 11:59

Choose a tag to compare

What's Changed

  • fix the problem sometimes the action like set action cannot find the id
    Full Changelog: v0.13.3...v0.13.4

v0.13.3

16 Feb 10:06

Choose a tag to compare

  • fix the problem that windows ids generates too fast, with the step of two

What's Changed

Full Changelog: v0.13.2...v0.13.3

v0.13.2

20 Jan 09:26

Choose a tag to compare

fix the scale problem , by @fortime