v0.1.6: ship 0.1.5's features with the icon fix
Lint / REUSE compliance (push) Successful in 3s
Build and Test / Build and run tests (push) Failing after 1s
Lint / clang-format (push) Failing after 8s
Build and Publish Flatpak / Build Flatpak (push) Failing after 4s
Build and Publish Flatpak / Deploy hosted repo to Pages (push) Skipped
Lint / REUSE compliance (push) Successful in 3s
Build and Test / Build and run tests (push) Failing after 1s
Lint / clang-format (push) Failing after 8s
Build and Publish Flatpak / Build Flatpak (push) Failing after 4s
Build and Publish Flatpak / Deploy hosted repo to Pages (push) Skipped
v0.1.5 was tagged but never published: its Flatpak build failed on the new icon. This release carries the same features (editable stage history, `kareer history`, auto-ghosting, new icon, Add-form fix) plus the icon fix. Bump the version, add the 0.1.6 metainfo release, and update the manifest's pinned tag. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> Claude-Session: https://claude.ai/code/session_01BxDf7HqD1xPnsZP8wt3NTk
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
cmake_minimum_required(VERSION 3.16)
|
cmake_minimum_required(VERSION 3.16)
|
||||||
|
|
||||||
project(kareer VERSION 0.1.5 LANGUAGES CXX)
|
project(kareer VERSION 0.1.6 LANGUAGES CXX)
|
||||||
|
|
||||||
set(REQUIRED_QT_VERSION 6.6.0)
|
set(REQUIRED_QT_VERSION 6.6.0)
|
||||||
set(REQUIRED_KF_VERSION 6.5.0)
|
set(REQUIRED_KF_VERSION 6.5.0)
|
||||||
|
|||||||
@@ -65,6 +65,14 @@
|
|||||||
<content_rating type="oars-1.1"/>
|
<content_rating type="oars-1.1"/>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="0.1.6" date="2026-09-11">
|
||||||
|
<description>
|
||||||
|
<p>Ships everything listed for 0.1.5, which was never published because its build failed.</p>
|
||||||
|
<ul>
|
||||||
|
<li>Fix the new app icon not being recognised by software centers, which stopped the Flatpak from building</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="0.1.5" date="2026-09-11">
|
<release version="0.1.5" date="2026-09-11">
|
||||||
<description>
|
<description>
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
@@ -39,5 +39,5 @@ modules:
|
|||||||
# For Flathub / release builds, pin to a tag AND commit instead:
|
# For Flathub / release builds, pin to a tag AND commit instead:
|
||||||
# - type: git
|
# - type: git
|
||||||
# url: https://github.com/toservetheking/Kareer.git
|
# url: https://github.com/toservetheking/Kareer.git
|
||||||
# tag: v0.1.5
|
# tag: v0.1.6
|
||||||
# commit: <fill in the exact commit SHA the tag points at>
|
# commit: <fill in the exact commit SHA the tag points at>
|
||||||
|
|||||||
Reference in New Issue
Block a user