summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-04-09 20:40:15 +0200
committerDaniel Friesel <derf@finalrewind.org>2016-04-09 20:40:15 +0200
commit237ac1a18933c06faf12afdfe37a6232d057807e (patch)
tree750e08607f6781b771f472f62d0da68265a68b41 /ChangeLog
parentb92a5731e3b1ec7985f899171bc8abc543f404c2 (diff)
changelog, BC case or [ -L %F ] and similar actions using /bin/[
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07496b9..2084342 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+* Release v2.15
+ * Patch by William Woodruff: Add --insecure option to disable HTTPS
+ certificate checks
+ * Patch by guraga: Add --no-recursive option to disable recursive directory
+ expansion. Note that --no-recursive is the default behaviour of feh.
+ This option is mostly useful to override a --recursive set in a theme or
+ shell alias
+ * Patch by Richard Molitor: Improve --scale-down in tiling environments.
+ This fixes flickering when changing images at the cost of slightly
+ less apaptive scale-down behaviour: Window size changes are now only
+ processed when the active image is changed
+ * --action and --action[1..9] now support action titles
+ (e.g. --action '[some title]some-command %F'), which are displayed
+ instead of the specified shell command. Note that the title must not
+ start with a space. Titles starting with a space are treated as part of
+ of the command so that actions like '[ -L %F ] && foo' still work
+
Thu, 18 Feb 2016 20:40:19 +0100
* Release v2.14.2