This repository has been archived by the owner on Sep 3, 2022. It is now read-only.
Releases: ESWAT/voidview
Releases · ESWAT/voidview
1.4.0
1.3.2
1.3.1
- Update dependencies, notably [email protected]
- Code cleanup
Note: No more Windows builds going forward as I will not be testing them. The platform will remain a target if you wish to make a build yourself.
1.3.0
- Added Add/Remove/Reset Columns actions, which changes how many columns are displayed in the grid view. This number is retained in-between sessions.
- Added Always On Top action, which forces the application window to stay on-top of other windows.
- Added Fit Image to Frame action, toggling between stretching images to fit the application window (classic behaviour) and diplaying the image in its original dimensions. Scrolling is available in the latter option when the image is bigger than the application window.
- Added Fit Frame to Image action, which resizes the application window to fit the dimensions of the image being viewed. This action combined with Always On Top is particularly useful to display reference images while working!
- All actions/options that were only available through keyboard shortcuts are now available through menu items as well.
- macOS “traffic lights” are hidden when mouse is not over the application window.
- Changed Shuffle transition effect
- Support Windows build. There are known bugs such as Fit Frame to Image action not working correctly.
- Many bug fixes