diff --git a/README.markdown b/README.markdown index 281f1b7..2ad2c13 100644 --- a/README.markdown +++ b/README.markdown @@ -173,7 +173,7 @@ For some advanced uses of pqiv, take a look at these resouces: Changelog --------- -pqiv 2.11 (dev) +pqiv 2.11 * Added negate (color inversion) mode (bound to `n`, `--negate`) * Rebound `a` (hardlink image) to `c-a` by default (See #124) * Improved key bindings documentation (See #127) @@ -186,6 +186,9 @@ pqiv 2.11 (dev) * Work around GTK bug resulting in crash due to invalid free() * Improve autotools compatibility of the configure script (See #135) +
+Click to expand changelog for old pqiv versions + pqiv 2.10.4 * Fix output of `montage_mode_shift_y_rows()` in key bindings * Update the info text when the background pattern is cycled @@ -207,9 +210,6 @@ pqiv 2.10 * 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 diff --git a/pqiv.1 b/pqiv.1 index d9ec1e3..9df3bdd 100644 --- a/pqiv.1 +++ b/pqiv.1 @@ -1,5 +1,5 @@ .\" vim:filetype=groff -.TH pqiv 1 "June 2017" "2.10" +.TH pqiv 1 "November 2018" "2.11" .SH NAME pqiv \- powerful quick image viewer .\" diff --git a/pqiv.h b/pqiv.h index 47018ff..48b2888 100644 --- a/pqiv.h +++ b/pqiv.h @@ -29,7 +29,7 @@ #include "lib/bostree.h" #ifndef PQIV_VERSION -#define PQIV_VERSION "2.10.4" +#define PQIV_VERSION "2.11" #endif #define FILE_FLAGS_ANIMATION (guint)(1)