diff options
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -3,12 +3,13 @@ git HEAD * Fix segfault upon unloadable images when image-related format specifiers (e.g. %h) are used in --title * Show images in current directory when invoked without file arguments - * Disable antialiasing, either globally (--force-aliasing) or per image - (press 'A' to toggle, keybinding toggle_aliasing) + * Option to disable antialiasing, either global (--force-aliasing) or per + image (press 'A' to toggle, keybinding toggle_aliasing) * Use SIGUSR1/SIGUSR2 to reload all images in multiwindow mode * Fix Imlib2 caching bug in reload (only worked after the second try) * The --bg options are now Xinerama-aware. That is, they set the image in - the respective mode (scale/fill/max/center) on each Xinerama screen + the respective mode (scale/fill/max/center) on each Xinerama screen. Use + --no-xinerama to disable this. Sat, 12 Mar 2011 22:49:53 +0100 Daniel Friesel <derf@finalrewind.org> |