From 81b665c754f1f349c1098c44cce876d841c42e55 Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Mon, 9 Sep 2024 16:46:41 +0200 Subject: [PATCH] 10.0.4 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- src/environments/versions.ts | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db2086bf48f..8005f0fde6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [10.0.4](https://github.com/johannesjo/super-productivity/compare/v10.0.3...v10.0.4) (2024-09-09) + +### Bug Fixes + +- add proper day date when dropping and dragging in planner [#3413](https://github.com/johannesjo/super-productivity/issues/3413) ([0561ee0](https://github.com/johannesjo/super-productivity/commit/0561ee027820ecc0ee96c6d76a5b029d396a6d08)) +- main list task re-order not being saved [#3422](https://github.com/johannesjo/super-productivity/issues/3422) ([5957eb8](https://github.com/johannesjo/super-productivity/commit/5957eb8db4f9518e0e908f53f8421dfd8f1cc418)) + +### Features + +- improve styling ([c1f7165](https://github.com/johannesjo/super-productivity/commit/c1f716579c8b32b6e8b96ffc1fc34ccce7d7aadd)) + ## [10.0.3](https://github.com/johannesjo/super-productivity/compare/v10.0.2...v10.0.3) (2024-09-09) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index c38d29d6fd7..b6900291ae1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "superProductivity", - "version": "10.0.3", + "version": "10.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "superProductivity", - "version": "10.0.3", + "version": "10.0.4", "license": "MIT", "dependencies": { "electron-dl": "^3.5.2", diff --git a/package.json b/package.json index 423b0de0ebe..daf50cbb3b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superProductivity", - "version": "10.0.3", + "version": "10.0.4", "description": "Experience the best ToDo app for digital professionals and get more done! Super Productivity comes with integrated time-boxing and time tracking capabilities and you can load your task from your calendars and from Jira, Gitlab, GitHub, Open Project and others all into a single ToDo list.", "main": "./electron/main.js", "author": "Johannes Millan (http://super-productivity.com)", diff --git a/src/environments/versions.ts b/src/environments/versions.ts index 38473487ff9..a3166a12d2a 100644 --- a/src/environments/versions.ts +++ b/src/environments/versions.ts @@ -1,6 +1,6 @@ // this file is automatically generated by git.version.ts script export const versions = { - version: '10.0.3', + version: '10.0.4', revision: 'NO_REV', branch: 'NO_BRANCH', };