Releases: nemuelw/protodesk
Releases · nemuelw/protodesk
v1.3.0
Shifted focus to releasing the app just as an AppImage
v1.2.7
- Removed unnecessary build workflows in favor of building directly from source downstream (
Flathub
).
v1.2.6
- Moved from
poetry
to pip
for dependency management.
- Migrated from using
PyInstaller
to using Nuitka
for generating the executables.
- Updated the build system's base Docker image to
python:3.12-bullseye
from python:3.12-slim
to meet dependency requirements for PySide6
.
v1.2.5
Fix the missing module runtime error
v1.2.4
Fix the missing module runtime error
v1.2.3
Fix the missing module runtime error
v1.2.2
- Updated the PyInstaller build spec to include presumed hidden import (
__future__
)
v1.2.1
- Fixed bugs in the build process.
- Updated the CI workflow to also test for multi-arch build support.
v1.2.0
Migrated from PyQt5
to PySide6
to simplify the build process for arm64
architecture.
v1.1.2
Add qemu for emulation purposes