summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHunter Peavey2020-03-06 15:30:55 -0800
committerHunter Peavey2020-03-06 15:30:55 -0800
commitb26bdebca9f06a6f61c736d1ebe0ce7eb4396e5a (patch)
treeafda4c3663f5a14917e9d5e5729cc79c3dc4a582
parent975b57bf9934c6670d3e0af1d07c31181246d260 (diff)
downloadaur-b26bdebca9f06a6f61c736d1ebe0ce7eb4396e5a.tar.gz
Update AUR for 1.4.0 release
-rw-r--r--CHANGELOG124
-rw-r--r--PKGBUILD4
2 files changed, 67 insertions, 61 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
diff --git a/PKGBUILD b/PKGBUILD
index d12d381c4a06..41b30d580b43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# General package information
pkgname=wtwitch
-pkgver=1.3.0
+pkgver=1.4.0
pkgrel=1
pkgdesc="Terminal user interface for Twitch"
url="https://git.sr.ht/~krathalan/wtwitch"
@@ -20,7 +20,7 @@ optdepends=('mpv: for watching streams'
_packagesig="${url}/blob/master/signatures/${pkgver}.tar.gz.sig"
source=("${url}/archive/${pkgver}.tar.gz" "${_packagesig}")
validpgpkeys=("02AAA23ABDF1D538BD889D251AADE5E728FFC667")
-sha256sums=("d5582256adc283f5dc1c338adfbf79816508fbb247c5129b0a4790cd4cc6f6c4" "1b25ad5d9fd666124f399f7bbffaf9a5c32aaefc05d2661bab66eddcf8189e55")
+sha256sums=("c60196e60c98631bdd42cc1559d381fc20b6bad0a5f328b73311b2bed4bd2e04" "247e7ca8e82795a08359e8f0f5d3d84a895550086916d77e39dd807b487141b0")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"