From 9cd0046532349cc7a8d4884d43bb4190d7039c1c Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sun, 20 Mar 2016 21:33:44 +0900 Subject: [PATCH] Version 0.5.1 --- CHANGELOG.md | 6 ++++++ README.md | 1 + package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8df487..df6cf4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ # Change Log +## v0.5.1 +- Drop application header + - Home and Refresh buttons are dropped too +- Add Cmd-R / Ctrl-R keybind for refresh +- Show short URL for images uploaded to twitter + ## v0.5.0 - Show a counter of unread mentions - Desktop notification of mention and favorite diff --git a/README.md b/README.md index ae15c81..f1e960d 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ https://github.com/k0kubun/Nocturn/releases Select a next account Cmd-J Alt-J Select a previous account Cmd-K Alt-K Insert a newline Alt-Enter Shift-Enter + Reload tweets for current user Cmd-R Ctrl-R diff --git a/package.json b/package.json index 935490a..05825da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Nocturn", - "version": "0.5.0", + "version": "0.5.1", "main": "app/main.js", "repository": "https://github.com/k0kubun/Nocturn", "author": {