mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
18.1.1
This commit is contained in:
parent
3f4a1be14a
commit
3e0f26aa5d
5 changed files with 15 additions and 6 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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/*"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "superProductivity",
|
||||
"version": "18.1.0",
|
||||
"version": "18.1.1",
|
||||
"description": "ToDo list and Time Tracking",
|
||||
"keywords": [
|
||||
"ToDo",
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue