Skip to content

Commit

Permalink
save whatsnewlastopenedversion
Browse files Browse the repository at this point in the history
  • Loading branch information
NaridaL committed Jul 13, 2020
1 parent b6db62f commit 438fce8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## [2.5.0] - 2020-07-12

- "Hover mode" now has a vertical option. See settings to enable.
- Added "What's New" dialog.

## [2.4.1] - 2020-07-06

- Fixed links to main Jira not working.

## [2.4.0] - 2020-07-03

- You can now right click on slices in the calender to go to that tasks Jira page in your browser.
- You can now add a second Jira URL, which will be used if Jira keys found in task names do not match a project from the main Jira.
- Task select autocomplete now shows when it is searching for tasks in Jira.
- Added "GUESS" button, which attempts to auto-fill the clarity task. (Currently it only looks for a Jira key in task names and attempts to match that to a clarity task.)

## [2.3.0] - 2020-05-27

- Time format can be toggled between hours and BT in settings.
- Show target time in clarity view (hover over total hours).
- Fix app not quitting correctly.
1 change: 1 addition & 0 deletions zedd-app/src/AppState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ export class AppState {
public whatsNewDialogOpen: boolean = true

@observable
@serializable
public whatsNewDialogLastOpenedForVersion: string = ''

@observable
Expand Down

0 comments on commit 438fce8

Please sign in to comment.