diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2020-11-30 19:51:12 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2020-11-30 19:51:12 +0100 | 
| commit | 35f60444fe55fa4717ac784931b3cb7455f7a369 (patch) | |
| tree | 0b9598ff94333c559561d97196e9fa4ea64cbac2 | |
| parent | efcd01a21a9f77f59c4496ef96e5b5cbc1577464 (diff) | |
Release v3.63.6
| -rw-r--r-- | ChangeLog | 12 | 
1 files changed, 12 insertions, 0 deletions
| @@ -1,3 +1,15 @@ +Mon, 30 Nov 2020 19:44:47 +0100  Daniel Friesel <derf+feh@finalrewind.org> +* Release v3.6 +    * Add flip and rotate options to the menu +    * Improve unloadable image detection time (e.g. for large video files) by +      checking a file's header before passing it to Imlib2. For rarely used +      image formats, there is a very small chance that an image which could be +      loaded by feh 3.5 is reported as unloadable by feh 3.6 due to this +      change. Set FEH_SKIP_MAGIC=1 to bypass the header check in this case. See +      <https://phab.enlightenment.org/T8739> and +      <https://github.com/derf/feh/issues/505> for details. + +  Sat, 29 Aug 2020 08:49:08 +0200  Daniel Friesel <derf+feh@finalrewind.org>  * Release v3.5 | 
