From b24d73e8dcb0d1f0fab38205a8c4bbea10fc52c0 Mon Sep 17 00:00:00 2001 From: Phillip Berndt Date: Mon, 11 Mar 2024 21:11:20 +0100 Subject: [PATCH] Release desktop file fix as 2.13.1 --- README.markdown | 3 +++ pqiv.1 | 2 +- pqiv.h | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 81fddde..997b934 100644 --- a/README.markdown +++ b/README.markdown @@ -182,6 +182,9 @@ For some advanced uses of pqiv, take a look at these resouces: Changelog --------- +pqiv 2.13.1 + * Revert to not adding `--browse` to desktop files (fixes #232) + pqiv 2.13 * Fix `toggle_fullscreen(1/2)` behavior when already fullscreen * Add `--font` to adjust info box font, use Pango for rendering (See #221) diff --git a/pqiv.1 b/pqiv.1 index a9db07c..12d42cd 100644 --- a/pqiv.1 +++ b/pqiv.1 @@ -1,5 +1,5 @@ .\" vim:filetype=groff -.TH pqiv 1 "November 2020" "2.13" +.TH pqiv 1 "March 2024" "2.13.1" .SH NAME pqiv \- powerful quick image viewer .\" diff --git a/pqiv.h b/pqiv.h index 671e861..90f1cda 100644 --- a/pqiv.h +++ b/pqiv.h @@ -29,7 +29,7 @@ #include "lib/bostree.h" #ifndef PQIV_VERSION -#define PQIV_VERSION "2.13" +#define PQIV_VERSION "2.13.1" #endif #define FILE_FLAGS_ANIMATION (guint)(1)