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