This commit is contained in:
Johannes Millan 2026-04-25 22:42:18 +02:00
parent 3ae246d030
commit 81560f97af
5 changed files with 16 additions and 6 deletions

View file

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

View file

@ -0,0 +1,10 @@
- Feat/issue 7362 9d46d3 (#7363)
- add 3-month inactive-account deletion clause
- improve Dropbox auth dialog UX on sandboxed Linux (#7139)
- break iOS WebDAV conflict-dialog loop (#7339)
- run unit tests when plugin code changes
- inline countdown wrapper, document set invariant
- reject inherited fields when creating subtask via REST
- drop dead addAttachment from task context menu
- open attachment dialog via detail panel after #7314
- google calendar text exceeding background (#7361)

4
package-lock.json generated
View file

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

View file

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