Skip to content

Releases: nemuelw/protodesk

v1.3.0

25 Nov 13:09
Compare
Choose a tag to compare

Shifted focus to releasing the app just as an AppImage

v1.2.7

13 Nov 04:32
Compare
Choose a tag to compare
  • Removed unnecessary build workflows in favor of building directly from source downstream (Flathub).

v1.2.6

12 Nov 12:34
Compare
Choose a tag to compare
  • 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

12 Nov 08:01
Compare
Choose a tag to compare
Fix the missing module runtime error

v1.2.4

12 Nov 06:56
Compare
Choose a tag to compare
Fix the missing module runtime error

v1.2.3

12 Nov 06:07
Compare
Choose a tag to compare
Fix the missing module runtime error

v1.2.2

12 Nov 04:55
Compare
Choose a tag to compare
  • Updated the PyInstaller build spec to include presumed hidden import (__future__)

v1.2.1

12 Nov 03:54
Compare
Choose a tag to compare
  • Fixed bugs in the build process.
  • Updated the CI workflow to also test for multi-arch build support.

v1.2.0

11 Nov 19:58
Compare
Choose a tag to compare

Migrated from PyQt5 to PySide6 to simplify the build process for arm64 architecture.

v1.1.2

11 Nov 13:30
Compare
Choose a tag to compare
Add qemu for emulation purposes