Skip to content

Releases: johannesjo/super-productivity

1.9.0

11 Mar 20:32
Compare
Choose a tag to compare

Bug Fixes

  • adding empty global links (b17a85c)
  • auto remove dupes (59e5a26)
  • idle time not being tracked when option is disabled #56 (a36f011)
  • import not working correctly (fed37a9)
  • gDriveSync: initial check not working as intended (9ae946c)
  • project creation wrong check for existing (7fcefb8)
  • settings state name (4d75537)
  • gDriveSync: initial creation of backup file (e75e3d4)
  • gDriveSync: message (51af762)
  • pomodoroFocus: fix possible error (8ee5343)
  • thumbnails: fix removing local links (bc3102e)
  • timeSheetExport: allow for custom date formats (fe03021)
  • timeSheetExport: use us/en date per default for export (2ae102f)

Features

  • add button to reset all keyboard shortcuts (c3538cd)
  • add notification when shutting down additional instances of super productivity (69cb232)
  • add original stacktrace to error handling (c893fe9)
  • gDriveSync: add auto login (c3885ac)
  • improve error handling by sending the errors to the frontend and show them there as well (300caf0)
  • focusMode: add keyboard shortcut for focus mode (b97767d)
  • focusMode: add to pomodoro button (150fed1)
  • focusMode: add ui for component (da97c4c)
  • focusMode: better edge case handling (669fcf0)
  • focusMode: clean up and fine tuning (272dc50)
  • focusMode: implement as state (d6f9c71)
  • focusMode: link button functionality (1d8013d)
  • focusMode: make drop and drag work for focus mode (7ee2fc2)
  • gDriveSync: add a way to specify the file name used (7c693fc)
  • gDriveSync: add basic sync (f6ebeb8)
  • gDriveSync: add better dialog for save confirm (7701927)
  • gDriveSync: add error handling for google api (04130cc)
  • gDriveSync: add import of data (2d5c5dc)
  • gDriveSync: add promise button spinner (29d5f17)
  • gDriveSync: add promise buttons also to time sheet export (af9e5af)
  • gDriveSync: add settings and improve structure (67d03d7)
  • gDriveSync: basic saving (528020c)
  • gDriveSync: fix error handling (19da8f2)
  • gDriveSync: further improve logging (96f8043)
  • gDriveSync: handle loading conditions correctly (bbb94bf)
  • gDriveSync: improve concurrent api call prevention (0a3ad93)
  • gDriveSync: improve logging (245b7c6)
  • gDriveSync: improve ui (dacbe58)
  • gDriveSync: make syncing work nicely (30070c7)
  • gDriveSync: prevent multiple dialogs (f3fa7e6)
  • gDriveSync: prompt before loading data (d3dee47)
  • gDriveSync: prompt before saving if there is a remote update (8b3e99a)
  • gDriveSync: save data before closing the page (ae7a14a)
  • mobile: beautify settings for mobile (4570ae9)
  • mobile: don't display keyboard settings (d9e2df0)
  • mobile: further improve ui (3cb776d)
  • mobile: improve ui for mobile (954bbe5)
  • mobile: make md switch more mobile friendly (ae547df)
  • mobile: make more space for navigation items (fe67b53)
  • pomodoroFocus: add basic outline of component (8943f1b)
  • pomodoroFocus: also show parent task name in focus mode (bf05be1)
  • pomodoroFocus: re-arrange ui (bca4813)
  • thumbnails: add enlarging of thumbnails (7d3b057)
  • thumbnails: add new global link type (bbdeb5c)
  • let notes take up less space if empty (9354791)
  • make notes more recognizable by changing their color (e989785)
  • remember logged in state for time sheet export (8b40cd7)
  • thumbnails: add thumbnails (05fb01f)
  • thumbnails: prevent dragging of fullscreen image (8b7376f)
  • require at least the current version of the gnome shell extension (aca6792)
  • show images being dropped on markdown area as images rather than opening a dialog for attachments (e88cc50)

1.8.3

28 Feb 08:37
Compare
Choose a tag to compare
v1.8.3

1.8.3

1.8.1

26 Feb 22:50
Compare
Choose a tag to compare

Features

  • add google docs time sheet export
  • improve pomodoro button visibility
  • pomodoro: focus window on and after break or show notification for web (2f08642)

Bugfixes

  • don't use done tasks for total estimate remaining calculation
  • dailySummary: always show time sheet export modal button (31a25b1)

1.7.9

21 Feb 19:42
Compare
Choose a tag to compare

Features

  • add option to require the user to manually confirm starting the next session (14a88f2)

1.7.8

19 Feb 19:47
Compare
Choose a tag to compare
v1.7.8

1.7.8

1.7.5

06 Feb 23:44
Compare
Choose a tag to compare
v1.7.5

1.7.5

1.7.4

26 Jan 22:12
Compare
Choose a tag to compare
v1.7.4

1.7.4

1.7.3

09 Jan 18:36
Compare
Choose a tag to compare

Bug Fixes

  • take a break not working as intended (bbf188f)
  • pomodoro: case when there is no task available and the error when the last task was deleted (914149d)

Features

  • idleTimeTracking: cleanup (3cbeaa4)
  • idleTimeTracking: make it optional and configurable (333617c)
  • idleTimeTracking: rework idleTimeTracking (92868d0)
  • add notification when there is a new version of super productivity available (38f6196)
  • pomodoro: add skip break button (5bd2935)

1.7.2

06 Jan 00:42
Compare
Choose a tag to compare

Features

  • pomodoro: set going to work view initially to disabled #46 (e47c603)

1.7.1

06 Jan 00:22
Compare
Choose a tag to compare

Features

  • pomodoro: add dialog for breaks and show distraction list on break #32 #22 (d7f6a68)
  • show version string in app help (f748a23)
  • pomodoro: add and improve notifications #32 (67e301a)
  • pomodoro: add better integration with time tracking #32 (ae33268)
  • pomodoro: add play/pause on button click #32 (77b1ed0)
  • pomodoro: add reselection of last task after restart #32 (47f30d6)
  • pomodoro: add settings #32 (47a20d1)
  • pomodoro: add ui #32 (791c422)
  • pomodoro: fix initialization for older configurations #32 (f780eff)
  • pomodoro: fix task selection #32 (521a2fa)
  • pomodoro: focus window on break #32 (db06d1e)
  • pomodoro: go to work view when starting session #32 (76cfd2b)
  • pomodoro: improve activating and deactivating current task #32 (c7bfa49)
  • pomodoro: improve messages #32 (d267d70)
  • pomodoro: improve time tracking integration with task play/pause button (78d009f)
  • pomodoro: improve ui #32 (cd370d8)
  • pomodoro: improve ui #32 (4c9b927)
  • pomodoro: improve ui #32 (34d8767)
  • pomodoro: make cycles work #32 (769dd4c)
  • pomodoro: make pause and stop work properly #32 (1e30a91)
  • pomodoro: make restarting tasks work when quitting on break #32 (4cd2c17)
  • pomodoro: make timer optional #32 (d099e2b)
  • pomodoro: outline basic interface #32 (8a3704f)
  • pomodoro: play optional sound on session done #32 (ee1e686)
  • pomodoro: prepare idle handling #32 (c52b1f5)
  • pomodoro: prevent multiple actions from being triggered at the same time #32 (21a870c)
  • pomodoro: prevent timer resetting itself on play #32 (92147d0)
  • pomodoro: show current session cycle on break #32 (e64ea90)
  • pomodoro: show or focus window on break #32 (31aefe0)
  • pomodoro: unset current task on startup #32 (fc632f4)
  • pomodoro: unset lastCurrentTask on pomodoro stop #32 (cf950a4)