From b0bb92544ffa2b4d23205cc25c0f7566763ec4f5 Mon Sep 17 00:00:00 2001 From: Phillip Berndt Date: Tue, 14 Nov 2017 17:19:27 +0100 Subject: [PATCH] Bump pqiv to 2.10 --- README.markdown | 8 ++++---- pqiv.1 | 2 +- pqiv.h | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.markdown b/README.markdown index 986baa4..e73cfcd 100644 --- a/README.markdown +++ b/README.markdown @@ -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 @@ -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 +
+Click to expand changelog for old pqiv versions + pqiv 2.9 * Added a montage/image grid mode (bound to `m` by default) * Added a [WebP](https://developers.google.com/speed/webp/) backend @@ -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 -
-Click to expand changelog for old pqiv versions - pqiv 2.8.5 * Fixed an issue where the checkerboard pattern sometimes was visible at image borders diff --git a/pqiv.1 b/pqiv.1 index 9258ec1..722a188 100644 --- a/pqiv.1 +++ b/pqiv.1 @@ -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 .\" diff --git a/pqiv.h b/pqiv.h index a891e41..7fbed73 100644 --- a/pqiv.h +++ b/pqiv.h @@ -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)