summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHunter Peavey2020-08-24 11:23:40 -0700
committerHunter Peavey2020-08-24 11:23:40 -0700
commit78ffcae15904e66d316a07260e7d32a8b2537268 (patch)
tree205b4dbe3f267cb4d498588cee7c74ca89444200
parent6eb1e44c887946811cd86e08a09b63fcda062167 (diff)
downloadaur-78ffcae15904e66d316a07260e7d32a8b2537268.tar.gz
Update changelog
-rw-r--r--.SRCINFO2
-rw-r--r--CHANGELOG16
-rw-r--r--PKGBUILD2
3 files changed, 14 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a453ba82813..e5d55529be75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wtwitch
pkgdesc = Terminal user interface for Twitch
pkgver = 2.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://git.sr.ht/~krathalan/wtwitch
changelog = CHANGELOG
arch = any
diff --git a/CHANGELOG b/CHANGELOG
index 69248f7a0cb3..90eb7cb4f0eb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,10 +1,6 @@
See the full changelog at
https://git.sr.ht/~krathalan/wtwitch/tree/master/FULLCHANGELOG
-1.6.1 (June 8, 2020)
- Fixed an issue where any language not officially supported would print
- "null" for each localized string
-
1.6.2 (June 19, 2020)
Fixed a bug where the first Twitch request of the day would fail due to not
updating the in-memory api token
@@ -20,3 +16,15 @@ https://git.sr.ht/~krathalan/wtwitch/tree/master/FULLCHANGELOG
1.7.1 (July 6, 2020)
Fixed issue #5 where user settings may be read incorrectly
https://todo.sr.ht/~krathalan/wtwitch/5
+
+2.0.0 (August 24, 2020)
+ New command style: no more flags! ("wtwitch c" instead of "wtwitch -c")
+ Instead of "wtwitch [streamer]" to watch a streamer, use
+ "wtwitch w [streamer]"
+ Added commands to search games and channels
+ wtwitch e [category/game]
+ wtwitch n [channel]
+ Added blocking/subscribing/unsubscribing to more than 1 channel at a time
+ Keep track of last time offline subscriptions were seen online
+ Improved compatibility with macOS with patches from René de Hesselle
+ Added German localization improvement patch from René de Hesselle
diff --git a/PKGBUILD b/PKGBUILD
index a6f3f519077c..19d700166af8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# General package information
pkgname=wtwitch
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Terminal user interface for Twitch"
url="https://git.sr.ht/~krathalan/wtwitch"
license=("GPL3")