From f304850c7a33941dbf5b9f2bcb11a664ea01536a Mon Sep 17 00:00:00 2001 From: Austin Bennett Date: Fri, 11 Sep 2026 17:09:10 -0500 Subject: [PATCH] v0.1.6: ship 0.1.5's features with the icon fix 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) Claude-Session: https://claude.ai/code/session_01BxDf7HqD1xPnsZP8wt3NTk --- CMakeLists.txt | 2 +- io.github.toservetheking.Kareer.metainfo.xml | 8 ++++++++ io.github.toservetheking.Kareer.yml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a9c79ce..b919e66 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ 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_KF_VERSION 6.5.0) diff --git a/io.github.toservetheking.Kareer.metainfo.xml b/io.github.toservetheking.Kareer.metainfo.xml index 200f04c..c642ab7 100644 --- a/io.github.toservetheking.Kareer.metainfo.xml +++ b/io.github.toservetheking.Kareer.metainfo.xml @@ -65,6 +65,14 @@ + + +

Ships everything listed for 0.1.5, which was never published because its build failed.

+
    +
  • Fix the new app icon not being recognised by software centers, which stopped the Flatpak from building
  • +
+
+
    diff --git a/io.github.toservetheking.Kareer.yml b/io.github.toservetheking.Kareer.yml index fcccfc7..d6bf8de 100644 --- a/io.github.toservetheking.Kareer.yml +++ b/io.github.toservetheking.Kareer.yml @@ -39,5 +39,5 @@ modules: # For Flathub / release builds, pin to a tag AND commit instead: # - type: git # url: https://github.com/toservetheking/Kareer.git - # tag: v0.1.5 + # tag: v0.1.6 # commit: