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

Commit

Permalink
Merge pull request #276 from tinytacoteam/version/v0.5.0
Browse files Browse the repository at this point in the history
Update to version v0.5.0.
  • Loading branch information
Blaine Schmeisser authored Mar 21, 2017
2 parents 8f0e950 + 26a1da7 commit dab21f5
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zazu",
"version": "0.4.0",
"version": "0.5.0",
"description": "A cross platform productivity application.",
"email": "[email protected]",
"author": "Tiny Taco Team <[email protected]>",
Expand Down
21 changes: 21 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 0.5.0

### Bugs

* Fix debugger that would not filter plugin results correctly. (Thanks
[nalexander50][nalexander50]!) #272
* Re-require NPM so updating works correctly. #252
* Fix screen caching issue that prevented Zazu from opening. #253
* Truncate logs to avoid overloading io/debugger. #228
* Remove the beeping sound when toggling Zazu. #217
* Remove unnecessary intervals that caused idle CPU cycles. (Thanks
[jlaffaye][jlaffaye]!) #277 #278

### Features

* Add a Preview block type. #240
* Pass the environment object to `respondsTo` on root scripts. #244
* Remove "loaded" notification when Zazu starts up. #234

## 0.4.0

### Bugs
Expand Down Expand Up @@ -111,3 +130,5 @@

[schmic]: https://github.com/schmic
[eldinoyev]: https://github.com/eldinoyev
[nalexander50]: https://github.com/nalexander50
[jlaffaye]: https://github.com/jlaffaye
26 changes: 26 additions & 0 deletions docs/_posts/2017-03-18-zazu-v0.5.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
layout: page
title: "Zazu's v0.5.0 is released!"
description: "Introducing Preview block types and more!"
permalink: /blog/2017/video-introduction-to-zazu
---

### Bugs

There were quite a few bugs that were fixed. For example if you ever tried
narrowing down your plugin logs in the debugger, it wasn't working as correctly,
but it's fixed now.

We also made `npm` more resilient, yet again!

### Features

We are introducing a new block type [Preview][preview] which allows you to
display large text on the screen, compared to a small notification. This would
be useful for presentations, or for more accessible communications.

We fixed quite a few more bugs and added a few more features, be sure to check
out the [changelog][changelog] for information on the rest of the bugs.

[changelog]: https://github.com/tinytacoteam/zazu/blob/master/changelog.md#050
[preview]: http://zazuapp.org/documentation/blocks/#preview
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.4.0",
"version": "0.5.0",
"build": {
"productName": "Zazu",
"appId": "com.tinytacoteam.zazu",
Expand Down

0 comments on commit dab21f5

Please sign in to comment.