diff --git a/CHANGELOG.md b/CHANGELOG.md index 143f40f..99dba9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ # Change Log +## v0.4.1 +- Add T keybind to open url in tweet with external browser +- Add Shift-Enter keybind to insert a newline in Linux and Windows +- Show delete button instead of reply button for login user's tweet +- Change the color of retweet mark and ellipsis of user name + ## v0.4.0 - Renew retweet view - Show not-truncated text, retweeted user's name and icon diff --git a/README.md b/README.md index b6c1210..a8e9106 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,12 @@ https://github.com/k0kubun/Nocturn/releases Select a next tweet J, Select a previous tweet K, Select the first tweet 0, Space + Open url in a tweet T Select a next tab Cmd-Shift-] Alt-P Select a previous tab Cmd-Shift-[ Alt-O Select a next account Cmd-J Alt-J Select a previous account Cmd-K Alt-K + Insert a newline Alt-Enter Shift-Enter diff --git a/package.json b/package.json index e11109b..eedfeff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Nocturn", - "version": "0.4.0", + "version": "0.4.1", "main": "app/main.js", "repository": "https://github.com/k0kubun/Nocturn", "author": {