Skip to content

Commit

Permalink
Release desktop file fix as 2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipberndt committed Mar 11, 2024
1 parent fba1f80 commit b24d73e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pqiv.1
Original file line number Diff line number Diff line change
@@ -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
.\"
Expand Down
2 changes: 1 addition & 1 deletion pqiv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b24d73e

Please sign in to comment.