Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Commit

Permalink
Version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Mar 20, 2016
1 parent c7380f7 commit 9cd0046
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Change Log
## v0.5.1
- Drop application header
- Home and Refresh buttons are dropped too
- Add <kbd>Cmd-R</kbd> / <kbd>Ctrl-R</kbd> 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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ https://github.com/k0kubun/Nocturn/releases
<tr><td> Select a next account </td><td> <kbd>Cmd-J</kbd> </td><td> <kbd>Alt-J</kbd> </td></tr>
<tr><td> Select a previous account </td><td> <kbd>Cmd-K</kbd> </td><td> <kbd>Alt-K</kbd> </td></tr>
<tr><td> Insert a newline </td><td> <kbd>Alt-Enter</kbd> </td><td> <kbd>Shift-Enter</kbd> </td></tr>
<tr><td> Reload tweets for current user </td><td> <kbd>Cmd-R</kbd> </td><td> <kbd>Ctrl-R</kbd> </td></tr>
</tbody>
</table>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 9cd0046

Please sign in to comment.