Releases: ArturKovacs/emulsion
Releases · ArturKovacs/emulsion
Release v11.0
Added
- If emulsion was closed while being maximized, then next it will start up maximized
- If emulsion fails to load an image, then the image path will be shown in the title bar regardless (along with a message "FAILED TO OPEN")
Changed
- Breaking: The name of some keys (used for key bindings) have changed. As of writing this, a list of all supported key names can be found in the
virtual_keycode_to_string
function in the source code. - Breaking: Dropped support for systems that don't have at least OpenGL 3.3 (In other words: from now on Emulsion requires OpenGL 3.3 to run. Which is more than 10 years old by now)
- Emulsion will now make a better attempt at placing new windows to the same location where the last window was closed. (This mostly affects muti-monitor setups)
Release v10.5
Release v10.4
remove unnecessary CD step
v10.1
No change is made to emulsion, this release is only made to fix errors
in the build system and to re-trigger building the distributables
v10.0
Added
- Added configuration keyword to switch between dark and light mode.
- Added
pan_vert
andpan_hor
as input bindings to pan with the mouse only vertically or horizontally
Changed
- Fix for not being able to delete images on some systems.
Release v9.0
Added
- Added
start_maximized
configuration field - Some very high resolution images that were shown entirely black, are now shown correctly.
- Allow copying to the clipboard on Wayland
Changed
- Fixed spurious crashes on Wayland
- Fixed incorrect file association method in the Windows installer
- Fixed a bug that caused the entire system to freeze on X11 desktops.
- Fixed some animated gifs showing as a still image
- The parent folder could previously be deleted after deleting the last open image. This is now prevented.
Release v8.0
Changed
- The original scale button now shows "1:1" instead of "1"
- Changed the configuration folder on macOS (run
emulsion -h
to find where it's located) - The image copied to the clipboard can now be pasted into a wider range of programs on Windows
Added
- The Windows installer now adds a Start menu entry.
- Added multiple configuration fields: #160
- Zooming and camera panning can now be bound to keyboard input.
Release v7.2
Changed
- Fixed the issue that the first image was shown from the folder after deleting an image instead of the next.
- Fixed a crash for when trying to open an image with invalid EXIF orientation.