- Fixed a bug with resuming animation after changing the image;
- Fixed bug with adding special sources to image list in runtime;
- Fixed bug with updating displayed image list size;
- Fixed crash using empty path in --from-file arg;
- Unsupported unicode chars are now displayed as "?";
- Added support for multiline status messages;
- tga: Fixed decoding 16-bit images;
- gallery: Fixed incorrect drawing in "keep" aspect mode;
- Big files that are not image no longer fully loaded to memory;
- Lua errors are displayed in the status message;
- lua: Print stack trace to console on errors;
- lua: Fixed crash using --execute without Lua config;
- lua: Added function to configure line spacing;
- lua: Added function to disable FS monitoring;
- lua: Added function to disable EXIF orientation;
- lua: Added function to reload image;
- lua: Fixed bug with absent function "limit_history";
- Added default config to example.lua;