Skip to content

Releases: sceeter89/jira-client

Jira Assistant 1.2

19 Oct 18:47

Choose a tag to compare

Bug fixes

  • Fixed issue with opening application from tray with double-click

Improvements

  • Upgrade of UI controls
  • Added option to start application in tray
  • Added empty lines to text export between epics
  • Charts are now more colourful
  • Added Sentry integration to automatically report unhandled issues

Jira Assistant 1.1.1

11 Oct 12:09

Choose a tag to compare

This version contains bug fix that crashes application when working with JIRA instance containing more than one field with the same name.

Jira Assistant 1.1

06 Sep 18:20

Choose a tag to compare

  • Fixed issues with invalid messages on login screen
  • Fixed invalid IoC parameters passed to view models, causing missing data on charts.
  • Work logging window won't be shown if there are no issues to log on.
  • Added support for mouse's "Back" button to navigate to previous page

Jira Assistant 1.0

11 Jul 21:06

Choose a tag to compare

  • Fixed issues with obsolete data while browsing some pages.
  • Improved error handling
  • Reduced installer size
  • Added support for mouse's "Back" button to navigate to previous page

Jira Assistant 1.0-rc5

10 Jul 20:43

Choose a tag to compare

Pre-release
  • Fixed missing configuration for Pivot Analysis
  • Fixed problems with loading settings screen
  • Fixed issues with saving and loading Issues Browser settings

Jira Assistant 1.0-rc4

05 Jul 21:25

Choose a tag to compare

Pre-release
  • Fixed issue with crashes on start if user was logged out.
  • Improved ignoring own changes
  • Added Epic Name to pivot reporting

Jira Assistant 1.0-rc3

27 Jun 08:30

Choose a tag to compare

Pre-release

Improvements

  • Notifications should now wait for user to unlock station if they occur while user's station is locked.
  • Moved logs to user's AppData\Local directory as it definitely makes more sense.
  • Added page with log of most recent changes in watched projects.
  • Added information about comments in change notifications.
  • Improved selection of watched projects - now you can use drag and drop to select them instead of typing keys.

Jira Assistant 1.0-rc2

23 Jun 21:48

Choose a tag to compare

Pre-release

Bug fixes

  • Fixed crash if new value in changelog was missing
  • Fixed issue with invalid version display causing infinite updates loop

Improvements

  • Added progress bar of issues download if there is a lot of issues to download.
  • User may choose whether to display own changes or only changes made by others.
  • Issue update notifications have longer texts, so more content is displayed.

Jira Assistant 1.0-rc1

21 Jun 21:37

Choose a tag to compare

Pre-release

This release is first release candidate for stable version of Jira Assistant. New data was added to issues (history of changes) so entire board data will be downloaded after update - it may take long time as there is much more data to download.

Bug fixes

  • Fixed issue with working on multiple boards and sprints - only first selection was respected.
  • Fixed issue with log work dialog popping out every 30 seconds.

Improvements

  • Solution was massively refactored (split to multiple projects, transition from service location to dependency injection, ...)
  • User may choose whether to display own changes or only changes made by others
  • Issue updated notification now contains brief changes' summary

Jira Assistant 0.7.6

02 Jun 21:30

Choose a tag to compare

Bug fixes

  • Fixed missing Epic Names
  • Fixed weird behaviour of work log pop-up which sometimes appeared twice

Improvements

  • Set column with time spent to display in hours instead of seconds
  • Reorganized code base to conform more adequately to MVVM pattern