Skip to content
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.

Commit

Permalink
Bump version to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaine Schmeisser committed Aug 2, 2016
1 parent ff61249 commit f0a26da
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/package.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "Zazu",
"identifier": "com.tinytacoteam.zazu",
"description": "A cross platform productivity application.",
"version": "0.1.0",
"version": "0.1.1",
"author": "Blaine Schmeisser",
"main": "background.js",
"homepage": "http://zazuapp.org",
Expand Down
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## v0.1.1

### Fixed Bugs

* Refocus the previous application when toggling Zazu. #27
* Scoped blocks now descope when toggling via the menu item. #44
* Gracefully handle toggling devtools when no window is open. #45
* Clear results when you close Zazu so they don't clear when you open. #46

0 comments on commit f0a26da

Please sign in to comment.