diff options
| author | Bert Münnich <be.muennich@gmail.com> | 2013-03-30 12:50:54 +0100 | 
|---|---|---|
| committer | Bert Münnich <be.muennich@gmail.com> | 2013-03-30 13:14:10 +0100 | 
| commit | af69b2a7bbac973c837177de03616460393e28d2 (patch) | |
| tree | 7e72d497b9599b3dcd0df339385729dba71d6485 | |
| parent | 6f05e777280cd36a8ccaf20182c4e8a0554bb563 (diff) | |
Stable version 1.1
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | README.md | 9 | ||||
| -rw-r--r-- | image-info | 2 | 
3 files changed, 11 insertions, 2 deletions
| @@ -1,4 +1,4 @@ -VERSION = git-20130304 +VERSION = 1.1  PREFIX    = /usr/local  MANPREFIX = $(PREFIX)/share/man @@ -162,6 +162,15 @@ on GitHub or get a copy using git with the following command:  **Stable releases** +**[v1.1](http://muennich.github.com/sxiv/release/sxiv-1.1.tar.gz)** +*(March 30, 2013)* + +  * Added status bar on bottom of window with customizable content +  * New keyboard shortcuts `\`/`|`: flip image vertically/horizontally +  * New keyboard shortcut `Ctrl-6`: go to last/alternate image +  * Added own EXIF orientation handling, removed dependency on libexif +  * Fixed various bugs +  **[v1.0](http://muennich.github.com/sxiv/release/sxiv-1.0.tar.gz)**  *(October 31, 2011)* @@ -8,7 +8,7 @@  s=" | " # field separator  filename=$(basename "$1") -filesize=$(du -h "$1" | cut -f 1) +filesize=$(du -Hh "$1" | cut -f 1)  geometry=$(identify -format '%wx%h' "$1[0]") | 
