From 920071f5ce7617c52aa58eee37eaad55339f07bc Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Fri, 5 Jun 2026 20:30:11 +0200 Subject: [PATCH] 18.9.0 --- android/app/build.gradle | 4 +- .../android/en-US/changelogs/1809009000.txt | 1 + build/release-notes.md | 48 +++++++------------ package-lock.json | 4 +- package.json | 2 +- src/environments/versions.ts | 2 +- 6 files changed, 23 insertions(+), 38 deletions(-) create mode 100644 android/fastlane/metadata/android/en-US/changelogs/1809009000.txt diff --git a/android/app/build.gradle b/android/app/build.gradle index 9c4a42303b..7f72de6a67 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -20,8 +20,8 @@ android { minSdkVersion 24 targetSdkVersion 36 compileSdk 36 - versionCode 18_08_00_9000 - versionName "18.8.0" + versionCode 18_09_00_9000 + versionName "18.9.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" manifestPlaceholders = [ hostName : "app.super-productivity.com", diff --git a/android/fastlane/metadata/android/en-US/changelogs/1809009000.txt b/android/fastlane/metadata/android/en-US/changelogs/1809009000.txt new file mode 100644 index 0000000000..2686870171 --- /dev/null +++ b/android/fastlane/metadata/android/en-US/changelogs/1809009000.txt @@ -0,0 +1 @@ +Unified Quick History and Worklog into one History view. Added parent folder context for projects and tags. Fixed custom weekday repeat settings, project icon colors, hidden selections after filtering, calendar due banners, regional date formats, board tasks from sidebar-hidden projects, frequency translations, and preserving edits during sync/repeat/deadline handling. \ No newline at end of file diff --git a/build/release-notes.md b/build/release-notes.md index 56662b5373..e972561f78 100644 --- a/build/release-notes.md +++ b/build/release-notes.md @@ -2,38 +2,22 @@ For all current downloads, package links, and platform-specific notes: [check th ### Features -- Added OneDrive as a sync provider and marked it as desktop/mobile-only. -- Improved the project archive flow. -- Added a Start break action to break reminders. -- Improved the task swipe menu appearance. -- Improved the task attachment dialog and URL handling. -- Delayed rating prompts for 30 days after crashes or data damage. -- Added plugin persistence improvements, persisted-data change hooks, and support for multiple handlers per plugin hook. -- Improved plugin sync data size. +- Unified Quick History and Worklog into one History view (#8033) +- Show parent folder context for projects and tags in the menu tree (#7988) + +### Improvements + +- Fixed visual inconsistencies in icons (#7989) +- Hide global metric charts outside Today (#8019) ### Fixes -- Fixed Android edge-to-edge, keyboard inset, startup overlay, and dark-theme keyboard resize issues. -- Improved Android recovery from transient WebView startup failures. -- Kept Android foreground services alive when the app task is removed. -- Fixed iOS time tracking and focus mode state after app resume. -- Restored iOS local notifications and fixed notification timing after the permission dialog. -- Prevented the iOS tag picker from opening automatically when opening tasks in portrait mode. -- Fixed macOS app quit behavior. -- Updated search results immediately when a task is marked done. -- Guarded the schedule dialog against malformed time input. -- Retried transient client-side network GET failures once. -- Hardened OneDrive sync follow-ups and encrypted sync retry handling. -- Fixed recurring task cases around start dates moved to today and overdue untracked instances from yesterday. -- Preserved issue-number prefixes on imported issue tasks. -- Fixed the label shown when re-opening a completed task. -- Preserved the visible default notes template when toggling checklist mode. -- Fixed browser blocking when sync removes the active project. -- Guarded boards loading against malformed payloads. -- Allowed parent tasks and subtasks to share tags independently. -- Improved selected-subtask highlighting, current-task styling in Zen and Lines, and habit tracker day-circle readability. -- Improved German, Turkish, and mismatched translation wording. - -### Performance - -- Skipped no-op plugin document-mode saves. +- Keep custom weekdays interactive in repeat settings (#8034) +- Apply project primary colors to icons in the visibility menu (#8030) +- Clear the selected task when a customizer filter hides it (#8024) +- Hide archived event banners in the calendar +- Stop linked events from creating due banners in the calendar +- Use the browser's regional locale for the default date format (#8023) +- Show board tasks from projects hidden in the sidebar (#8021) +- Fix frequency translations (#8000) +- Preserve user edits across sync, repeat cleanup, and deadline parsing (#8001) diff --git a/package-lock.json b/package-lock.json index 2b98e14a96..72334b60db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "superProductivity", - "version": "18.8.0", + "version": "18.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "superProductivity", - "version": "18.8.0", + "version": "18.9.0", "license": "MIT", "workspaces": [ "packages/*" diff --git a/package.json b/package.json index 014118e7d0..50505f27bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superProductivity", - "version": "18.8.0", + "version": "18.9.0", "description": "ToDo list and Time Tracking", "keywords": [ "ToDo", diff --git a/src/environments/versions.ts b/src/environments/versions.ts index 81707dcb00..97e754af28 100644 --- a/src/environments/versions.ts +++ b/src/environments/versions.ts @@ -1,6 +1,6 @@ // this file is automatically generated by git.version.ts script export const versions = { - version: '18.8.0', + version: '18.9.0', revision: 'NO_REV', branch: 'NO_BRANCH', };