Skip to content

Commit

Permalink
1.0.9
Browse files Browse the repository at this point in the history
* fixed github issue
  • Loading branch information
DeeJayTC committed Aug 8, 2019
1 parent 99e0061 commit af97294
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 21 deletions.
23 changes: 3 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Change Log
## 1.0.9
- Fixed an issue with creating tasks without the Github Extension installed.

## 1.0.8
- Added a workaround for multiple VSCode windows and VSCode globalStorage cache causing login problems

Expand All @@ -10,23 +13,3 @@
- fixed a bug where links on the task card where not pointing to the correct url
- Creating a task without an active project picked should be a bit more smooth now.

## 1.0.5
- added a warning when trying to select a project without a folder opened
- fixed a bug that made a restart necessary after logging in. User's don't need to restart vscode after logging in anymore.

## 1.0.4
- fixed adding comments
- fixed rare issue where task lists would not show when trying to create a task


## 1.0.3
- workaround for vscode "globalStorage" bug

## 1.0.1 & 1.0.2
- various bug fixes

## 1.0.0

- Initial release
- fixed various bugs
- performance improvements
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"url": "https://twitter.com/Teamwork"
}
],
"version": "1.0.8",
"version": "1.0.9",
"engines": {
"vscode": "^1.33.0"
},
Expand Down
Binary file renamed twp-1.0.8.vsix → twp-1.0.9.vsix
Binary file not shown.

0 comments on commit af97294

Please sign in to comment.