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

Commit 1b18c79

Browse files
committed
Version 1.6.0
1 parent a376efb commit 1b18c79

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Change Log
2+
## v1.6.0
3+
- Show error message when failed to tweet, favorite, retweet, etc.
4+
- Add throttring of frequent mention to avoid application restriction by Twitter.
5+
- Now 20+ mentions in 1 minute is prevented automatically.
6+
7+
## v1.5.2
8+
- Temporarily changed Twitter consumer credentials.
9+
210
## v1.5.1
311
- Change application icon [#52](https://github.com/k0kubun/Nocturn/pull/52)
412
- Thanks to @CandyFace

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Nocturn",
33
"description": "Multi-platform Twitter Client built with React, Redux and Electron",
4-
"version": "1.5.2",
4+
"version": "1.6.0",
55
"main": "app/main.js",
66
"repository": "https://github.com/k0kubun/Nocturn",
77
"author": {

0 commit comments

Comments
 (0)