Post release updates and AppImage fix

This commit is contained in:
Veronica Berglyd Olsen
2025-06-09 23:42:34 +02:00
parent 364b7bcf99
commit 635493f1c1
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
buildLinux-AppImage: buildLinux-AppImage:
needs: buildAssets needs: buildAssets
runs-on: ubuntu-latest runs-on: ubuntu-22.04
env: env:
PYTHON_VERSION: "3.13" PYTHON_VERSION: "3.13"
LINUX_TAG: "manylinux_2_28" LINUX_TAG: "manylinux_2_28"
+3 -3
View File
@@ -4,9 +4,9 @@
### Release Notes ### Release Notes
This is a patch release that fixes some issues with tags and references, and issue with the This is a patch release that fixes some issues with tags and references, an issue with the
auto-complete menu on Windows, and issues with the AppImage on Linux. The Czech translation for auto-complete menu on Windows, and some issues with the AppImage on Linux. The Czech translation
2.7 has been completed. for 2.7 has also been completed.
### Detailed Changelog ### Detailed Changelog
+1
View File
@@ -185,6 +185,7 @@ def launchpad(args: argparse.Namespace) -> None:
("24.04", "noble"), ("24.04", "noble"),
("24.10", "oracular"), ("24.10", "oracular"),
("25.04", "plucky"), ("25.04", "plucky"),
("25.10", "questing"),
] ]
print("Building Ubuntu packages for:") print("Building Ubuntu packages for:")