Skip to content

Commit 49cda39

Browse files
committed
Release pqiv 2.13
Relevant changes: * Fix `toggle_fullscreen(1/2)` behavior when already fullscreen * Add `--font` to adjust info box font, use Pango for rendering (See #221) * Prefer x11 over Wayland GDK backend (it overall provides a better experience) * Fix Client Side Decorations (CSD), e.g. in Wayland * Fix race/crash upon exit (Fixes #227)
1 parent 9fdd090 commit 49cda39

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

‎README.markdown‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,13 +182,16 @@ For some advanced uses of pqiv, take a look at these resouces:
182182
Changelog
183183
---------
184184

185-
pqiv 2.13 (dev)
185+
pqiv 2.13
186186
* Fix `toggle_fullscreen(1/2)` behavior when already fullscreen
187187
* Add `--font` to adjust info box font, use Pango for rendering (See #221)
188188
* Prefer x11 over Wayland GDK backend (it overall provides a better experience)
189189
* Fix Client Side Decorations (CSD), e.g. in Wayland
190190
* Fix race/crash upon exit (Fixes #227)
191191

192+
<details>
193+
<summary>Click to expand changelog for old pqiv versions</summary>
194+
192195
pqiv 2.12
193196
* Fix external image filters (Fixes #182)
194197
* Fix support for `best` interpolation quality (Fixes #139)
@@ -199,9 +202,6 @@ pqiv 2.12
199202
* Replace GTimeVal with GDateTime for glib 2.62 support
200203
* Add an sxiv-like marks system
201204

202-
<details>
203-
<summary>Click to expand changelog for old pqiv versions</summary>
204-
205205
pqiv 2.11
206206
* Added negate (color inversion) mode (bound to `n`, `--negate`)
207207
* Rebound `a` (hardlink image) to `c-a` by default (See #124)

‎pqiv.1‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" vim:filetype=groff
2-
.TH pqiv 1 "November 2020" "2.12"
2+
.TH pqiv 1 "November 2020" "2.13"
33
.SH NAME
44
pqiv \- powerful quick image viewer
55
.\"

‎pqiv.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include "lib/bostree.h"
3030

3131
#ifndef PQIV_VERSION
32-
#define PQIV_VERSION "2.12"
32+
#define PQIV_VERSION "2.13"
3333
#endif
3434

3535
#define FILE_FLAGS_ANIMATION (guint)(1)

0 commit comments

Comments
 (0)