SlothTracker Changelog

What's new in SlothTracker 1.6.0

Jun 1, 2020
  • Overview Dialog:
  • Added new charts for displaying tasks in a predefined time interval (daily, weekly, monthly, yearly).
  • General:
  • Help menu item has a new menu item linking to documentation.
  • Edit task: start/end time could now be inserted without the leading 0 (both 09:15 and 9:15 are valid inputs).
  • BugFixes:
  • Chart axis: labels on axis could no longer overlap.

New in SlothTracker 1.5.0 (Apr 28, 2020)

  • Task Search: Overview dialog has a new search field that allows you to search through the past tasks. See documentation for more info.
  • Framework update: migrated to JavaFX 14.
  • Bugfixes:
  • Overview dialog:
  • Resolved an UI issue that prevented META+TAB from changing tabs if the date field was focused.
  • Improved performance when displaying tasks in the table.
  • Time conflict resolution: fixed a bug that caused an error dialog to appear if the updated task time collided with another task that was not displayed in the table.
  • Papercuts:
  • Overview dialog: table ui improvements

New in SlothTracker 1.4.4 (Apr 6, 2020)

  • System tray: Fixed a blurry icon that appeared on Linux with KDE environment.
  • One instance: Fixed an issue with SlothTracker not opening after forced system shutdown.
  • Task rename dialog: Tasks are now ordered in ascending date order.
  • Task overlap dialog: Added a delete row option on right mouse click.
  • Help menu: Added ‘Enter License’ menu item.

New in SlothTracker 1.4.0 (Mar 4, 2020)

  • System tray: Added a system tray which could be enabled via preferences dialog. If enabled, clicking on close of the main time tracking application window will hide the window (and not quit the application).
  • Autocomplete fields: Improved suggestion algorithm in autocomplete text fields.
  • Overview dialog: Selected tasks could now be renamed by either right clicking on table or via keyboard shortcut META+M.
  • Edit task dialog:
  • Total time field could now display negative values and is no longer automatically setting end time to 0 if start time is set after end time.
  • Added a safety check for tasks with negative duration.
  • Task import: Tasks that were already imported are no longer detected as overlapping tasks.
  • Papercuts: Various UI improvements.

New in SlothTracker 1.3.0 (Feb 27, 2020)

  • Keyboard shortcuts: Added keyboard shortcuts to execute actions and navigate through the GUI faster.
  • UI redesign: Redesigned UI to make it more suitable for keyboard heavy workflow. Improved visibility of the focused GUI components.
  • Bug fixes:
  • Edit task dialog: changing date only was not detected as task update and the updated task was not saved.
  • Time conflict resolution dialog was not displaying correct number of overlaps that should be resolved
  • Typing in autocomplete text fields no longer feels laggy

New in SlothTracker 1.2.0 (Feb 20, 2020)

  • Task rename dialog: Added a task/project rename dialog on overview dialog which allows you to rename multiple tasks at once.
  • Splash screen: replaced splash screen
  • OverviewDialog:
  • added project total time percentages for selected time frame.
  • Papercuts:
  • Only one SlothTracker application can be opened at the same time
  • Smaller application layout annoyances