Releases: flacjacket/pywayland
Releases · flacjacket/pywayland
v0.4.18
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
Full Changelog: v0.4.17...v0.4.18
v0.4.17
What's Changed
- Require setuptools>=62.4.0 by @Saviq in #47
- Fix some typos by @feltcat in #48
- Add latest versions of CPython and Pypy to github CI and release by @flacjacket in #50
New Contributors
Full Changelog: v0.4.16...v0.4.17
v0.4.16
- 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
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
- @TrellixVulnTeam made their first contribution in #42
Full Changelog: v0.4.14...v0.4.15
v0.4.14
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
What's Changed
- Bump wayland version used in CI and releases
- Improve arg formatting in docs
- Fix doc generation with latest sphinx
Full Changelog: v0.4.12...v0.4.13
v0.4.12
What's Changed
Full Changelog: v0.4.11...v0.4.12
v0.4.11
What's Changed
Full Changelog: v0.4.10...v0.4.11
v0.4.10
- Update version of wayland protocols used
- Add type annotations to protocols
v0.4.9
Fix to work with latest setuptools.