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 ec17bcb commit 4b37120
Show file tree
Hide file tree
Showing 30 changed files with 697 additions and 297 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": ["${workspaceRoot}/out/src/**/*.js"],
"preLaunchTask": "npm"
"preLaunchTask": "npm: compile"
},
{
"name": "Launch Tests",
Expand Down
30 changes: 0 additions & 30 deletions .vscode/tasks.json

This file was deleted.

1 change: 1 addition & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ src/**
.gitignore
tsconfig.json
vsc-extension-quickstart.md
scripts/**
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
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,10 @@ The extension store credentials in VS Code settings.<br><br>
Automatically watch for branch switching and select appropriate project and working issue
- **Group Task And Subtasks** <br>
Group task and subtasks into explorer
- **Issue List Auto Refresh Interval** <br>
Refresh explorer every x minutes (n.b: setting to 0 disables auto-refresh)
- **Number Of Issues In List** <br>
Number of issues to show in list. n.b: If you define high numbers the research can be slow
Number of issues to show in list (n.b: If you define high numbers the research can be slow)
- **Projects To Hide** <br>
Here you can define which projects you want to hide (e.g. PROJECT-KEY-1, PROJECT-KEY-2, PROJECT-KEY-3)
- **StrictSSL param** <br>
Expand All @@ -101,6 +103,12 @@ The extension store credentials in VS Code settings.<br><br>
Number of minutes to wait for the user to return to VSCode before discarding away time in hybrid time tracking mode
- **Username** <br>
Your Jira username or full email for OAuth
- **Working Issue Assignees** <br>
Assignees used for extract working issue list (e.g. robert.smith, michael.jones) (n.b: CURRENT_USER is the placeholder for the current user)
- **Working Issue Change Status After Selection** <br>
Change working issue status after selection
- **Working Issue Show Timer** <br>
Show/Hide working issue timer in status bar
- **Working Issue Statues** <br>
Statuses used for extract working issue list (e.g. In Progress, Development In Progress, Test in Progress)
- **Working Project** <br>
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.

Loading

0 comments on commit 4b37120

Please sign in to comment.