Post release updates and AppImage fix
This commit is contained in:
@@ -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
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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:")
|
||||||
|
|||||||
Reference in New Issue
Block a user