Updated source tarball URLs in README.md

pull/12/head
Bert Münnich 12 years ago
parent 98972e98f9
commit 7ea8a4ed2f

@ -62,6 +62,7 @@ the following command:
Usage Usage
----- -----
sxiv has two modes of operation: image and thumbnail mode. The default is sxiv has two modes of operation: image and thumbnail mode. The default is
image mode, in which only the current image is shown. In thumbnail mode a grid image mode, in which only the current image is shown. In thumbnail mode a grid
of small previews is displayed, making it easy to choose an image to open. of small previews is displayed, making it easy to choose an image to open.
@ -162,7 +163,7 @@ on GitHub or get a copy using git with the following command:
**Stable releases** **Stable releases**
**[v1.1](http://muennich.github.com/sxiv/release/sxiv-1.1.tar.gz)** **[v1.1](https://github.com/muennich/sxiv/archive/1.1.tar.gz)**
*(March 30, 2013)* *(March 30, 2013)*
* Added status bar on bottom of window with customizable content * Added status bar on bottom of window with customizable content
@ -171,35 +172,35 @@ on GitHub or get a copy using git with the following command:
* Added own EXIF orientation handling, removed dependency on libexif * Added own EXIF orientation handling, removed dependency on libexif
* Fixed various bugs * Fixed various bugs
**[v1.0](http://muennich.github.com/sxiv/release/sxiv-1.0.tar.gz)** **[v1.0](https://github.com/muennich/sxiv/archive/1.0.tar.gz)**
*(October 31, 2011)* *(October 31, 2011)*
* Support for multi-frame images & GIF animations * Support for multi-frame images & GIF animations
* POSIX compliant (IEEE Std 1003.1-2001) * POSIX compliant (IEEE Std 1003.1-2001)
**[v0.9](http://muennich.github.com/sxiv/release/sxiv-0.9.tar.gz)** **[v0.9](https://github.com/muennich/sxiv/archive/0.9.tar.gz)**
*(August 17, 2011)* *(August 17, 2011)*
* Made key and mouse mappings fully configurable in config.h * Made key and mouse mappings fully configurable in config.h
* Complete code refactoring * Complete code refactoring
**[v0.8.2](http://muennich.github.com/sxiv/release/sxiv-0.8.2.tar.gz)** **[v0.8.2](https://github.com/muennich/sxiv/archive/0.8.2.tar.gz)**
*(June 29, 2011)* *(June 29, 2011)*
* POSIX-compliant Makefile; compiles under NetBSD * POSIX-compliant Makefile; compiles under NetBSD
**[v0.8.1](http://muennich.github.com/sxiv/release/sxiv-0.8.1.tar.gz)** **[v0.8.1](https://github.com/muennich/sxiv/archive/0.8.1.tar.gz)**
*(May 8, 2011)* *(May 8, 2011)*
* Fixed fullscreen under window managers, which are not fully EWMH-compliant * Fixed fullscreen under window managers, which are not fully EWMH-compliant
**[v0.8](http://muennich.github.com/sxiv/release/sxiv-0.8.tar.gz)** **[v0.8](https://github.com/muennich/sxiv/archive/0.8.tar.gz)**
*(April 18, 2011)* *(April 18, 2011)*
* Support for thumbnail caching, only enabled if directory `~/.sxiv/` exists * Support for thumbnail caching, only enabled if directory `~/.sxiv/` exists
* Ability to run external commands (e.g. jpegtran, convert) on current image * Ability to run external commands (e.g. jpegtran, convert) on current image
**[v0.7](http://muennich.github.com/sxiv/release/sxiv-0.7.tar.gz)** **[v0.7](https://github.com/muennich/sxiv/archive/0.7.tar.gz)**
*(February 26, 2011)* *(February 26, 2011)*
* Sort directory entries when using `-r` command line option * Sort directory entries when using `-r` command line option
@ -207,33 +208,33 @@ on GitHub or get a copy using git with the following command:
* Full functional thumbnail mode, use Return key to switch between image and * Full functional thumbnail mode, use Return key to switch between image and
thumbnail mode thumbnail mode
**[v0.6](http://muennich.github.com/sxiv/release/sxiv-0.6.tar.gz)** **[v0.6](https://github.com/muennich/sxiv/archive/0.6.tar.gz)**
*(February 16, 2011)* *(February 16, 2011)*
* Bug fix: Correctly display filenames with umlauts in window title * Bug fix: Correctly display filenames with umlauts in window title
* Basic support of thumbnails * Basic support of thumbnails
**[v0.5](http://muennich.github.com/sxiv/release/sxiv-0.5.tar.gz)** **[v0.5](https://github.com/muennich/sxiv/archive/0.5.tar.gz)**
*(February 6, 2011)* *(February 6, 2011)*
* New command line option: `-r`: open all images in given directories * New command line option: `-r`: open all images in given directories
* New key shortcuts: `w`: resize image to fit into window; `W`: resize window * New key shortcuts: `w`: resize image to fit into window; `W`: resize window
to fit to image to fit to image
**[v0.4](http://muennich.github.com/sxiv/release/sxiv-0.4.tar.gz)** **[v0.4](https://github.com/muennich/sxiv/archive/0.4.tar.gz)**
*(February 1, 2011)* *(February 1, 2011)*
* New command line option: `-F`, `-g`: use fixed window dimensions and apply * New command line option: `-F`, `-g`: use fixed window dimensions and apply
a given window geometry a given window geometry
* New key shortcut: `r`: reload current image * New key shortcut: `r`: reload current image
**[v0.3.1](http://muennich.github.com/sxiv/release/sxiv-0.3.1.tar.gz)** **[v0.3.1](https://github.com/muennich/sxiv/archive/0.3.1.tar.gz)**
*(January 30, 2011)* *(January 30, 2011)*
* Bug fix: Do not set setuid bit on executable when using `make install` * Bug fix: Do not set setuid bit on executable when using `make install`
* Pan image with mouse while pressing middle mouse button * Pan image with mouse while pressing middle mouse button
**[v0.3](http://muennich.github.com/sxiv/release/sxiv-0.3.tar.gz)** **[v0.3](https://github.com/muennich/sxiv/archive/0.3.tar.gz)**
*(January 29, 2011)* *(January 29, 2011)*
* New command line options: `-d`, `-f`, `-p`, `-s`, `-v`, `-w`, `-Z`, `-z` * New command line options: `-d`, `-f`, `-p`, `-s`, `-v`, `-w`, `-Z`, `-z`
@ -241,7 +242,7 @@ on GitHub or get a copy using git with the following command:
scroll image with mouse wheel (horizontally if Shift key is pressed), scroll image with mouse wheel (horizontally if Shift key is pressed),
zoom image with mouse wheel if Ctrl key is pressed zoom image with mouse wheel if Ctrl key is pressed
**[v0.2](http://muennich.github.com/sxiv/release/sxiv-0.2.tar.gz)** **[v0.2](https://github.com/muennich/sxiv/archive/0.2.tar.gz)**
*(January 23, 2011)* *(January 23, 2011)*
* Bug fix: Handle window resizes correctly * Bug fix: Handle window resizes correctly
@ -250,7 +251,7 @@ on GitHub or get a copy using git with the following command:
* Support for mouse wheel zooming (by Dave Reisner) * Support for mouse wheel zooming (by Dave Reisner)
* Added fullscreen mode * Added fullscreen mode
**[v0.1](http://muennich.github.com/sxiv/release/sxiv-0.1.tar.gz)** **[v0.1](https://github.com/muennich/sxiv/archive/0.1.tar.gz)**
*(January 21, 2011)* *(January 21, 2011)*
* Initial release * Initial release

Loading…
Cancel
Save