feh-1.14.tar.bz2 (signature)
- Only create caption directory when actually writing out a caption.
github #42
- The --menu-bg option has been deprecated. It will be removed along with
--menu-style by the end of 2012.
github #27
- read directory contents sorted by filename instead of 'randomly'
(as returned by readdir) by default. Thanks talisein!
github #20
- Show certain warnings in the image window as well as on the commandline
github #43
- Since the manual is way better structured and more detailed than the
--help output, it now simply refers to the manual. To include the old
help text, build feh with 'help=1'
- You can now use the next/prev/jump keys to navigate thumbnails. Use the
render key to open the currently selected thumbnail.
github #26
- Change a patch for NETWM fullscreen support to only apply to fullscreen
windows. This fixes the moving windows bug in fluxbox (since fluxbox
doesn't report its window border width).
github #22
debian #570903
- Minor manpage fixes.
debian #625683
- Fix --auto-zoom / --zoom max/fill documentation, the "Auto-Zoom" menu
option is now always checked when these options are used
- Set _NET_WM_NAME and _NET_WM_ICON_NAME properties
github #44
- The 'A' key (toggle_aliasing) now actually changes the current window,
and not just the default for new windows
- The zoom_default key now works fine with --scale-down
github #41
- Fix access of uninitialized memory / malloc/realloc clash in continued
theme definition handling. Having a theme line with just one
option/value pair used to produce undefined behaviour