This repository has been archived by the owner on Oct 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #276 from tinytacoteam/version/v0.5.0
Update to version v0.5.0.
- Loading branch information
Showing
4 changed files
with
49 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|