summarylogtreecommitdiffstats
path: root/CHANGELOG
blob: 4aae209d6086cbb49653964ad2feda3ee188bc15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
1.3.0 (February 12, 2020)
    Option -t,--top-games changed to -t,--top and now lists top games *and* top streams
    Started caching game IDs to again dramatically reduce strain on Twitch API
    Added debugging information to more code
    Reduced code duplication

1.2.0 (February 8, 2020)
    Dramatically reduce the number of Twitch API calls with the -c,--check option
    The above change should at least alleviate https://todo.sr.ht/~krathalan/wtwitch/2

1.1.6-1 (December 20, 2019)
    Add error message for games with zero streamers
    Fix some formatting and reorganize man page
    Skipped 1.1.5 due to versioning issues

1.1.4-2 (December 7, 2019)
    Add mpv and vlc to optdepends

1.1.4-1 (December 7, 2019)
    Update -g and -t options to list everything at once like the -c option, instead of listing lines one by one

1.1.3-1 (November 22, 2019)
    Fix missing version bump in 1.1.2

1.1.2-1 (November 22, 2019)
    Made subscribe function slightly faster

1.1.1-1 (November 2, 2019)
    Change upstream to https://sourcehut.org/
    Debugging feature now works with "no option" option, i.e. opening a stream
    Add matching long --debug flag for existing short -d flag
    Code cleanup

1.1.0-1 (October 19, 2019)
    Fixed an issue where wtwitch would not function if the ~/.config/ dir didn't exist
    Added "audio_only" as an acceptable quality
    Improved functionality of (-h,--help) feature for systems without man page
    Improved information output of debug (-d) feature
    Change AUR package to build (man page) from source and remove make_release_files.sh
    Drop "v" prefix from tags

1.0.9-1 (October 17, 2019)
    Updated man page
    Updated changelog styling (minor)

1.0.8-1 (October 17, 2019)
    Added toggle colors (`-l`,`--toggle-colors`) flag to turn colored output on or off
    Updated man page

1.0.7-2 (October 9, 2019)
    Added CHANGELOG to AUR releases

1.0.7-1 (October 8, 2019)
    Added version (`-v`,`--version`) flag to display current version of wtwitch
    Updated man page
    Changed format of man page from asciidoc to scdoc

1.0.6-1 (September 9, 2019)
    Added debug option (-d) and updated man page

1.0.5-1 (September 8, 2019)
    Fixed an issue where wtwitch would not approve subscriptions to offline streamers (an issue with the new Twitch API!) (https://gitlab.com/krathalan/wtwitch/issues/3)

1.0.4-1 (August 21, 2019)
    Moved to new Twitch API (helix) as old API (kraken) is being shut down

1.0.3-1 (June 27, 2019)
    Fixed bug where jq would try to write to a nonexistent config file

1.0.2-1 (June 23, 2019)
    Fixed reverted locale patch
    Added wayland support for mpv

1.0.1-2 (June 23, 2019)
    Fixed typo in man page and embolden options in examples

1.0.1-1 (June 22, 2019)
    Added patch from nycko123 that fixes the check option (-c,--check) for locales other than en-US (https://gitlab.com/krathalan/wtwitch/issues/1)

1.0.0-2 (June 22, 2019)
    Added missing Twitch API key

1.0.0-1 (June 22, 2019)
    First release