Skip to content

Commit

Permalink
Bump pqiv to 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipberndt committed Jun 25, 2017
1 parent 54a50ac commit c1f24e9
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 15 deletions.
9 changes: 5 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,10 @@ Known bugs
Changelog
---------

pqiv 2.9 (rc1)
pqiv 2.9
* Added a montage/image grid mode (bound to `m` by default)
* Added a WebP backend (by @john0312)
* Added a [WebP](https://developers.google.com/speed/webp/) backend
(by @john0312)
* Added the means to skip over "logical" directories, such as archive files
(bound to `ctrl+space` and `ctrl+backspace` by default)
* Improved responsivity by caching pre-scaled copies of images
Expand All @@ -147,8 +148,8 @@ pqiv 2.9 (rc1)
* It is now possible to view --help even if no display is available
* Added --version
* Added an auto scale mode that maintains window size
* Bound Control+t to toggle to "maintain scale mode" by default
* Bound Alt+t to toggle to "maintain window size" by default
* Bound `Control+t` to switch to "maintain scale level" by default
* Bound `Alt+t` to switch to "maintain window size" by default
* Added action `move_window()` to explicitly move pqiv's main window around

pqiv 2.8.5
Expand Down
2 changes: 1 addition & 1 deletion backends/archive.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* pqiv
*
* Copyright (c) 2013-2014, Phillip Berndt
* Copyright (c) 2013-2017, Phillip Berndt
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion backends/archive_cbx.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* pqiv
*
* Copyright (c) 2013-2014, Phillip Berndt
* Copyright (c) 2013-2017, Phillip Berndt
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion backends/gdkpixbuf.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* pqiv
*
* Copyright (c) 2013-2014, Phillip Berndt
* Copyright (c) 2013-2017, Phillip Berndt
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion backends/libav.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* pqiv
*
* Copyright (c) 2013-2015, Phillip Berndt
* Copyright (c) 2013-2017, Phillip Berndt
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion backends/poppler.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* pqiv
*
* Copyright (c) 2013-2014, Phillip Berndt
* Copyright (c) 2013-2017, Phillip Berndt
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion backends/spectre.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* pqiv
*
* Copyright (c) 2013-2014, Phillip Berndt
* Copyright (c) 2013-2017, Phillip Berndt
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion backends/wand.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* pqiv
*
* Copyright (c) 2013-2014, Phillip Berndt
* Copyright (c) 2013-2017, Phillip Berndt
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion backends/webp.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* pqiv
*
* Copyright (c) 2013-2014, Phillip Berndt
* Copyright (c) 2013-2017, Phillip Berndt
* Copyright (c) 2017, Chen John L
*
* This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion pqiv.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* pqiv
*
* Copyright (c) 2013-2014, Phillip Berndt
* Copyright (c) 2013-2017, Phillip Berndt
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions pqiv.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* pqiv
*
* Copyright (c) 2013-2014, Phillip Berndt
* Copyright (c) 2013-2017, Phillip Berndt
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -29,7 +29,7 @@
#include "lib/bostree.h"

#ifndef PQIV_VERSION
#define PQIV_VERSION "2.9-rc1"
#define PQIV_VERSION "2.9"
#endif

#define FILE_FLAGS_ANIMATION (guint)(1)
Expand Down

0 comments on commit c1f24e9

Please sign in to comment.