diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-02-26 09:56:01 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-02-26 09:56:01 +0100 |
commit | bf52095c2a870571475b6a7731428f5533882ac8 (patch) | |
tree | fb51470c81b8bd1d3b854b4c84c568c6c37e13c1 /ChangeLog | |
parent | be7b3df6c008f74b2ebec9a61dda3db7da9a2a9d (diff) |
feh_printf: Fix/Add %S/%P for human-readable sizes, use them in --list
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +git HEAD + + * exif-support fixes by Dennis Real + * format specifier %S now uses the appropriate suffix (B/kB/MB) + * format specifier %P now prints the number of pixels with k/M suffix, + like %S. Printing the program name ("feh") is no longer supported + * feh --list now uses %S/%P to print image size and amount of pixels + Thu, 02 Feb 2012 21:04:06 +0100 Daniel Friesel <derf@finalrewind.org> * Release v2.3 |