diff --git a/CHANGELOG.md b/CHANGELOG.md index 24d4a0c..86e6f52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Change Log +## v1.1.0 +- Key binding for retweet is changed to Shift-R +- Reduce package size +- Increase the number of loaded tweets to 50 when loading a list tab or a search tab +- Disable reply key binding on authentication window +- Disable desktop notification for self mention + ## v1.0.2 - Don't notify favorite by using account - Drop top-border of OSX window diff --git a/package.json b/package.json index 418d496..5569eb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Nocturn", - "version": "1.0.2", + "version": "1.1.0", "main": "app/main.js", "repository": "https://github.com/k0kubun/Nocturn", "author": {