From 1b18c79998d86145f7750de8e62f8166f5e58e0d Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 19 Jun 2017 23:50:47 +0900 Subject: [PATCH] Version 1.6.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8247975..27d0c5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ # Change Log +## v1.6.0 +- Show error message when failed to tweet, favorite, retweet, etc. +- Add throttring of frequent mention to avoid application restriction by Twitter. + - Now 20+ mentions in 1 minute is prevented automatically. + +## v1.5.2 +- Temporarily changed Twitter consumer credentials. + ## v1.5.1 - Change application icon [#52](https://github.com/k0kubun/Nocturn/pull/52) - Thanks to @CandyFace diff --git a/package.json b/package.json index 8890219..350d4cc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Nocturn", "description": "Multi-platform Twitter Client built with React, Redux and Electron", - "version": "1.5.2", + "version": "1.6.0", "main": "app/main.js", "repository": "https://github.com/k0kubun/Nocturn", "author": {