Skip to content

Commit

Permalink
10.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Sep 9, 2024
1 parent c1f7165 commit 81b665c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (http://super-productivity.com)",
Expand Down
2 changes: 1 addition & 1 deletion src/environments/versions.ts
Original file line number Diff line number Diff line change
@@ -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',
};

0 comments on commit 81b665c

Please sign in to comment.