Skip to content

Commit

Permalink
Release pqiv 2.6
Browse files Browse the repository at this point in the history
This is a bugfix release, but it breaks ccmpatibility with older pqiv
versions, hence the minor version jump.

pqiv will now no longer enforce an aspect ratio in its window, because
of recurring bugs due to this feature. You can restore this behaviour
using the new --enforce-window-aspect-ratio option.
  • Loading branch information
phillipberndt committed Jul 8, 2016
1 parent 8144280 commit 751f3f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Known bugs
Changelog
---------

pqiv 2.6 (wip)
pqiv 2.6
* Added --enforce-window-aspect-ratio
* Do not enforce the aspect ratio of the window to match the image's by default

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.5.1"
#define PQIV_VERSION "2.6"
#endif

#define FILE_FLAGS_ANIMATION (guint)(1)
Expand Down

0 comments on commit 751f3f9

Please sign in to comment.