Releases: artemsen/swayimg
Releases Β· artemsen/swayimg
v3.4
- Fixed startup error if configuration file does not exist;
- Fixed bug with setting configuration parameters from command line.
v3.3
- Added QOI image format support;
- Added multi-threading image renderer;
- Added support for reverse image list order;
- Added mouse key binding support;
- Fixed antializing for downsampled images;
- Fixed gallery layout.
v3.2
- Added configurable limit for gallery cache;
- Added configurable scale for thumbnails (fit/fill);
- Fixed segfault when using some fonts;
- Fixed gallery layout;
- Fixed skipping image in viewer mode;
- In Sway mode now used PID for dynamic rules.
v3.1
- Added
SIGUSR1
and SIGUSR2
signal support;
- gallery: Fixed
reload
action;
- gallery: Added border/shadow configuration;
- gallery: Fixed thumbnail position (center);
- gallery: Added help screen;
- gallery: Added
prev_file
, next_file
, page_up
, page_down
actions;
- Added default binding
Shift+Del
to delete files;
- Changed app icon.
v3.0
- Added key binding configuration for gallery mode;
- Added info configuration for gallery mode;
- Added timeout for status message;
- Fixed thumbnail layout in gallery mode;
- Fixed crash opening gallery mode;
- Fixed memory leak when resizing windows;
- Fixed hangs on opening empty dir in gallery mode.
Note: the configuration file is incompatible with previous versions.
v2.5
- Added gallery mode;
- Added animation support for JXL format;
- Improved mouse drag usability;
- Some bugs fixed, some added.
v2.4
- Fixed segfault on exit;
- Fixed text char positions;
- Fixed text shadow config;
- Fixed cache and preload config;
- Some minor fixes.
v2.3
- Added support for multiple action per key;
- Added new action: status (allows to print text message);
- Added support for skipping files;
- Added option to unlock image position;
- Added support for transparent colors in config;
- Added timeout to hide the info block;
- Added support for external image data source;
- Added options for managing of cache and preload;
- Fixed mouse drag error (dragged only by diagonal);
- Fixed reset scale on window focus lost;
- Fixed crash on reloading stdin files.
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.