Rereleased with fixed CI
New stable release, including all the changes from the 0.4.9.x beta releases.
For packagers:
- The dependencies have changed, as copypasted hardcoded libraries were torn out, replaced by an actual dependency on them, notably at least
python-ioctl-opt
andpython-libusb1
, hopefully I am not forgetting any others - Non-git cloned repositories are currently broken with the build system, you can git clone a tag.
Removed support for Python 3.9.
Removed prebuilds for Ubuntu Focal, Debian bullseye, Fedora 39 .
Temporarily disabled Debian Trixie as the arm64 builds were failing(so does Fedora 41).
What's Changed
- AppImage: add missing icons by @git-developer in #25
- chore: add dependency ioctl-opt by @git-developer in #28
- AppImage: fix segfault by @git-developer in #32
- Fix loading of
libudev
by @git-developer in #31 - Fix return code when subprocess fails by @git-developer in #33
- Appimage: create a Draft Release on manual builds by @git-developer in #34
- Fix the build of v0.4.9.3 by @git-developer in #37
- Set
DAEMON_VERSION
from git metadata by @git-developer in #30
Full Changelog: v0.4.8.21...v0.5.0