This commit is contained in:
Johannes Millan 2026-04-01 21:17:20 +02:00
parent 3f4a1be14a
commit 3e0f26aa5d
5 changed files with 15 additions and 6 deletions

View file

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

View file

@ -0,0 +1,9 @@
- init hybrid devices from IS_TOUCH_PRIMARY to fix missing drag delay on first touch
- change very small container to 356px
- fix bug-7067 spec to work in production builds
- fix TS2614 by using Shepherd.Step namespace for types
- package-lock
- fix prettier formatting errors in e2e tests and nav-item scss
- handle empty/locked WebDAV remote file with recovery snack
- handle invalid startTime from sync/import gracefully (#7067)
- prevent saving empty project/tag title (#7081)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "superProductivity",
"version": "18.1.0",
"version": "18.1.1",
"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: '18.1.0',
version: '18.1.1',
revision: 'NO_REV',
branch: 'NO_BRANCH',
};