This commit is contained in:
Johannes Millan 2026-03-13 16:41:54 +01:00
parent baf6124415
commit f410aff077
5 changed files with 15 additions and 6 deletions

View file

@ -20,8 +20,8 @@ android {
minSdkVersion 24
targetSdkVersion 35
compileSdk 35
versionCode 17_03_00_9000
versionName "17.3.0"
versionCode 17_04_00_9000
versionName "17.4.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
manifestPlaceholders = [
hostName : "app.super-productivity.com",

View file

@ -0,0 +1,9 @@
- address code review findings from yesterday's changes
- change settings dialog button from "Close" to "Save"
- add verification resend cap of 20 attempts
- add magic link registration to SuperSync server
- collapse months by default to reduce initial DOM (#6802)
- defer context menu rendering in planner-task (#6802)
- reduce DOM nodes and subscriptions per task component (#6802)
- add canActivateChild to FocusOverlayOpenGuard
- consolidate lazy route chunks (251 → 151)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "superProductivity",
"version": "17.3.0",
"version": "17.4.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "superProductivity",
"version": "17.3.0",
"version": "17.4.0",
"license": "MIT",
"workspaces": [
"packages/*"

View file

@ -1,6 +1,6 @@
{
"name": "superProductivity",
"version": "17.3.0",
"version": "17.4.0",
"description": "ToDo list and Time Tracking",
"keywords": [
"ToDo",

View file

@ -1,6 +1,6 @@
// this file is automatically generated by git.version.ts script
export const versions = {
version: '17.3.0',
version: '17.4.0',
revision: 'NO_REV',
branch: 'NO_BRANCH',
};