diff --git a/README.markdown b/README.markdown index 05dcfab..fd233ba 100644 --- a/README.markdown +++ b/README.markdown @@ -178,7 +178,7 @@ For some advanced uses of pqiv, take a look at these resouces: Changelog --------- -pqiv 2.12 (dev) +pqiv 2.12 * Fix external image filters (Fixes #182) * Fix support for `best` interpolation quality (Fixes #139) * Fix wrap-around in shuffled image view (Fixes #176) @@ -188,6 +188,9 @@ pqiv 2.12 (dev) * Replace GTimeVal with GDateTime for glib 2.62 support * Add an sxiv-like marks system +
+Click to expand changelog for old pqiv versions + pqiv 2.11 * Added negate (color inversion) mode (bound to `n`, `--negate`) * Rebound `a` (hardlink image) to `c-a` by default (See #124) @@ -201,9 +204,6 @@ pqiv 2.11 * 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 diff --git a/pqiv.1 b/pqiv.1 index 5c14619..2b68044 100644 --- a/pqiv.1 +++ b/pqiv.1 @@ -1,5 +1,5 @@ .\" vim:filetype=groff -.TH pqiv 1 "November 2018" "2.11" +.TH pqiv 1 "November 2020" "2.12" .SH NAME pqiv \- powerful quick image viewer .\" diff --git a/pqiv.h b/pqiv.h index 873e03d..267f63c 100644 --- a/pqiv.h +++ b/pqiv.h @@ -29,7 +29,7 @@ #include "lib/bostree.h" #ifndef PQIV_VERSION -#define PQIV_VERSION "2.11" +#define PQIV_VERSION "2.12" #endif #define FILE_FLAGS_ANIMATION (guint)(1)