v0.1.5: editable stage history, auto-ghosting, new icon
Lint / REUSE compliance (push) Successful in 3s
Lint / clang-format (push) Failing after 4s
Build and Test / Build and run tests (push) Failing after 2s
Build and Publish Flatpak / Build Flatpak (push) Failing after 2s
Build and Publish Flatpak / Deploy hosted repo to Pages (push) Skipped
Lint / REUSE compliance (push) Successful in 3s
Lint / clang-format (push) Failing after 4s
Build and Test / Build and run tests (push) Failing after 2s
Build and Publish Flatpak / Build Flatpak (push) Failing after 2s
Build and Publish Flatpak / Deploy hosted repo to Pages (push) Skipped
- Edit an application's full stage history, with a date per step, so an application logged after the fact keeps its whole path - `kareer history` to show or replace a stage history - Mark applications with no response as Ghosted after 30 days, adjustable or off in Preferences - New app icon, installed under the app ID so launchers and the Flatpak show it - Fix the Add Application form filling empty fields with "undefined" - Bump the version, add the 0.1.5 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)
|
||||
|
||||
project(kareer VERSION 0.1.4 LANGUAGES CXX)
|
||||
project(kareer VERSION 0.1.5 LANGUAGES CXX)
|
||||
|
||||
set(REQUIRED_QT_VERSION 6.6.0)
|
||||
set(REQUIRED_KF_VERSION 6.5.0)
|
||||
|
||||
@@ -65,6 +65,17 @@
|
||||
<content_rating type="oars-1.1"/>
|
||||
|
||||
<releases>
|
||||
<release version="0.1.5" date="2026-09-11">
|
||||
<description>
|
||||
<ul>
|
||||
<li>Edit an application's full stage history, with a date for each step, so an application you log after the fact keeps its whole path (for example applied, interviewed, rejected)</li>
|
||||
<li>Add a history command to show or replace a stage history from the command line</li>
|
||||
<li>Mark applications with no response as Ghosted after 30 days, adjustable or off in Preferences</li>
|
||||
<li>New app icon, now installed under the app ID so launchers and the Flatpak show it</li>
|
||||
<li>Fix the Add Application form filling empty fields with the word "undefined"</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="0.1.4" date="2026-09-11">
|
||||
<description>
|
||||
<ul>
|
||||
|
||||
@@ -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.4
|
||||
# tag: v0.1.5
|
||||
# commit: <fill in the exact commit SHA the tag points at>
|
||||
|
||||
Reference in New Issue
Block a user