Releases: sceeter89/jira-client
Releases · sceeter89/jira-client
Jira Assistant 1.2
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
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
- 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
- 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
- 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
- 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
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
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
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
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