This commit is contained in:
Johannes Millan 2023-09-01 16:15:57 +02:00
parent cab410ea6d
commit bb0c84b9a9
3 changed files with 15 additions and 3 deletions

View File

@ -1,3 +1,15 @@
## [7.14.3](https://github.com/johannesjo/super-productivity/compare/v7.14.2...v7.14.3) (2023-09-01)
### Bug Fixes
- IndexSizeError on copying multiline text [#2738](https://github.com/johannesjo/super-productivity/issues/2738) ([08a84cd](https://github.com/johannesjo/super-productivity/commit/08a84cd6b46f8092f9f3f1126d8b8ba6608eddd7))
### Features
- **evaluation:** put improvements after obstructions ([76f7535](https://github.com/johannesjo/super-productivity/commit/76f75353bfb8da6ceea95297bc717df575baa4d5))
- move new gitlab feature down in form ([1f45c47](https://github.com/johannesjo/super-productivity/commit/1f45c471df3030ed98924da205ba8f0d8e2443f3))
- **pomodoro:** do not stop time tracking before manual confirmation ([cd64701](https://github.com/johannesjo/super-productivity/commit/cd647019c17a754fef69310569ee53c7551d0c4a))
## [7.14.2](https://github.com/johannesjo/super-productivity/compare/v7.14.1...v7.14.2) (2023-08-21)
## [7.14.1](https://github.com/johannesjo/super-productivity/compare/v7.14.0...v7.14.1) (2023-08-21)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "superProductivity",
"version": "7.14.2",
"version": "7.14.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "superProductivity",
"version": "7.14.2",
"version": "7.14.3",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "superProductivity",
"version": "7.14.2",
"version": "7.14.3",
"description": "Super Productivity is an advanced todo list app with integrated Timeboxing and time tracking capabilities. It also comes with integrations for Jira, Gitlab, GitHub and Open Project.",
"main": "./electron/main.js",
"author": "Johannes Millan <contact@super-productivity.com> (http://super-productivity.com)",