Skip to content

Commit

Permalink
Bump pqiv to 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipberndt committed Nov 14, 2017
1 parent 2c37ec6 commit b0bb925
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ For some advanced uses of pqiv, take a look at these resouces:
Changelog
---------

pqiv 2.10 (wip)
pqiv 2.10
* Enable cursor auto-hide by default
* Enable mouse navigation in montage mode
* Added `toggle_background_pattern()` (bound to `b`) and
Expand All @@ -182,6 +182,9 @@ pqiv 2.10 (wip)
* Fixed support for platforms with `sizeof(time_t) != sizeof(int)`
* Fixed a race condition in the file buffer map

<details>
<summary>Click to expand changelog for old pqiv versions</summary>

pqiv 2.9
* Added a montage/image grid mode (bound to `m` by default)
* Added a [WebP](https://developers.google.com/speed/webp/) backend
Expand All @@ -199,9 +202,6 @@ pqiv 2.9
* Bound `Alt+t` to switch to "maintain window size" by default
* Added action `move_window()` to explicitly move pqiv's main window around

<details>
<summary>Click to expand changelog for old pqiv versions</summary>

pqiv 2.8.5
* Fixed an issue where the checkerboard pattern sometimes was visible at image
borders
Expand Down
2 changes: 1 addition & 1 deletion pqiv.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" vim:filetype=groff
.TH pqiv 1 "June 2017" "2.9"
.TH pqiv 1 "June 2017" "2.10"
.SH NAME
pqiv \- powerful quick image viewer
.\"
Expand Down
2 changes: 1 addition & 1 deletion pqiv.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "lib/bostree.h"

#ifndef PQIV_VERSION
#define PQIV_VERSION "2.9"
#define PQIV_VERSION "2.10"
#endif

#define FILE_FLAGS_ANIMATION (guint)(1)
Expand Down

0 comments on commit b0bb925

Please sign in to comment.