Skip to content

Releases: tulleuchen/jirastopwatch

Jira StopWatch 2.3.0

04 May 17:39
Compare
Choose a tag to compare

Please visit http://jirastopwatch.com for full introduction of Jira StopWatch and documentation.

New features/improvements

  • Changed Jira authentication to use API tokens instead of username/password (big thank you to @bellamatte for this!)

Jira StopWatch 2.2.0

02 Nov 11:19
5fa0921
Compare
Choose a tag to compare

Please visit http://jirastopwatch.com for full introduction of Jira StopWatch and documentation.

NOTE: Make sure that all your timers have been submitted to Jira, before installing this update.

New features/improvements

  • Log work using actual start time
  • Use Jira's hour/day configuration when presenting time (eg. 8 hours = 1 day)
  • Posting worklog will always round up recorded time to nearest minute.

Jira StopWatch 2.1.0

16 Aug 12:32
Compare
Choose a tag to compare

Please visit http://jirastopwatch.com for full introduction of Jira StopWatch and documentation.

New features/improvements

  • HTTPS connections are now forced to use TLS 1.1 or newer.
  • Optional display of issue's project name.
  • Added ellipsis for long issue summaries.

Bugfixes

  • Fixed random disappearing issue summaries.
  • Submit worklog accepts 0 without any unit as remaining time.

Jira StopWatch 2.0.1

10 Apr 19:13
Compare
Choose a tag to compare

Please visit http://jirastopwatch.com for full introduction of Jira StopWatch and documentation.

Bugfixes

  • System tray icon missing when minimizing to tray.
  • Always use current screen instead of main screen for calculating maximum height of main window. Thanks to @joanis for this PR.

Jira StopWatch 2.0.0

23 Mar 05:18
Compare
Choose a tag to compare

New homepage and documentation

Please visit http://jirastopwatch.com for full introduction of Jira StopWatch and documentation.

New features/improvements

  • Added keyboard shortcuts to operate most important functions.
  • Moved user credentials into settings window instead of separate login window.
  • Added Jira's default filter "My open issues" as hard-coded first filter.
  • Added a help button, that links to the new documentation homepage.

Bugfixes

  • If the user config file got corrupt, StopWatch would not start.
  • Worklog could not be submitted, if user's regional setting was set to eg. Swedish because of a different date format.
  • When manually editing timer, total time was not updated instantly.

Jira StopWatch 1.9.0

24 Jan 14:54
Compare
Choose a tag to compare

New features/improvements

  • Issue rows are now added/removed directly from the UI instead of from inside the settings dialog. (Thanks to Adam Conway for this)
  • When posting worklog, remaining estimate can now be edited the same way as in Jira. (Thanks to Adam Conway for this)
  • Display version info on titlebar.
  • Keep existing settings on version upgrade.
  • Misc. UI improvements (coloring, repositioning UI items, etc.)
  • Optionally autostart an issue (setting "In progress") when pressing play on timer.
  • Optional logging of Jira API communication for debugging purposes.
  • Copy/paste of Jira URL into issue combobox now extracts the issue key.
  • Click on "Not connected" will now display the connection problems in a dialog.

Bugfixes:

  • Active timers total time did not get stored when using the setting "pause active timer".

Note to users of 1.9.0-pre1

If you have installed one of the 1.9.0 pre-releases, you will have to uninstall it before installing this version.

Users of 1.8.0 or earlier can just install, and an upgrade will occur.

Jira StopWatch 1.8.0

05 Oct 18:37
Compare
Choose a tag to compare

New features/improvement:

  • When submitting worklog, StartTime will also be set. The value will be equal to "now minus logged work-time". Kudos to Lee Houghton for making this PR.
  • UI now handles Windows' zoom settings much better.
  • Timers and settings are now saved continously instead of only at program exit. So no data loss if you get power-outs or PC crash.
  • Issue dropdown box will now retrieve up to 200 issues, instead of the API-default of 50.

Bugfixes:

  • Fixed random startup crashes.
  • If issue keys are very long, they could be cropped in the dropdown box. This has been fixed, so the key column width adapts to the widest key.

Jira StopWatch 1.7.0

26 Jun 19:25
Compare
Choose a tag to compare

Important feature change

Edit timer is now always enabled. Instead of enabling/disabling this option, you now edit the timer by double-clicking the time field.

Other new features/improvement

  • StopWatch now only runs single instance - it detects at startup if another instance is running, and brings it into focus.
  • New icon that is visible on dark Windows 10 taskbar theme.
  • Timers now also support days - eg. 2d 13h 34m

Bugfixes:

  • After version 1.6.1 the Jira session might timeout. If this happens, StopWatch will now automatically re-authenticate and retry the requests.
  • When you activate many timers, the StopWatch window might be too big for the screen. Now the window will not be higher than desktop size, and instead a scrollbar gives access to the remaining issues.
  • Minimize to tray sometimes did not show the system tray icon.
  • Dropdown box with issue list only updated the description below when leaving the field. Now it happens on selection + on if you manually write a key.
  • Requests to Jira API did not work, if the issue key had leading spaces eg. " OPS-14". This has been fixed.

Jira Stopwatch 1.6.1

18 Apr 20:11
Compare
Choose a tag to compare

Important improvement:

Previous versions of Jira StopWatch fetches the filter-list and issue-list once every 30 seconds. It came to my attention, that this could overload the Jira servers with many people using StopWatch.

From this version forward, both the filter-list and issue-list will only be fetched on-demand, ie. when the dropdown boxes are actually opened.

Jira Stopwatch 1.6.0

09 Apr 18:13
Compare
Choose a tag to compare

New features:

  • Allow multiple timers to run at the same time
  • Choose if worklog text should be posted on worklog track or comment track
  • Display total time in bottom of window

Bugfixes:

  • Issue description was not updated when manually typing an issue key or deleting a key
  • notifyIcon is not available on Mono, so on non-Windows platforms, disable all minimze-to-tray code
  • Fixed thread UI issue

Remade project structure to make crossplatform building easier

Refactoring of internal Jira communication (including NUnit test-coverage)

Note: This version might ask you to reconfigure your settings and login credentials, due to different installation folder. It will not happen in subsequent releases.