Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pqiv 2.5 introduces some new features: * Backends may now be built as shared libraries, and the dependencies become weak dependencies: If e.g. magickwand is installed, the backend is used. If it isn't, the library cannot be loaded and is ignored. * A libarchive backend allows to read comic books (*.cb?) * A new concept is introduced to abstract away key bindings: Actions allow to control pqiv. Key bindings are configurable. It is possible to bind multiple actions to a single key. It is also possible to bind actions to key sequences like in VIM, e.g. "gn" to goto the next and "gp" to goto the previous image. Other changes include the usual minor bug fixes and work arounds. See the changelog or git log for details. This commit closes #58.
- Loading branch information