Skip to content

Commit ae455cf

Browse files
committed
update to Qt 6.10 and bump version to 2.1.1
1 parent 87be5f2 commit ae455cf

8 files changed

Lines changed: 24 additions & 12 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
env:
4646
CI_COMPILER: ${{ matrix.c_compiler }}
47-
QT_VERSION: '6.9.3'
47+
QT_VERSION: '6.10.0'
4848
QT_HOST: ${{ matrix.os == 'windows-latest' && 'windows' || 'linux' }}
4949
QT_ARCH: ${{ matrix.os == 'windows-latest' && 'win64_msvc2022_64' || 'linux_gcc_64' }}
5050

.github/workflows/flatpak.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
flatpak:
1111
runs-on: ubuntu-latest
1212
container:
13-
image: ghcr.io/flathub-infra/flatpak-github-actions:kde-6.9
13+
image: ghcr.io/flathub-infra/flatpak-github-actions:kde-6.10
1414
options: --privileged
1515
strategy:
1616
matrix:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It uses [libuncso2](https://github.com/harmonytf/libuncso2) as the back-end libr
1212

1313
## Download
1414

15-
You may download the latest build of UnCSO2 [here](https://github.com/harmonytf/UnCSO2/releases/latest).
15+
You may download the latest build of UnCSO2 here: [Releases](https://github.com/harmonytf/UnCSO2/releases/latest).
1616

1717
## Features
1818

@@ -35,7 +35,7 @@ Those regions are: South Korea, China, Taiwan and Japan.
3535
### Requirements
3636

3737
- [CMake](https://cmake.org/download/) (must be in PATH)
38-
- [Qt 6.9](https://www.qt.io/download)
38+
- [Qt 6.10](https://www.qt.io/download)
3939
- A C++20 compile.
4040

4141
#### With Visual Studio (new way)

ci/pack.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $isGccBuild = $curCompiler -eq 'gcc'
1717
$isClangBuild = $curCompiler -eq 'clang'
1818
#$isMingwBuild = $curBuildCombo -eq 'windows-mingw'
1919
#$isMsvcBuild = $curBuildCombo -eq 'windows-msvc'
20-
$qtVersion = if ($env:QT_VERSION) { $env:QT_VERSION } else { "6.9.0" };
20+
$qtVersion = if ($env:QT_VERSION) { $env:QT_VERSION } else { "6.10.0" };
2121

2222
Write-Host "Running packaging script..."
2323
Write-Host "Current setup build combo is: $curBuildCombo"

tf.harmony.UnCSO2.desktop

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ Icon=tf.harmony.UnCSO2
66
Comment=Extract Counter-Strike: Online 2 and Titanfall Online game files
77
Terminal=false
88
Categories=Utility;
9-
Keywords=pkg;
9+
Keywords=pkg;Harmony;TFO;
1010
X-AppImage-Version=2.0.0
1111

12-
# Two problems here:
13-
# 1. For inode/directory: https://github.com/flatpak/flatpak/issues/6344
14-
# 2. For .pkg, we have to use application/x-xar, which sucks since it also assigns to .xar,
12+
# For .pkg, we have to use application/x-xar, which sucks since it also assigns to .xar,
1513
# but we can't apparently have two distinct MIME types with the same *.pkg glob. Well fuck.
1614
MimeType=application/x-xar;inode/directory;

tf.harmony.UnCSO2.metainfo.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,21 @@
4747
</screenshot>
4848
</screenshots>
4949
<releases>
50-
<release version="2.1.1" date="2025-10-06" />
50+
<release version="2.1.1" date="2025-11-09">
51+
<description>
52+
<p>Now also packaged as Flatpak! Changes:</p>
53+
<ul>
54+
<li>support saving last index dir path</li>
55+
<li>fixed recent file list and made it also list directories</li>
56+
<li>fixed broken style of error banner (it had unreadable text)</li>
57+
<li>fixed blurry window icon on Linux</li>
58+
<li>support for Flatpak build on Linux (with fixes around its filesystem sandboxing)</li>
59+
<li>minor stylistic corrections here and there</li>
60+
<li>add MIME types to allow opening .pkg files or their folders in the app</li>
61+
<li>update to Qt 6.10 framework</li>
62+
</ul>
63+
</description>
64+
</release>
5165
<release version="2.1.0" date="2025-01-09">
5266
<description>
5367
<p>New Harmony release!</p>

tf.harmony.UnCSO2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id: tf.harmony.UnCSO2
22
runtime: org.kde.Platform
3-
runtime-version: '6.9'
3+
runtime-version: '6.10'
44
sdk: org.kde.Sdk
55
command: uc2
66
finish-args:

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0
1+
2.1.1

0 commit comments

Comments
 (0)