This commit is contained in:
Johannes Millan 2026-04-19 19:21:50 +02:00
parent de33234976
commit e113cd8d21
6 changed files with 14 additions and 7 deletions

View file

@ -20,8 +20,8 @@ android {
minSdkVersion 24
targetSdkVersion 35
compileSdk 35
versionCode 18_02_03_9000
versionName "18.2.3"
versionCode 18_02_04_9000
versionName "18.2.4"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
manifestPlaceholders = [
hostName : "app.super-productivity.com",

View file

@ -0,0 +1,7 @@
- harden LWW archive and encryption password-change tests
- increase IndexedDB retry window for session-restart locks (#7220)
- clear selectOverdue/LaterToday selector overrides across specs (#7274)
- extend Snap+Wayland GPU research with PR #7273 follow-up (#7275)
- keep task selected when group/filter shows cross-context tasks (#7272)
- Implement task parsing with sub-tasks (#7184)
- extend default start page to projects, planner, schedule, boards

4
package-lock.json generated
View file

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

View file

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

View file

@ -34,7 +34,7 @@
"devDependencies": {
"@types/node": "^22.0.0",
"typescript": "^5.0.0",
"vite": "^6.0.0"
"vite": "^6.4.2"
},
"peerDependencies": {
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0"

View file

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