From 5c9c0c2131432e8729c88b3627c668923c46dc0a Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Thu, 2 Jul 2026 16:41:38 +0200 Subject: [PATCH] 18.13.1 --- android/app/build.gradle | 4 +-- .../android/en-US/changelogs/1813019000.txt | 1 + build/release-notes.md | 34 ++----------------- package-lock.json | 4 +-- package.json | 2 +- src/environments/versions.ts | 2 +- 6 files changed, 9 insertions(+), 38 deletions(-) create mode 100644 android/fastlane/metadata/android/en-US/changelogs/1813019000.txt diff --git a/android/app/build.gradle b/android/app/build.gradle index f7f95fd32c..a0b2df4258 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -20,8 +20,8 @@ android { minSdkVersion 24 targetSdkVersion 36 compileSdk 36 - versionCode 18_13_00_9000 - versionName "18.13.0" + versionCode 18_13_01_9000 + versionName "18.13.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" manifestPlaceholders = [ hostName : "app.super-productivity.com", diff --git a/android/fastlane/metadata/android/en-US/changelogs/1813019000.txt b/android/fastlane/metadata/android/en-US/changelogs/1813019000.txt new file mode 100644 index 0000000000..8719aadde0 --- /dev/null +++ b/android/fastlane/metadata/android/en-US/changelogs/1813019000.txt @@ -0,0 +1 @@ +Fixed dangling tag references during sync archiving by scanning all tags. \ No newline at end of file diff --git a/build/release-notes.md b/build/release-notes.md index 2a18ae7f36..84e78a3504 100644 --- a/build/release-notes.md +++ b/build/release-notes.md @@ -1,35 +1,5 @@ For all current downloads, package links, and platform-specific notes: [check the wiki](https://github.com/super-productivity/super-productivity/wiki/2.01-Downloads-and-Install). -## Features +### Fixes -- Added global wallpapers with per-context overrides. -- Expanded Plainspace collaboration: create tasks directly, discover and connect more easily, open shared projects in Plainspace, and poll for new tasks by default. -- Desktop users can now be notified about new releases. -- Added ISO 8601 date formatting and updated Swedish and Romanian translations. -- Focus Mode preparation is now optional, with smoother starts and a repeating break-end sound. -- Added clearer overdue and scheduling-conflict indicators, reminder actions, and Later Today calendar details. -- Added plugin OAuth hooks, local-only secret storage, persistent execution consent, and issue-panel integration. -- Added global shortcut triggers through `superproductivity://` URLs. - -## Fixes - -- Improved sync safety, encryption prompts, conflict notices, upload verification, and OneDrive and Nextcloud setup feedback. -- Fixed task schedules being lost when moving between the backlog and regular list. -- Fixed adding subtasks from the Planner and parsing short syntax for inline subtasks. -- Fixed dismissed reminders reopening repeatedly and improved notification-action handling. -- Fixed task notes briefly showing raw Markdown and duplicate note views in Focus Mode. -- Fixed CalDAV WebDAV requests on Android and several Android keyboard and status-bar issues. -- Fixed file links containing special characters on Windows, clipboard images, and dropped files. -- Fixed blank task detail panels and improved keyboard focus visibility for subtasks. -- Prevented hangs or crashes when restoring large data stores. -- Improved GitLab project identifier validation and automatic issue imports. -- Fixed plugin execution in packaged apps and made denied execution consent re-enableable. - -## Security - -- Prevented plaintext operations from being sent through providers that require end-to-end encryption. -- Blocked executable launches through desktop file opening and removed the execution IPC associated with GHSA-256q. - -## Performance - -- Improved restore reconciliation performance for large data stores. +- Fixed dangling tag references during sync archiving by scanning all tags (#8710). diff --git a/package-lock.json b/package-lock.json index bd5699c809..62455fd9ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "superProductivity", - "version": "18.13.0", + "version": "18.13.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "superProductivity", - "version": "18.13.0", + "version": "18.13.1", "hasInstallScript": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index bb0e81a820..0abcf6cb97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superProductivity", - "version": "18.13.0", + "version": "18.13.1", "description": "ToDo list and Time Tracking", "keywords": [ "ToDo", diff --git a/src/environments/versions.ts b/src/environments/versions.ts index 4f545ddf89..f6b5174bac 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.13.0', + version: '18.13.1', revision: 'NO_REV', branch: 'NO_BRANCH', };