From e398340bd8ceeda3f1d4e3183b1dc36f19ef8277 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 29 Aug 2017 19:32:50 +0200 Subject: Update Changelog --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 243c73e..7f39311 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +git HEAD + + * Fix clang/gcc warnings (Patches by orbea) + * Add support for control via terminal input. feh will read key presses + from the controlling terminal and handle them like X11 key presses + inside the feh window. Note that at the moment, only lower / upper case + ASCII letters and a very small set of additional keys are supported. + Mon, 21 Aug 2017 19:04:00 +0200 Daniel Friesel * Release v2.19.3 -- cgit v1.2.3 From 0f62193f31017fc93398b88f4955cb9882c2cfce Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 6 Sep 2017 22:08:27 +0200 Subject: Update ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7f39311..6bddae6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ git HEAD from the controlling terminal and handle them like X11 key presses inside the feh window. Note that at the moment, only lower / upper case ASCII letters and a very small set of additional keys are supported. + * Fix broken ImageMagick support (see --magick-timeout) when using some + ImageMagick versions + * Remove images from the filelist if they were removed by executing a + user-defined action Mon, 21 Aug 2017 19:04:00 +0200 Daniel Friesel -- cgit v1.2.3 From b7d6976e3375f7763ea615431733eccbaa33e573 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 7 Sep 2017 20:20:56 +0200 Subject: Release v2.20 --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6bddae6..4568329 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ -git HEAD +Thu, 07 Sep 2017 20:20:11 +0200 Daniel Friesel +* Release v2.20 * Fix clang/gcc warnings (Patches by orbea) * Add support for control via terminal input. feh will read key presses from the controlling terminal and handle them like X11 key presses -- cgit v1.2.3 From ddb9966eb6372d1ad46309437da6b07a43173a00 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 7 Oct 2017 12:37:04 +0200 Subject: Release v2.21 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4568329..2e78264 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Sat, 07 Oct 2017 12:14:17 +0200 Daniel Friesel + +* Release v2.21 + * Add toggle_fixed_geometry ('g') key binding to toggle window auto-resize + * Improve control via terminal input + * Fix crash (segmentation fault) when using feh -O in non-index mode + * Fix --force-aliasing (and possibly other options) missing from ~/.fehbg + when using them for background setting + Thu, 07 Sep 2017 20:20:11 +0200 Daniel Friesel * Release v2.20 -- cgit v1.2.3 From 3fa3f1bdae04fbb7d8d7a6d552e7064fa3312e7e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 1 Nov 2017 11:02:33 +0100 Subject: Update changelog --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2e78264..7d66328 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +* git HEAD + + * Add support for CURL_CA_BUNDLE environment variable when loading images + via HTTPS + * Fix ~/.fehbg not being updated when setting a wallpaper via menu + (broken since 2.21) + Sat, 07 Oct 2017 12:14:17 +0200 Daniel Friesel * Release v2.21 -- cgit v1.2.3 From 08b37e4a577af0225f5e173a68775d3e7121803a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 4 Nov 2017 15:03:14 +0100 Subject: Release v2.22 --- ChangeLog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7d66328..b5b814a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,10 @@ -* git HEAD +Sat, 04 Nov 2017 14:55:38 +0100 Daniel Friesel +* Release v2.22 * Add support for CURL_CA_BUNDLE environment variable when loading images via HTTPS * Fix ~/.fehbg not being updated when setting a wallpaper via menu - (broken since 2.21) + (broken in 2.21) Sat, 07 Oct 2017 12:14:17 +0200 Daniel Friesel -- cgit v1.2.3 From f6642257096c6fe0f78984d989790a3d9e1056fe Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 7 Nov 2017 07:52:52 +0100 Subject: Fix ~/.fehbg no longer being source-able (closes #342) --- ChangeLog | 6 ++++++ src/imlib.c | 2 +- src/wallpaper.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b5b814a..752b29d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue, 07 Nov 2017 07:51:48 +0100 + +* Release v2.22.1 + * Allow ~/.fehbg to be sourced (instead of executed) from other shell + scripts again (broken in 2.22) + Sat, 04 Nov 2017 14:55:38 +0100 Daniel Friesel * Release v2.22 diff --git a/src/imlib.c b/src/imlib.c index 82a9865..abdef4e 100644 --- a/src/imlib.c +++ b/src/imlib.c @@ -467,7 +467,7 @@ static char *feh_http_load_image(char *url) char *feh_http_load_image(char *url) { weprintf( - "Cannot load image %s\n Please recompile with libcurl support", + "Cannot load image %s\nPlease recompile feh with libcurl support", url ); return NULL; diff --git a/src/wallpaper.c b/src/wallpaper.c index 2a4743f..c9a3a05 100644 --- a/src/wallpaper.c +++ b/src/wallpaper.c @@ -436,7 +436,7 @@ void feh_wm_set_bg(char *fil, Imlib_Image im, int centered, int scaled, if ((fp = fopen(path, "w")) == NULL) { weprintf("Can't write to %s", path); } else { - fputs("#!/bin/sh\nexec ", fp); + fputs("#!/bin/sh\n", fp); if (use_filelist) { for (int i = 0; i < cmdargc; i++) { fputs(shell_escape(cmdargv[i]), fp); -- cgit v1.2.3 From 36ba73f3a4d9172564e856bf8f90749cc7a58d16 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 7 Nov 2017 17:38:06 +0100 Subject: Release v2.22.2 --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 752b29d..76b46c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -Tue, 07 Nov 2017 07:51:48 +0100 +Tue, 07 Nov 2017 17:36:26 +0100 Daniel Friesel + +* Release v2.22.2 + * Fix HTTPS certificate errors on some systems (broken in 2.22) + +Tue, 07 Nov 2017 07:51:48 +0100 Daniel Friesel * Release v2.22.1 * Allow ~/.fehbg to be sourced (instead of executed) from other shell -- cgit v1.2.3 From d01dd520445c11e64638a63ded15e315e8b6669a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 28 Dec 2017 19:28:00 +0100 Subject: Release v2.23 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 76b46c8..e70775c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu, 28 Dec 2017 19:26:29 +0100 + +* Release v2.23 + * Fix broken thumbnail/index windows when using --scale-down + * Use Imlib2 in-memory image cache (default cache size: 4MiB). This allows + for significant performance improvements especially in small slideshows + * Add --cache-size option to set Imlib2 image cache size + Tue, 07 Nov 2017 17:36:26 +0100 Daniel Friesel * Release v2.22.2 -- cgit v1.2.3 From 21b9e37eb8fb04e172d7bc00a938dd1d616a9359 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 31 Jan 2018 17:38:31 +0100 Subject: Release v2.23.1 --- ChangeLog | 9 +++++++++ test/list/custom | 8 ++++---- 2 files changed, 13 insertions(+), 4 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e70775c..c46b1d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Wed, 31 Jan 2018 17:38:25 +0100 + +* Release v2.23.1 + * The Makefile no longer honors CPPFLAGS and instead consistently uses + CFLAGS for user-provided include paths + * Fix %u format specifier in multiwindow and list modes (patch by ulteq) + * Minor performance improvements (patches by ulteq) + * Stability improvements when using --magick-timeout (patch by ulteq) + Thu, 28 Dec 2017 19:26:29 +0100 * Release v2.23 diff --git a/test/list/custom b/test/list/custom index b5ddb32..dbe2074 100644 --- a/test/list/custom +++ b/test/list/custom @@ -1,4 +1,4 @@ -test/ok/gif; 16; 4; list; gif; 256; 953; gif; 0; 16 -test/ok/jpg; 16; 4; list; jpg; 256; 354; jpeg; 0; 16 -test/ok/png; 16; 4; list; png; 256; 403; png; 0; 16 -test/ok/pnm; 16; 4; list; pnm; 256; 269; pnm; 0; 16 +test/ok/gif; 16; 4; list; gif; 256; 953; gif; 1; 16 +test/ok/jpg; 16; 4; list; jpg; 256; 354; jpeg; 2; 16 +test/ok/png; 16; 4; list; png; 256; 403; png; 3; 16 +test/ok/pnm; 16; 4; list; pnm; 256; 269; pnm; 4; 16 -- cgit v1.2.3 From 4abbd21f698945a662ed57e2dad6b6b25de9e474 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 12 Feb 2018 22:13:26 +0100 Subject: Release v2.23.2 --- ChangeLog | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c46b1d3..653b643 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -Wed, 31 Jan 2018 17:38:25 +0100 +Mon, 12 Feb 2018 22:11:55 +0100 Daniel Friesel + +* Release v2.23.2 + * Fix support for nested quotes in .confeg/feh/themes + +Wed, 31 Jan 2018 17:38:25 +0100 Daniel Friesel * Release v2.23.1 * The Makefile no longer honors CPPFLAGS and instead consistently uses @@ -7,7 +12,7 @@ Wed, 31 Jan 2018 17:38:25 +0100 * Minor performance improvements (patches by ulteq) * Stability improvements when using --magick-timeout (patch by ulteq) -Thu, 28 Dec 2017 19:26:29 +0100 +Thu, 28 Dec 2017 19:26:29 +0100 Daniel Friesel * Release v2.23 * Fix broken thumbnail/index windows when using --scale-down -- cgit v1.2.3 From 4b01c25946d0ec14d80a3ef2077ac40b78ab68d6 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 26 Feb 2018 21:44:37 +0100 Subject: Release v2.24 --- ChangeLog | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 653b643..1258251 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Mon, 26 Feb 2018 21:41:38 +0100 Daniel Friesel + +* Release v2.24 + * Improve performance when using --{max,min}-dimension in slideshow mode + (patch by ulteq) + * Fix crash when using %m format specifier in slideshow mode + (introduced in feh 2.23.1) + + Mon, 12 Feb 2018 22:11:55 +0100 Daniel Friesel * Release v2.23.2 @@ -192,7 +201,7 @@ Thu, 28 Apr 2016 11:41:04 +0200 Daniel Friesel size which will not be updated when changing images (as was the case in feh < 2.15). This may or may not be fixed in the future. -Sat, 16 Apr 2016 18:32:38 +0200 Daniel Frisel +Sat, 16 Apr 2016 18:32:38 +0200 Daniel Friesel * Release v2.15.2 * Fix --keep-zoom-vp not keeping the viewport x/y offsets (broken by 2.15) @@ -764,7 +773,7 @@ Fri, 25 Jun 2010 16:07:20 +0200 Daniel Friesel malicious URLs containing shell metacharacters (but only if those URLs led to a valid file) * Don't add ?randomnumber to URLs when downloading them, it confuses some - servers and is not really neccessary in general + servers and is not really necessary in general Thu Jun 10 12:12:04 CEST 2010 Daniel Friesel -- cgit v1.2.3 From f5e689f789f16c2e6f5ba7c173929e949e784836 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 3 Mar 2018 17:40:29 +0100 Subject: update changelog --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1258251..8bf938a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +git HEAD + * Add --version-sort option to enable natural sorting of file and directory + names. This requires a libc with strverscmp support, which is a + non-POSIX GNU extension. Use the new build flag `verscmp=0` to disable + this feature on systems which do not ship strverscmp + (patch by ulteq) + * Allow arbitrary X11 colors as -B/--image-bg argument (patch by ulteq) + * Respect --geometry settings in --bg-fill mode + * Add keybinding toggle_auto_zoom (default "Z") to toggle --auto-zoom + Mon, 26 Feb 2018 21:41:38 +0100 Daniel Friesel * Release v2.24 -- cgit v1.2.3 From 5a1664b0f1faaf25089303bd24b492ba9b4b009f Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 4 Mar 2018 08:54:55 +0100 Subject: Release v2.25 --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8bf938a..d64c0c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,17 @@ -git HEAD +Sun, 04 Mar 2018 08:53:50 +0100 Daniel Friesel + +* Release v2.25 * Add --version-sort option to enable natural sorting of file and directory names. This requires a libc with strverscmp support, which is a non-POSIX GNU extension. Use the new build flag `verscmp=0` to disable this feature on systems which do not ship strverscmp (patch by ulteq) * Allow arbitrary X11 colors as -B/--image-bg argument (patch by ulteq) + * Improve --image-bg support and transparency handling in --bg-* mode * Respect --geometry settings in --bg-fill mode * Add keybinding toggle_auto_zoom (default "Z") to toggle --auto-zoom + * Fix filelists specified by -f/--filelist not being reloaded when using + --reload Mon, 26 Feb 2018 21:41:38 +0100 Daniel Friesel -- cgit v1.2.3 From ec974e9d13de4229999d2a6343695ecb354c035e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 7 Mar 2018 17:52:50 +0100 Subject: Release v2.25.1 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d64c0c2..4af8a0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed, 07 Mar 2018 17:49:52 +0100 Daniel Friesel + +* Release v2.25.1 + * Fix compilation issues when using CFLAGS=-m64 on some gcc versions + * Re-render current image when toggle_fixed_geometry is input + Sun, 04 Mar 2018 08:53:50 +0100 Daniel Friesel * Release v2.25 -- cgit v1.2.3 From 0460870b2da6ed4f2c8112b508f279a2b2205fe9 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 19 Apr 2018 21:44:07 +0200 Subject: Release v2.26 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4af8a0d..5152f63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu, 19 Apr 2018 21:43:12 +0200 Daniel Friesel + +* Release v2.26 + * Save absolute file paths in ~/.fehbg, similar to the behaviour prior to + feh 2.21 + * Add %g (window dimensions) and %Z (precise zoom level) format specifiers + * Improve -z/--randomize randomness + Wed, 07 Mar 2018 17:49:52 +0100 Daniel Friesel * Release v2.25.1 -- cgit v1.2.3 From 3d71b4746c1cea6e45a65c0c1b2285dfbfcc905b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 11 May 2018 15:22:14 +0200 Subject: Release v2.26.1 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5152f63..0a07181 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Fri, 11 May 2018 15:11:17 +0200 Daniel Friesel + +* Release v2.26.1 + * Restore pre-2.21 ~/.fehbg behaviour. This fixes nondeterministic + wallpaper setting when using --bg-* --randomize, issues when specifying + --theme both in ~/.fehbg and on the commandline, and possibly other + edge cases + * Fix /tmp being cluttered with temporary ImageMagick files when using + --magick-timeout and a conversion takes longer than allowed + Thu, 19 Apr 2018 21:43:12 +0200 Daniel Friesel * Release v2.26 -- cgit v1.2.3 From a93168a9c6c7d21f5b914c612eafbbdabf6328fb Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 12 May 2018 16:46:46 +0200 Subject: Release v2.26.2 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0a07181..9c20dc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sat, 12 May 2018 16:33:56 +0200 Daniel Friesel + +* Release v2.26.2 + * Show correct filelist position in windows opened from thumbnail mode. + Note that navigation is still not supported in those windows + * Improve support for key input from stdin + * Do not push menus off the screen when hitting screen limits + Fri, 11 May 2018 15:11:17 +0200 Daniel Friesel * Release v2.26.1 -- cgit v1.2.3 From e01b90f90a64ff85384273c8d26a9cc679b2e37f Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 18 May 2018 22:59:02 +0200 Subject: Release v2.26.3 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9c20dc7..66638cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri, 18 May 2018 22:58:02 +0200 Daniel Friesel + +* Release v2.26.3 + * Properly escape --image-bg argument in ~/.fehbg (broken in 2.26.1) + Sat, 12 May 2018 16:33:56 +0200 Daniel Friesel * Release v2.26.2 -- cgit v1.2.3 From edc98032b254e29bdde4cf4795bd65eb92e7a6cd Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 26 Jun 2018 10:34:15 +0200 Subject: Release v2.26.4 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 66638cd..0206fc4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue, 26 Jun 2018 10:33:04 +0200 Daniel Friesel + +* Release v2.26.4 + * Correctly save --bg-max in ~/.fehbg (patch by Sebastian Bickerle) + Fri, 18 May 2018 22:58:02 +0200 Daniel Friesel * Release v2.26.3 -- cgit v1.2.3 From fd696d7b12840420cb9364a0b524f67f4379ab92 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 28 Jun 2018 17:30:54 +0200 Subject: Release v2.27 --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0206fc4..e92d600 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +Thu, 28 Jun 2018 17:26:54 +0200 Daniel Friesel + +* Releasev v2.27 + * Fix size_to_image ("w") command when both --scale-down and --keep-zoom-vp + are enabled + * Fix --auto-zoom not being triggered on window resize events when + --scale-down is enabled + * Fix --auto-zoom conflicting with manual zoom + * Fix feh_draw_checks not taking the zoom level into account properly + * Prevent --zoom from blocking --scale-down in fullscreen / fixed + geometry mode + * Prevent --keep-zoom-vp from blocking the dynamic window resizing + mechanism + * Prevent automatic recalculation of the zoom ratio when --keep_zoom_vp + is enabled + * All patches provided by . Thanks a lot! + Tue, 26 Jun 2018 10:33:04 +0200 Daniel Friesel * Release v2.26.4 -- cgit v1.2.3 From 9372e9302a429478d95ddd4036ffe55059c4f032 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 17 Jul 2018 17:38:09 +0200 Subject: feh 2.27.1 --- ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e92d600..901afc0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,15 @@ +Tue, 17 Jul 2018 17:33:10 +0200 Daniel Friesel + +* Release v2.27.1 + * Fix feh occasionally becoming unresponsive when asked to terminate + via SIGINT/SIGQUIT/SIGTERM (based on a patch by + ) + * Fix --keep-zoom-vp issues introduced in 2.27 + (patch by ) + Thu, 28 Jun 2018 17:26:54 +0200 Daniel Friesel -* Releasev v2.27 +* Release v2.27 * Fix size_to_image ("w") command when both --scale-down and --keep-zoom-vp are enabled * Fix --auto-zoom not being triggered on window resize events when -- cgit v1.2.3