Skip to content

1.2.0

Compare
Choose a tag to compare
@BlythMeister BlythMeister released this 14 May 08:37
· 1224 commits to master since this release

Features

  • Change Jira interaction to use hand rolled REST API communication layer to open more features.
  • Add display of parent issue when Jira is a sub-task.
  • Show remaining estimate in the export window.
  • Assign to current user when adding new timer.
  • Set in-progress when adding new timer.
  • Attempt to replicate the way Jira display issues with parents.
  • Clicking un-exported time value shows oldest un-exported timer.
  • Added spell check to export comments box.

Bug Fixes

  • Fixed issue with drag and drop with custom Jira URLs.
  • Issue when drag and drop with no timers on current date, start now not checked.
  • Fixed issue where you can subtract more time than you had already exported from a timer.
  • Fixed issue where unexported time will subtract values from timers with a negative unexported time.
  • Fixed issue with locked timers when deleting time and leaving just one, it's not selected by default.
  • Fixed issue on locked timer window when trying to export with no timers selected.
  • Make export date non changable non the export screen.
  • Better handling of errors when trying to get updates.
  • Prevent the export of more time than the remaining to export.
  • Fix issue with keyboard shortcuts when no timers present in the app.
  • No longer try and add timer from search when no timer selected.

Others