From dba49e3722dd9cda0c61170a46f66063abdfeb07 Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Thu, 5 Feb 2026 14:35:02 +0100 Subject: [PATCH] 17.1.1 --- CHANGELOG.md | 13 +++++++++++++ android/app/build.gradle | 4 ++-- .../android/en-US/changelogs/1701019000.txt | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- src/environments/versions.ts | 2 +- 6 files changed, 29 insertions(+), 6 deletions(-) create mode 100644 android/fastlane/metadata/android/en-US/changelogs/1701019000.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f9efa544f..ba2cb8b158 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [17.1.1](https://github.com/super-productivity/super-productivity/compare/v17.1.0...v17.1.1) (2026-02-05) + +### Bug Fixes + +- **ci:** use macos-15 runner for iOS build to fix Xcode compatibility ([#6366](https://github.com/super-productivity/super-productivity/issues/6366)) ([be3f673](https://github.com/super-productivity/super-productivity/commit/be3f6735889b0f04332802477ffa759eef47e3db)) +- **icons:** resolve macOS icon black edge artifacts ([8b645c3](https://github.com/super-productivity/super-productivity/commit/8b645c33eab6810dba5aa63d67c1c2ee9a9cf3e7)), closes [#6323](https://github.com/super-productivity/super-productivity/issues/6323) +- **schedule:** show repeat projections in month view ([be064f7](https://github.com/super-productivity/super-productivity/commit/be064f7cf3e721df1a6b412dcbc2252821d17a01)), closes [#6312](https://github.com/super-productivity/super-productivity/issues/6312) +- **tasks:** prevent duplicate task creation on rapid Enter key presses ([d54e458](https://github.com/super-productivity/super-productivity/commit/d54e45840472dca55c4cf5aac1f91cd4d5321a70)) + +### Features + +- improve styling for schedule-month.component.html ([fc02bae](https://github.com/super-productivity/super-productivity/commit/fc02baec9863af6703b4932a78a166eb2fe8805b)) + # [17.1.0](https://github.com/super-productivity/super-productivity/compare/v17.0.12...v17.1.0) (2026-02-04) ### Bug Fixes diff --git a/android/app/build.gradle b/android/app/build.gradle index e0f03ddbe7..a019857baf 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -20,8 +20,8 @@ android { minSdkVersion 24 targetSdkVersion 35 compileSdk 35 - versionCode 17_01_00_9000 - versionName "17.1.0" + versionCode 17_01_01_9000 + versionName "17.1.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" manifestPlaceholders = [ hostName : "app.super-productivity.com", diff --git a/android/fastlane/metadata/android/en-US/changelogs/1701019000.txt b/android/fastlane/metadata/android/en-US/changelogs/1701019000.txt new file mode 100644 index 0000000000..e471fa8f03 --- /dev/null +++ b/android/fastlane/metadata/android/en-US/changelogs/1701019000.txt @@ -0,0 +1,10 @@ + +### Bug Fixes + +* **ci:** use macos-15 runner for iOS build to fix Xcode compatibility (#6366) +* **icons:** resolve macOS icon black edge artifacts (8b645c3), closes #6323 +* **schedule:** show repeat projections in month view (be064f7), closes #6312 +* **tasks:** prevent duplicate task creation on rapid Enter key presses +### Features + +* improve styling for schedule-month.component.html \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 0e9f7ee2bf..42708e5453 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "superProductivity", - "version": "17.1.0", + "version": "17.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "superProductivity", - "version": "17.1.0", + "version": "17.1.1", "license": "MIT", "workspaces": [ "packages/*" diff --git a/package.json b/package.json index cd858bc823..19fad869fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superProductivity", - "version": "17.1.0", + "version": "17.1.1", "description": "ToDo list and Time Tracking", "keywords": [ "ToDo", diff --git a/src/environments/versions.ts b/src/environments/versions.ts index 63c1c41dd0..b499af14bc 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: '17.1.0', + version: '17.1.1', revision: 'NO_REV', branch: 'NO_BRANCH', };