Releases: artemsen/swayimg
Releases · artemsen/swayimg
v2.2
- Fixed bug with displaying image on empty Sway workspace;
- Fixed crash on delete last file;
- Fixed long-press key handling;
- Fixed drawing on uninitialized surface;
- Fixed crash on decoding some GIF images;
- Added Truevision TGA format support.
v2.1
- Added support for key modifiers (Ctrl/Alt/Shift);
- Added mouse/touchpad configuration;
- Added touchpad scrolling support;
- Added support for mouse drag;
- Optimized font render;
- Removed unnecessary image reload;
- Fixed FreeBSD build.
v2.0
- Added support for multiple exec commands;
- Added custom zoom/move step in key bindings;
- Added support for animated PNG and AVIFS;
- Added new scaling modes: fill, fit with and height;
- Automatic reloading image when it changes;
- Replaced anti-aliasing algorithm;
- Added double buffering for output, fixed scaling glitches;
- Added help (F1);
- Some minor bugfix and improvements.
Note: the configuration file is incompatible with previous versions.
v1.12
- Added PNM image support;
- Added EXR image support (v3 only, RGBA);
- Added support for 32bit BMP;
- Fixed crash on horizontal flip;
- Fixed freezes in browser;
- Some minor bugfixes.
v1.11
- Added support for custom key bindings;
- Added key binding to run external command for current file;
- Added key binding to reload current file;
- Added optional anti-aliasing mode;
- Some minor bugfix and improvements.
v1.10
- Added option to disable cyclic mode for image list;
- Added mouse support (only select next/prev image);
- Added support for absolute geometry coordinates;
- Fixed AVIF image loader;
- Some minor bugfix and improvements.
v1.9
- Added animation support for GIF and WebP formats;
- Added support for HEIF format;
- Added slideshow support;
- Implemented preloading images in background thread;
- Some minor bugfix and improvements.
v1.8
- Added directory browsing mode;
- Added marking mode for batch processing;
- Removed limits on image size;
- Added support for TIFF format;
- Added support for RLE-compressed BMP;
- Some minor improvements.
v1.7
- HiDPI support;
- Key repeat support;
- Minor drawing optimization.
v1.6
- JPEG XL image format;
- EXIF reader;
- user configuration file support.