This commit is contained in:
Johannes Millan 2026-07-02 16:41:38 +02:00
parent b9fa3bdfc1
commit 5c9c0c2131
6 changed files with 9 additions and 38 deletions

View file

@ -20,8 +20,8 @@ android {
minSdkVersion 24
targetSdkVersion 36
compileSdk 36
versionCode 18_13_00_9000
versionName "18.13.0"
versionCode 18_13_01_9000
versionName "18.13.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
manifestPlaceholders = [
hostName : "app.super-productivity.com",

View file

@ -0,0 +1 @@
Fixed dangling tag references during sync archiving by scanning all tags.

View file

@ -1,35 +1,5 @@
For all current downloads, package links, and platform-specific notes: [check the wiki](https://github.com/super-productivity/super-productivity/wiki/2.01-Downloads-and-Install).
## Features
### Fixes
- Added global wallpapers with per-context overrides.
- Expanded Plainspace collaboration: create tasks directly, discover and connect more easily, open shared projects in Plainspace, and poll for new tasks by default.
- Desktop users can now be notified about new releases.
- Added ISO 8601 date formatting and updated Swedish and Romanian translations.
- Focus Mode preparation is now optional, with smoother starts and a repeating break-end sound.
- Added clearer overdue and scheduling-conflict indicators, reminder actions, and Later Today calendar details.
- Added plugin OAuth hooks, local-only secret storage, persistent execution consent, and issue-panel integration.
- Added global shortcut triggers through `superproductivity://` URLs.
## Fixes
- Improved sync safety, encryption prompts, conflict notices, upload verification, and OneDrive and Nextcloud setup feedback.
- Fixed task schedules being lost when moving between the backlog and regular list.
- Fixed adding subtasks from the Planner and parsing short syntax for inline subtasks.
- Fixed dismissed reminders reopening repeatedly and improved notification-action handling.
- Fixed task notes briefly showing raw Markdown and duplicate note views in Focus Mode.
- Fixed CalDAV WebDAV requests on Android and several Android keyboard and status-bar issues.
- Fixed file links containing special characters on Windows, clipboard images, and dropped files.
- Fixed blank task detail panels and improved keyboard focus visibility for subtasks.
- Prevented hangs or crashes when restoring large data stores.
- Improved GitLab project identifier validation and automatic issue imports.
- Fixed plugin execution in packaged apps and made denied execution consent re-enableable.
## Security
- Prevented plaintext operations from being sent through providers that require end-to-end encryption.
- Blocked executable launches through desktop file opening and removed the execution IPC associated with GHSA-256q.
## Performance
- Improved restore reconciliation performance for large data stores.
- Fixed dangling tag references during sync archiving by scanning all tags (#8710).

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "superProductivity",
"version": "18.13.0",
"version": "18.13.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "superProductivity",
"version": "18.13.0",
"version": "18.13.1",
"hasInstallScript": true,
"license": "MIT",
"workspaces": [

View file

@ -1,6 +1,6 @@
{
"name": "superProductivity",
"version": "18.13.0",
"version": "18.13.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.13.0',
version: '18.13.1',
revision: 'NO_REV',
branch: 'NO_BRANCH',
};