summarylogtreecommitdiffstats
path: root/badwolf.install
diff options
context:
space:
mode:
authorLeia2020-07-08 10:14:31 +0200
committerLeia2020-07-08 10:14:31 +0200
commitc68887bfbd4d14e3f3134c2c9f2f5d5936bbe8ec (patch)
treee82ef8e8e9fa01be344313c2a7ce66cbcc50e637 /badwolf.install
parent2470e24cce727410d11e375c82b43d6dfc907751 (diff)
downloadaur-c68887bfbd4d14e3f3134c2c9f2f5d5936bbe8ec.tar.gz
Bump to 1.0.2, removed patch to include it in PKGBUILD instead.
Diffstat (limited to 'badwolf.install')
-rw-r--r--badwolf.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/badwolf.install b/badwolf.install
index b4a3e388a72f..0e82082e7440 100644
--- a/badwolf.install
+++ b/badwolf.install
@@ -4,6 +4,6 @@ post_install() {
}
post_upgrade() {
- echo "-- Badwolf 1.0.0 changelog: the user interface is now customizable through interface.css (you'll have to modify it and then rebuild the package). A logo has been made. Downloads tab, back/forward, print buttons. You can toggle the automatic loading of images."
+ echo "-- Badwolf 1.0.2 changelog: Support for relative paths as command line arguments. Downloads tab no longer resizes the main window. Manpage's syntax doesn't break GNU groff anymore. When a new tab is opened by the user, switch to it."
/bin/true
}