summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHunter Peavey2019-10-09 14:31:23 -0700
committerHunter Peavey2019-10-09 14:31:23 -0700
commit1fd07b6bc837c690550f6c41bf469632560a04a0 (patch)
treef3f26fab6761358b32560120e8280409adc5b87e
parent038048734a9855e823600ee887afc9a8ef6aa0cb (diff)
downloadaur-1fd07b6bc837c690550f6c41bf469632560a04a0.tar.gz
Add changelog
-rw-r--r--CHANGELOG35
-rw-r--r--PKGBUILD3
2 files changed, 37 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 000000000000..7ae2405e2c41
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,35 @@
+1.0.7-2
+ Add CHANGELOG to .tar.gz releases
+
+1.0.7-1
+ Add 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
+ Added debug option (-d) and updated man page
+
+1.0.5-1
+ 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
+ Moved to new Twitch API (helix) as old API (kraken) is being shut down
+
+1.0.3-1
+ Fixed bug where jq would try to write to a nonexistent config file
+
+1.0.2-1
+ Fix reverted locale patch
+ Add wayland support for mpv
+
+1.0.1-2
+ Fix typo in man page and embolden options in examples
+
+1.0.1-1
+ Add 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
+ Add missing Twitch API key
+
+1.0.0-1
+ First release
diff --git a/PKGBUILD b/PKGBUILD
index f5c49b7af60c..731dd37c236f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,12 @@
# General package information
pkgname=wtwitch
pkgver=1.0.7
-pkgrel=1
+pkgrel=2
pkgdesc="Terminal user interface for Twitch"
url="https://gitlab.com/krathalan/wtwitch"
license=("GPL3")
arch=("any")
+changelog="CHANGELOG"
# Dependencies
depends=("jq" "streamlink" "wget")