summarylogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG124
1 files changed, 65 insertions, 59 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4aae209d6086..5bb486036ebf 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,84 +1,90 @@
-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.0.0-1 (June 22, 2019)
+ First release
-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.0.0-2 (June 22, 2019)
+ Added missing Twitch API key
-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.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.1.4-2 (December 7, 2019)
- Add mpv and vlc to optdepends
+1.0.1-2 (June 23, 2019)
+ Fixed typo and embolden options in examples in man page
-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.0.2-1 (June 23, 2019)
+ Added wayland support for mpv
+ Fixed reverted locale patch
-1.1.3-1 (November 22, 2019)
- Fix missing version bump in 1.1.2
+1.0.3-1 (June 27, 2019)
+ Fixed bug where jq would try to write to a nonexistent config file
-1.1.2-1 (November 22, 2019)
- Made subscribe function slightly faster
+1.0.4-1 (August 21, 2019)
+ Moved to new Twitch API (helix) as old API (kraken) is being shut down
-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.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.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.6-1 (September 09, 2019)
+ Added debug option (-d)
+ Updated man page
-1.0.9-1 (October 17, 2019)
+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
- Updated changelog styling (minor)
+
+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.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
+1.0.9-1 (October 17, 2019)
+ Updated changelog styling (minor)
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.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.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.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.0.4-1 (August 21, 2019)
- Moved to new Twitch API (helix) as old API (kraken) is being shut down
+1.1.2-1 (November 22, 2019)
+ Made subscribe function slightly faster
-1.0.3-1 (June 27, 2019)
- Fixed bug where jq would try to write to a nonexistent config file
+1.1.3-1 (November 22, 2019)
+ Fix missing version bump in 1.1.2
-1.0.2-1 (June 23, 2019)
- Fixed reverted locale patch
- Added wayland support for mpv
+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.0.1-2 (June 23, 2019)
- Fixed typo in man page and embolden options in examples
+1.1.4-2 (December 07, 2019)
+ Add mpv and vlc to optdepends
-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.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
-1.0.0-2 (June 22, 2019)
- Added missing Twitch API key
+1.2.0 (February 08, 2020)
+ Dramatically reduced 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.0.0-1 (June 22, 2019)
- First release
+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.4.0 (March 06, 2020)
+ Add initial localization for German/Deutsch and Spanish/EspaƱol (user contributed translations welcome!)
+ Dramatically sped up many features
+ Code cleanup \ No newline at end of file