Skip to content

Releases: flacjacket/pywayland

v0.4.18

27 Jul 19:21
25a5b83
Compare
Choose a tag to compare

What's Changed

  • Added example which shows information about a compositor by @heuer in #55
  • Updated ruff settings (previous syntax is deprecated) by @heuer in #56
  • Added method to Signal to remove all listeners. Closes #59 by @heuer in #60
  • Listener removes itself from Signal._link by @heuer in #63
  • Support for "new_id" in Wayland protocols by @heuer in #64

New Contributors

  • @heuer made their first contribution in #55

Full Changelog: v0.4.17...v0.4.18

v0.4.17

07 Oct 01:23
dac2683
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.16...v0.4.17

v0.4.16

26 Jul 15:16
ac8a7a8
Compare
Choose a tag to compare
  • Update wayland and wayland protocols versions
  • Update setup.cfg to use license_files
  • Drop 3.7 wheels

Full Changelog: v0.4.15...v0.4.16

v0.4.15

20 Dec 03:49
12a883f
Compare
Choose a tag to compare

What's Changed

  • CVE-2007-4559 Patch by @TrellixVulnTeam in #42
  • Fix bug in protocols generated with latest version of wayland-protocols
  • Bump version of wayland-protocols in release and in CI to 1.31

New Contributors

Full Changelog: v0.4.14...v0.4.15

v0.4.14

24 Jul 18:03
cdeeb3a
Compare
Choose a tag to compare

What's Changed

  • Bump wayland protocols version used in CI by @flacjacket in #40
  • Add wl_resource_get_client to lib by @m-col in #39

Full Changelog: v0.4.13...v0.4.14

v0.4.13

02 Jul 00:40
7295fad
Compare
Choose a tag to compare

v0.4.12

18 Apr 17:23
e560b38
Compare
Choose a tag to compare

What's Changed

  • Log exceptions that are raised during callbacks by @m-col in #38

Full Changelog: v0.4.11...v0.4.12

v0.4.11

21 Feb 16:55
51bd28e
Compare
Choose a tag to compare

What's Changed

  • wl_list_remove leave wl_listener links invalid, not ffi.NULL by @m-col in #37

Full Changelog: v0.4.10...v0.4.11

v0.4.10

08 Feb 22:49
Compare
Choose a tag to compare
  • Update version of wayland protocols used
  • Add type annotations to protocols

v0.4.9

21 Jan 14:08
ebc074f
Compare
Choose a tag to compare

Fix to work with latest setuptools.