| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to 4.4.0: * Fixed critical error "wl_window: fix buffer size not divisible by scale" * Added libgrapheme 2.0.0 as an alternative to icu * Added '-w' option to specify window title at startup * Added background rectangle behind the (possibly multiline) overlay text * Changed chequered pattern to only over the image area for transparent images not the whole viewport * Renamed imv-folder to imv-dir * Fixed slideshow not always pausing correctly * Fixed imv-dir showing as a duplicate imv in its desktop file * Fixed whitespace bug in expanded title text * Made imv-dir fall back to imv behaviour when given too many arguments * Improved handling of paths from stdin * Minor documentation and changelog improvements
- Update to 4.3.1: * Fix segfault when used with latest wlroots - Update source URL from github to https://git.sr.ht/~exec64/imv
- Update to 4.3.0: * Give freeimage backend preceedence over libjpeg * Fix lack of X11 window deletion event handling * Scale fonts correctly for high-DPI wayland * Suppress annoying TIFF error messages * Fix missing -lm dependency for imv-msg * Fix image skipping when reading slow filesystems * Add a contrib directory * Add contrib/imv-folder * Fix zoom speed dependence on buffer/image width * Improve stat error handling when loading directories * Fix double-free when backend libjpeg is used * Fix -n option not working for symbolic links * List image/heif as a supported mime type * Fix flickering bug in high-DPI wayland
- Update to 4.2.0: * Switched to meson build system * Added HEIF backend * Added rotate and flip commands * Added colour support for overlay * Added some missing command/config documentation * Read directories in alphabetical order * Fixed several memory leaks * Improved compatibility with non glibc systems * Fixed several window management bugs for Wayland * Fixed bug when selecting first/last image
- Update to 4.1.0: * Added libsngif backend * Added command history to console * Added proper UTF-8 support to the console * Fixed name of libjpeg-turbo backend * Fixed reading images from stdin * Increased maximum supported PNG file size * Added Keywords to imv.desktop * Set NoDisplay in imv.desktop * Simplified async logic in backends * Fixed typo in manpages * Fixed name of the LGPL
- Update to 4.0.1: * Documented default binds in man page * Added icon to imv.desktop * Added builtin aliases to provide backwards compatibility for removed commands * Added warning when legacy bind syntax is detected
- Update to 4.0.0:
* Fixed keyboard layout handling, changing bind syntax
* Renamed many commands (select_rel -> next/prev, select_abs -> goto, etc.)
* Temporarily removed autoresize option
* Dropped SDL2 dependency, implementing Wayland and X11 support natively
through imv-wayland and imv-x11 binaries
* Added support for displaying SVGs at native resolution regardless of zoom
level
* Added hidpi support on Wayland
* Added '-c' argument to specify commands to run at startup
* Added 'bind' command to add new binds at runtime
* Added 'background' command to change background colour at runtime
* Added 'upscaling' command to modify upscaling method at runtime
* Added optional argument to close command to specify an index or all images
* Added initial_pan option to configure which part of an image is initially
focused on
* Added support for aliases passing arguments to underlying their commands
* Added imv-msg program to send commands to a running instance of imv
* Added $imv_pid environment variable
* Allowed imv to remain open with no images open
* Improved unicode support in overlay
* Fixed typo in $imv_slideshow_duration environment variable
* Added new crop scaling method, which will zoom in until an image completely
fills the window
* Fixed a bug where 16-bit greyscale images would not load
* Fixed a memory corruption bug in generic list implementation
* Fixed several memory leaks
- Update to 3.1.2: * Fix manpage packaging regression introduced in v3.1.1 - Remove imv-fixbuild.patch: upstreamed
- Update to 3.1.1: * Adjusted Makefile to improve packaging on BSDs - Add imv-fixbuild.patch: fixing build by creating man dirs
- Update to 3.1.0:
* Added support for multiple image loaders, allowing imv to use libraries other
than FreeImage. This adds support for SVGs, and in the future, other formats
as required.
* Loaders added for libpng, libtiff, librsvg, libturbojpeg.
* Added support for binding multiple commands to a single key
* Support for hidpi rendering with SDL >= 2.0.10
* Added -v flag to show version number
* Allow 'Escape' to be bound, changing bind abort sequence to 2x'Escape'
* Fixed bug where path list from stdin would sometime be truncated
* New releases only published under the MIT license, with FreeImage optionally
used under the FIPL
* Fixed several memory leaks
* Miscellaneous code cleanup and documentation fixes
- Create package imv 3.0.0 for openSUSE