Skip to content

Commit

Permalink
v 0.16.0
Browse files Browse the repository at this point in the history
Features

- added auto refresh interval setting
- added show/hide working issue timer
- change working issue status after selection
- managed internal comment
- added working issue assignees setting
- save 'project' and 'working issue' settings inside workspace folder if exist

Bug Fixes

- refresh issue list after issue creation
- minor fixes
  • Loading branch information
gioboa committed Mar 22, 2019
1 parent 24cb3c0 commit f3d2354
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 0.16.0

### Features

- added auto refresh interval setting
- added show/hide working issue timer
- change working issue status after selection
- managed internal comment
- added working issue assignees setting
- save 'project' and 'working issue' settings inside workspace folder if exist

### Bug Fixes

- refresh issue list after issue creation
- minor fixes

## 0.15.3

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jira-plugin",
"displayName": "Jira Plugin",
"description": "Jira integration for vscode",
"version": "0.15.3",
"version": "0.16.0",
"publisher": "gioboa",
"icon": "images/icons/icon.png",
"galleryBanner": {
Expand Down

0 comments on commit f3d2354

Please sign in to comment.