summarylogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorHunter Peavey2021-10-27 21:24:54 -0700
committerHunter Peavey2021-10-27 21:24:54 -0700
commite194595e20c0c853373a18de9e44e60b560c2bee (patch)
treed67c8417f04edde76b3163d77bb80b1df4de02e8 /CHANGELOG
parent0e3a6204490c455dd97ee7031f656a8208e8e6a9 (diff)
downloadaur-e194595e20c0c853373a18de9e44e60b560c2bee.tar.gz
Update AUR for 2.3.3
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG9
1 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5ffd51e2aaa5..7c627e64f9ee 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,8 @@
See the full changelog for all versions at:
https://github.com/krathalan/wtwitch/blob/master/FULLCHANGELOG
-2.3.2 (October 22, 2021)
- Fixed issue #2 (wrong command when using hyphens)
- Fixed issue #3 (vod titles cut off)
- Fixed issue #5 (added tab completion for vods)
+2.3.3 (October 27, 2021)
+ Added more German translations from incompetentcoder (PR#6)
+ Fixed an issue where wtwitch would not use the correct `date` command on non-GNU systems under certain circumstances
+ Using wtwitch on *BSD systems will now correctly require GNU date (`gdate`) to be installed
+ Updated man page to reflect code changes, other minor man page improvements