Skip to content

Commit

Permalink
Prepare for release 2.7
Browse files Browse the repository at this point in the history
This fixes #71.
  • Loading branch information
phillipberndt committed Jan 22, 2017
1 parent d050560 commit 45e2e16
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
4 changes: 0 additions & 4 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ LIBS_archive=libarchive gdk-pixbuf-2.0 >= 2.2
# Disable the automated compilation of the libav backend
DISABLE_AUTOMATED_BUILD_libav=yes

# Disable the automated compilation of the archive backend
# (As long as it's in beta)
DISABLE_AUTOMATED_BUILD_archive=yes

# This might be required if you use mingw, and is required as of
# Aug 2014 for mxe, but IMHO shouldn't be required / is a bug in
# poppler (which does not specify this dependency). If it isn't
Expand Down
6 changes: 2 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ and optionally also
* libspectre (any version, for ps/eps support)
* poppler (any version, for pdf support)
* MagickWand (any version, for additional image formats like psd)
* libarchive (for cbX comic book files)
* libarchive (for images in archives and cbX comic book files)
* ffmpeg / libav (for video support, only included if explicitly compiled in)

The backends are per default linked statically into the code, so all backend
Expand Down Expand Up @@ -132,16 +132,14 @@ Known bugs
Changelog
---------

pqiv 2.7 (wip)
pqiv 2.7
* Fixed window decoration toggling with --transparent-background
* Work around bug #67, poppler bug #96884
* Added new action `set_interpolation_quality` to change interpolation/filter
mode
* pqiv now by default uses `nearest` interpolation for small images
* Added actions and key bindings to control animation playback speed
* Added a general archive backend for reading images from archives
(this is experimental and won't be enabled automatically until at least 2.7
is released! Compile with --with-archive to enable.)
* Added a new action `goto_earlier_file()` to return to the image that was
shown before the current one
* Added a new action `set_cursor_auto_hide()` to automatically hide the pointer
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 "March 2016" "1.5"
.TH pqiv 1 "January 2017" "2.7"
.SH NAME
pqiv \- 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.6"
#define PQIV_VERSION "2.7"
#endif

#define FILE_FLAGS_ANIMATION (guint)(1)
Expand Down

0 comments on commit 45e2e16

Please sign in to comment.