summarylogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorHunter Peavey2020-08-24 11:23:40 -0700
committerHunter Peavey2020-08-24 11:23:40 -0700
commit78ffcae15904e66d316a07260e7d32a8b2537268 (patch)
tree205b4dbe3f267cb4d498588cee7c74ca89444200 /CHANGELOG
parent6eb1e44c887946811cd86e08a09b63fcda062167 (diff)
downloadaur-78ffcae15904e66d316a07260e7d32a8b2537268.tar.gz
Update changelog
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG16
1 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 69248f7a0cb3..90eb7cb4f0eb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,10 +1,6 @@
See the full changelog at
https://git.sr.ht/~krathalan/wtwitch/tree/master/FULLCHANGELOG
-1.6.1 (June 8, 2020)
- Fixed an issue where any language not officially supported would print
- "null" for each localized string
-
1.6.2 (June 19, 2020)
Fixed a bug where the first Twitch request of the day would fail due to not
updating the in-memory api token
@@ -20,3 +16,15 @@ https://git.sr.ht/~krathalan/wtwitch/tree/master/FULLCHANGELOG
1.7.1 (July 6, 2020)
Fixed issue #5 where user settings may be read incorrectly
https://todo.sr.ht/~krathalan/wtwitch/5
+
+2.0.0 (August 24, 2020)
+ New command style: no more flags! ("wtwitch c" instead of "wtwitch -c")
+ Instead of "wtwitch [streamer]" to watch a streamer, use
+ "wtwitch w [streamer]"
+ Added commands to search games and channels
+ wtwitch e [category/game]
+ wtwitch n [channel]
+ Added blocking/subscribing/unsubscribing to more than 1 channel at a time
+ Keep track of last time offline subscriptions were seen online
+ Improved compatibility with macOS with patches from René de Hesselle
+ Added German localization improvement patch from René de Hesselle