This commit is contained in:
Johannes Millan 2026-03-19 14:43:06 +01:00
parent 161da56585
commit 793285614a
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 @@
- close pull_request_target pwn request vulnerability (#6879)
- add shortcut to open note/checklist in fullscreen (#6869)
- add markdown list auto-continuation (#6870)
- fix recurring task tests failing in CI production builds
- handle Linear issue state in isIssueDone (#6877)
- improve Slovak translations
- complete translations for all 26 languages
- add package-lock.json registry check and pin npm registry (#6875)
- match navigation bar color to system theme on startup (#6872)

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',
};