From 6dcede853f5260fa98279102626e4cfc270c5fbc Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Sat, 10 Jan 2026 12:23:21 +0100 Subject: [PATCH] 16.9.3 --- CHANGELOG.md | 9 +++++++++ android/app/build.gradle | 4 ++-- .../metadata/android/en-US/changelogs/1609030000.txt | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- src/environments/versions.ts | 2 +- 6 files changed, 22 insertions(+), 6 deletions(-) create mode 100644 android/fastlane/metadata/android/en-US/changelogs/1609030000.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 55b09fff3..a7040af74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [16.9.3](https://github.com/super-productivity/super-productivity/compare/v16.9.2...v16.9.3) (2026-01-10) + +### Bug Fixes + +- **calendar:** display proper error messages instead of [object Object] ([3b14a04](https://github.com/super-productivity/super-productivity/commit/3b14a049342d4bcfd96cc08b9dd0233bc0c839c4)), closes [#5870](https://github.com/super-productivity/super-productivity/issues/5870) +- **e2e:** fix keyboard shortcut delete test and reduce sync test flakiness ([52bf171](https://github.com/super-productivity/super-productivity/commit/52bf171ec43057a8d77cd94ee3068eb49c1a46e8)) +- **schedule:** maintain visibility during task overlap on schedule ([#5887](https://github.com/super-productivity/super-productivity/issues/5887)) ([28c92cf](https://github.com/super-productivity/super-productivity/commit/28c92cf9447dca06adbafed2fc6b6e763156b32e)) +- **tasks:** add subscription cleanup to delete confirmation dialog ([adbea06](https://github.com/super-productivity/super-productivity/commit/adbea068da5b57865398b4477f16cc6ef8d73637)) + ## [16.9.2](https://github.com/super-productivity/super-productivity/compare/v16.9.0...v16.9.2) (2026-01-09) ### Bug Fixes diff --git a/android/app/build.gradle b/android/app/build.gradle index edc04f053..b1f37e174 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -20,8 +20,8 @@ android { minSdkVersion 24 targetSdkVersion 35 compileSdk 35 - versionCode 16_09_02_0000 - versionName "16.9.2" + versionCode 16_09_03_0000 + versionName "16.9.3" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" manifestPlaceholders = [ hostName : "app.super-productivity.com", diff --git a/android/fastlane/metadata/android/en-US/changelogs/1609030000.txt b/android/fastlane/metadata/android/en-US/changelogs/1609030000.txt new file mode 100644 index 000000000..a3057a8f6 --- /dev/null +++ b/android/fastlane/metadata/android/en-US/changelogs/1609030000.txt @@ -0,0 +1,7 @@ + +### Bug Fixes + +* **calendar:** display proper error messages instead of [object Object] (3b14a04), closes #5870 +* **e2e:** fix keyboard shortcut delete test and reduce sync test flakiness +* **schedule:** maintain visibility during task overlap on schedule (#5887) +* **tasks:** add subscription cleanup to delete confirmation dialog \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 0794d400b..25bac0c0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "superProductivity", - "version": "16.9.2", + "version": "16.9.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "superProductivity", - "version": "16.9.2", + "version": "16.9.3", "license": "MIT", "workspaces": [ "packages/*" diff --git a/package.json b/package.json index 9a66011c7..3917048c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superProductivity", - "version": "16.9.2", + "version": "16.9.3", "description": "ToDo list and Time Tracking", "keywords": [ "ToDo", diff --git a/src/environments/versions.ts b/src/environments/versions.ts index 70587e503..fff1c9511 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: '16.9.2', + version: '16.9.3', revision: 'NO_REV', branch: 'NO_BRANCH', };