diff options
author | Hunter Peavey | 2020-03-19 21:30:35 -0700 |
---|---|---|
committer | Hunter Peavey | 2020-03-19 21:30:35 -0700 |
commit | 26d70466e521738cd5535d25072949f1e34e0979 (patch) | |
tree | 403a6ffcd04c9f49674cfd9b18dfcaad96c0c8c2 /CHANGELOG | |
parent | 86dc7a493438265d06238952974ee832fb8f9daa (diff) | |
download | aur-26d70466e521738cd5535d25072949f1e34e0979.tar.gz |
Update AUR for 1.4.2 release
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 81 |
1 files changed, 5 insertions, 76 deletions
diff --git a/CHANGELOG b/CHANGELOG index 9e3f54c19eab..6941440a47da 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,78 +1,4 @@ -1.0.0-1 (June 22, 2019) - First release - -1.0.0-2 (June 22, 2019) - Added missing Twitch API key - -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.1-2 (June 23, 2019) - Fixed typo and embolden options in examples in man page - -1.0.2-1 (June 23, 2019) - Added wayland support for mpv - Fixed reverted locale patch - -1.0.3-1 (June 27, 2019) - Fixed bug where jq would try to write to a nonexistent config file - -1.0.4-1 (August 21, 2019) - Moved to new Twitch API (helix) as old API (kraken) is being shut down - -1.0.5-1 (September 08, 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.6-1 (September 09, 2019) - Added debug option (-d) - Updated man page - -1.0.7-1 (October 08, 2019) - Added version (`-v`,`--version`) flag to display current version of wtwitch - Changed format of man page from asciidoc to scdoc - Updated man page - -1.0.7-2 (October 09, 2019) - Added CHANGELOG to AUR releases - -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.9-1 (October 17, 2019) - Updated changelog styling (minor) - Updated man page - -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.1.1-1 (November 02, 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.2-1 (November 22, 2019) - Made subscribe function slightly faster - -1.1.3-1 (November 22, 2019) - Fix missing version bump in 1.1.2 - -1.1.4-1 (December 07, 2019) - Update -g and -t options to list everything at once like the -c option, instead of listing lines one by one - -1.1.4-2 (December 07, 2019) - Add mpv and vlc to optdepends - -1.1.6-1 (December 20, 2019) - Skipped 1.1.5 due to versioning issues - Fix some formatting and reorganize man page - Add error message for games with zero streamers +See the full changelog at https://git.sr.ht/~krathalan/wtwitch/tree/master/FULLCHANGELOG 1.2.0 (February 08, 2020) Dramatically reduced the number of Twitch API calls with the -c,--check option @@ -90,4 +16,7 @@ Code cleanup 1.4.1 (March 07, 2020) - Fixed an issue where sometimes a streamer returned by the Twitch API would be null
\ No newline at end of file + Fixed an issue where sometimes a streamer returned by the Twitch API would be null + +1.4.2 (March 19, 2020) + Fixed an "unbound variable" issue when a user had no subscriptions |