|
1 | | -Thu, 28 Dec 2017 19:26:29 +0100 |
| 1 | +Sun, 04 Mar 2018 08:53:50 +0100 Daniel Friesel < [email protected]> |
| 2 | + |
| 3 | +* Release v2.25 |
| 4 | + * Add --version-sort option to enable natural sorting of file and directory |
| 5 | + names. This requires a libc with strverscmp support, which is a |
| 6 | + non-POSIX GNU extension. Use the new build flag `verscmp=0` to disable |
| 7 | + this feature on systems which do not ship strverscmp |
| 8 | + (patch by ulteq) |
| 9 | + * Allow arbitrary X11 colors as -B/--image-bg argument (patch by ulteq) |
| 10 | + * Improve --image-bg support and transparency handling in --bg-* mode |
| 11 | + * Respect --geometry settings in --bg-fill mode |
| 12 | + * Add keybinding toggle_auto_zoom (default "Z") to toggle --auto-zoom |
| 13 | + * Fix filelists specified by -f/--filelist not being reloaded when using |
| 14 | + --reload |
| 15 | + |
| 16 | +Mon, 26 Feb 2018 21:41:38 +0100 Daniel Friesel < [email protected]> |
| 17 | + |
| 18 | +* Release v2.24 |
| 19 | + * Improve performance when using --{max,min}-dimension in slideshow mode |
| 20 | + (patch by ulteq) |
| 21 | + * Fix crash when using %m format specifier in slideshow mode |
| 22 | + (introduced in feh 2.23.1) |
| 23 | + |
| 24 | + |
| 25 | +Mon, 12 Feb 2018 22:11:55 +0100 Daniel Friesel < [email protected]> |
| 26 | + |
| 27 | +* Release v2.23.2 |
| 28 | + * Fix support for nested quotes in .confeg/feh/themes |
| 29 | + |
| 30 | +Wed, 31 Jan 2018 17:38:25 +0100 Daniel Friesel < [email protected]> |
| 31 | + |
| 32 | +* Release v2.23.1 |
| 33 | + * The Makefile no longer honors CPPFLAGS and instead consistently uses |
| 34 | + CFLAGS for user-provided include paths |
| 35 | + * Fix %u format specifier in multiwindow and list modes (patch by ulteq) |
| 36 | + * Minor performance improvements (patches by ulteq) |
| 37 | + * Stability improvements when using --magick-timeout (patch by ulteq) |
| 38 | + |
| 39 | +Thu, 28 Dec 2017 19:26:29 +0100 Daniel Friesel < [email protected]> |
2 | 40 |
|
3 | 41 | * Release v2.23 |
4 | 42 | * Fix broken thumbnail/index windows when using --scale-down |
@@ -178,7 +216,7 @@ Thu, 28 Apr 2016 11:41:04 +0200 Daniel Friesel < [email protected]> |
178 | 216 | size which will not be updated when changing images (as was the case in |
179 | 217 | feh < 2.15). This may or may not be fixed in the future. |
180 | 218 |
|
181 | | -Sat, 16 Apr 2016 18:32:38 +0200 Daniel Frisel < [email protected]> |
| 219 | +Sat, 16 Apr 2016 18:32:38 +0200 Daniel Friesel < [email protected]> |
182 | 220 |
|
183 | 221 | * Release v2.15.2 |
184 | 222 | * Fix --keep-zoom-vp not keeping the viewport x/y offsets (broken by 2.15) |
@@ -750,7 +788,7 @@ Fri, 25 Jun 2010 16:07:20 +0200 Daniel Friesel < [email protected]> |
750 | 788 | malicious URLs containing shell metacharacters (but only if those URLs |
751 | 789 | led to a valid file) |
752 | 790 | * Don't add ?randomnumber to URLs when downloading them, it confuses some |
753 | | - servers and is not really neccessary in general |
| 791 | + servers and is not really necessary in general |
754 | 792 |
|
755 | 793 | Thu Jun 10 12:12:04 CEST 2010 Daniel Friesel < [email protected]> |
756 | 794 |
|
|
0 commit comments