From f3534efabb8cbc3c3dc65d366ab004a591847d4e Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Thu, 15 May 2025 15:06:39 +0200 Subject: [PATCH] 13.0.5 --- CHANGELOG.md | 17 +++++++++++++++++ android/app/build.gradle | 4 ++-- .../android/en-US/changelogs/1300050000.txt | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- src/environments/versions.ts | 2 +- 6 files changed, 37 insertions(+), 6 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/1300050000.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 954632263..4153b436b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [13.0.5](https://github.com/johannesjo/super-productivity/compare/v13.0.4...v13.0.5) (2025-05-15) + +### Bug Fixes + +- allow for legacy left over jira and open project configs [#4360](https://github.com/johannesjo/super-productivity/issues/4360) [#4362](https://github.com/johannesjo/super-productivity/issues/4362) ([5f1fe57](https://github.com/johannesjo/super-productivity/commit/5f1fe575a3ca7e6695413e891bd3a2b560189a95)) +- also cleanup todays tag ids from task repeat configs [#4364](https://github.com/johannesjo/super-productivity/issues/4364) ([fecbd75](https://github.com/johannesjo/super-productivity/commit/fecbd75ad1d66dce8e613dd42061066023683e6b)) +- exclude today tag from boards config [#4368](https://github.com/johannesjo/super-productivity/issues/4368) ([3d55745](https://github.com/johannesjo/super-productivity/commit/3d557454946a9f40feb8cf58325ccbe7b1420022)) +- make autofix work for task model [#4365](https://github.com/johannesjo/super-productivity/issues/4365) ([42c481a](https://github.com/johannesjo/super-productivity/commit/42c481a639e71c72f642ec52a93fe897cc3c88f9)) +- **pfapi:** error logging ([1e1ec99](https://github.com/johannesjo/super-productivity/commit/1e1ec9912e1ffc73ba431f7ec3a64ac50f3d0158)) +- **pfapi:** error logging 2 ([a50d135](https://github.com/johannesjo/super-productivity/commit/a50d135141de17c325347a5055eb1005305b1296)) +- **pfapi:** use documents folder for android sync instead [#4349](https://github.com/johannesjo/super-productivity/issues/4349) [#4357](https://github.com/johannesjo/super-productivity/issues/4357) ([e515e10](https://github.com/johannesjo/super-productivity/commit/e515e101836a075387f5a6ad8e37e091e4da1674)) +- remove misleading "remove from my day" button [#4366](https://github.com/johannesjo/super-productivity/issues/4366) ([f3b448f](https://github.com/johannesjo/super-productivity/commit/f3b448f31ae01b5f46d240ee52f7f52ac994b499)) + +### Features + +- **pfapi:** improve logging [#4369](https://github.com/johannesjo/super-productivity/issues/4369) ([2ae3aad](https://github.com/johannesjo/super-productivity/commit/2ae3aad77844c522627d94e44832e6bd2342bc40)) + ## [13.0.4](https://github.com/johannesjo/super-productivity/compare/v13.0.1...v13.0.4) (2025-05-14) ### Bug Fixes diff --git a/android/app/build.gradle b/android/app/build.gradle index f41e3a84b..e21ecd8c8 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -20,8 +20,8 @@ android { minSdkVersion 24 targetSdkVersion 35 compileSdk 35 - versionCode 13_00_04_0000 - versionName "13.0.4" + versionCode 13_00_05_0000 + versionName "13.0.5" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" manifestPlaceholders = [ hostName : "app.super-productivity.com", diff --git a/fastlane/metadata/android/en-US/changelogs/1300050000.txt b/fastlane/metadata/android/en-US/changelogs/1300050000.txt new file mode 100644 index 000000000..71e39774d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1300050000.txt @@ -0,0 +1,14 @@ + +### Bug Fixes + +* allow for legacy left over jira and open project configs #4360 #4362 +* also cleanup todays tag ids from task repeat configs #4364 +* exclude today tag from boards config #4368 +* make autofix work for task model #4365 +* **pfapi:** error logging +* **pfapi:** error logging 2 +* **pfapi:** use documents folder for android sync instead #4349 #4357 +* remove misleading "remove from my day" button #4366 +### Features + +* **pfapi:** improve logging #4369 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index b6af6bb01..7b2b2a95f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "superProductivity", - "version": "13.0.4", + "version": "13.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "superProductivity", - "version": "13.0.4", + "version": "13.0.5", "license": "MIT", "dependencies": { "electron-dl": "^3.5.2", diff --git a/package.json b/package.json index b33d775db..ae1086263 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superProductivity", - "version": "13.0.4", + "version": "13.0.5", "description": "ToDo list and Time Tracking", "keywords": [ "ToDo", diff --git a/src/environments/versions.ts b/src/environments/versions.ts index ac2380cc0..c861db322 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: '13.0.4', + version: '13.0.5', revision: 'NO_REV', branch: 'NO_BRANCH', };