summarylogtreecommitdiffstats
path: root/CHANGELOG
blob: 77962a61ff18e5c00006f3707ae37c201204c69c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
See the full changelog at
https://git.sr.ht/~krathalan/wtwitch/tree/master/FULLCHANGELOG

1.6.0 (May 28, 2020)
    Add French translation patch from Léo Villeveygoux

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