Skip to content

Commit c6e1005

Browse files
committed
Release pqiv-2.13.3
This patch release contains two relevant changes: * Backends now have a priority so more specialized or faster ones are preferred, rather than alphabetic order * ffmpeg 8.0 build compatibility Fixes #260, which requested a release.
1 parent 75a89ee commit c6e1005

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎README.markdown‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ For some advanced uses of pqiv, take a look at these resouces:
182182
Changelog
183183
---------
184184

185-
pqiv 2.14 (wip)
185+
pqiv 2.13.3
186186
* Fix ffmpeg 8.0 compatibility (fixes #258)
187187
* Prefer specialized backends over generic ones (fixes #257)
188188

‎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 "March 2024" "2.13.2"
2+
.TH pqiv 1 "November 2025" "2.13.3"
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.13.2"
32+
#define PQIV_VERSION "2.13.3"
3333
#endif
3434

3535
#define FILE_FLAGS_ANIMATION (guint)(1)

0 commit comments

Comments
 (0)