blob: 69248f7a0cb35e1a2d6928109ec15c5729c988be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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
1.7.0 (June 28, 2020)
Add -b/--block feature to hide specified streamers from all output except
-c/--check
Switch to cURL, away from wget (it's faster now that less requests are
being made)
Speed improvements for -c/--check
Small man page improvements
1.7.1 (July 6, 2020)
Fixed issue #5 where user settings may be read incorrectly
https://todo.sr.ht/~krathalan/wtwitch/5
|