diff --git a/android/app/build.gradle b/android/app/build.gradle index 84d11977f1..5a75c47084 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -20,8 +20,8 @@ android { minSdkVersion 24 targetSdkVersion 35 compileSdk 35 - versionCode 18_02_04_9000 - versionName "18.2.4" + versionCode 18_02_05_9000 + versionName "18.2.5" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" manifestPlaceholders = [ hostName : "app.super-productivity.com", diff --git a/android/fastlane/metadata/android/en-US/changelogs/1802059000.txt b/android/fastlane/metadata/android/en-US/changelogs/1802059000.txt new file mode 100644 index 0000000000..988089f837 --- /dev/null +++ b/android/fastlane/metadata/android/en-US/changelogs/1802059000.txt @@ -0,0 +1,9 @@ +- add §17 — multi-agent review + 5-agent depth research +- add GPU startup guard for confined Linux packages +- revive §12 PR #7273 — n=2 field data fires the revisit trigger +- update §16 with nekufa report (n=2, vendor-agnostic) +- equalize community plugin card heights +- credit community plugin authors with stars and alpha sort +- drop dead body-level transition-duration overrides +- migrate hardcoded values to design tokens +- add design-token scales (typography, radius, focus-ring) \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index ff4e3a5c0e..fe52b54cff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "superProductivity", - "version": "18.2.4", + "version": "18.2.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "superProductivity", - "version": "18.2.4", + "version": "18.2.5", "license": "MIT", "workspaces": [ "packages/*" diff --git a/package.json b/package.json index 081e3f94a3..3102c49b17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superProductivity", - "version": "18.2.4", + "version": "18.2.5", "description": "ToDo list and Time Tracking", "keywords": [ "ToDo", diff --git a/src/environments/versions.ts b/src/environments/versions.ts index 09f3a9aca6..1e3be4e3ed 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.2.4', + version: '18.2.5', revision: 'NO_REV', branch: 'NO_BRANCH', };