Skip to content

Commit

Permalink
Release as pqiv 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipberndt committed Sep 8, 2015
1 parent 981d238 commit 83f4023
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Features
* Preloads the next image in the background
* Fade between images
* Optional PDF/eps/ps support (useful e.g. for scientific plots)
* Optional video format support (e.g. for webm animations)


Installation
Expand Down Expand Up @@ -119,19 +120,18 @@ Known bugs
Changelog
---------

pqiv (wip)
pqiv 2.4
* Added --sort-key=mtime to sort by modification time instead of file name
* Delay the "Image is still loading" message for half a second to avoid
flickering status messages
* Remove the "Image is still loading" message if --hide-info-box is set
* Added [libav](https://www.ffmpeg.org/) backend for video support
* Added --end-of-files-action=action to allow users to control what happens
once all images have been viewed
* Fix various minor memory allocation issues / possible race conditions

pqiv 2.3.5
* Fix parameters in pqivrc that are handled by a callback

pqiv 2.3.4
* Fix reference counting if an image fails to load
* Properly reload multi-page files if they change on disk while being viewed
* Properly handle if a user closes pqiv while the image loader is still active
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 "18 June 2014" "" "pqiv manual"
.TH pqiv 1 "09 September 2015" "" "pqiv manual"
.SH NAME
pqiv \- quick image viewer
.SH SYNOPSIS
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.3.5"
#define PQIV_VERSION "2.4"
#endif

#define FILE_FLAGS_ANIMATION (guint)(1)
Expand Down

0 comments on commit 83f4023

Please sign in to comment.