From 6525c34980d6a1d53492e3cc57c53993bf3be3dc Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Sun, 30 May 2010 23:17:45 +0800 Subject: [PATCH] add changelog, copy form Fernando's email Signed-off-by: Xiangfu Liu --- CHANGELOG | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..9da5ee2 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,12 @@ +Changelog from v 0.2.0: + +- Fix incorrect zoom in / zoom out behaviour after 'z' +- Fix stability issues (now image is converted in framebuffer format) +- More sanity checks + +Changelog from v 0.1.1: + +- New hotkey "z" zooms image at pixel level (100% zoom) +- New hotkeys "l" and "r" rotate the image 90 degrees counterclockwise/clockwise +- No cursor (arrow) on the screen +