summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-05-31 09:39:56 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-05-31 09:40:14 +0200
commit3cc2c50bb8422fc738a5875048c06758af6ded76 (patch)
treead8c88c7e5ceecb6f098ac86b286856b6d00d830 /ChangeLog
parentd37ff6f9334f1243219dc6a3da27b198c0b145fe (diff)
major --thumbnails speed impromevents, new --thumb-redraw option
See ChangeLog / man/feh.1 "--thumb-redraw" for more
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 78416e4..0fcdb90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,11 @@ git HEAD
* Fix blur mode (Ctrl + left mouse key)
* Center images in index/thumbnail mode relative to the text below them
* Support caching of "large" (up to 256x256 pixels) thumbnails
+ * New --thumb-redraw option as workaround to speed up thumbnail mode
+ (thumbnail mode redrawing is quite slow, so now a redraw only happens
+ every 10 thumbnails by default - can be changed with this option)
+ * Because of that: Major speed improvements for --thumbnails, especially
+ with cached thumbnails
Thu May 6 08:34:39 CEST 2010 Daniel Friesel <derf@chaosdorf.de>