Releases: Krafpy/Yumu
Releases · Krafpy/Yumu
v0.3.1
v0.3
Bug fixes
- Fixed crash if a new search is entered while the previews of the previous search are still loading.
- Fixed conflict between previews loading threads.
- Every image that is loaded is loaded from a file stream, which prevents the image file from being locked if it was previously searched.
Features
- Added GIF indicator next to GIF image search results.
- Added a poorly hardcoded transparency support, which works well enough for Discord's emotes, since it was the first purpose of the software. May copy images with incorrect coloring.
See : https://stackoverflow.com/questions/67537374/c-sharp-image-loses-transparency-when-loaded-in-clipboard-even-with-dibv5-conver
Stable test
Updated and refactored version of the previous release. The core implementation have been updated for better optimization.
Bug fixes:
- Fixed crash on boot if the application was already running.
- Fixed copy in clipboard of "ghost" images from an empty search result list.
Optimization
- All referenced images are preloaded when the search window or directory manager window are opened. This reduces the number
of read/write operations on the harddrive. - Images previews are stored during the search in order to avoid reloading pictures that already had a thumbnail loaded.
- The program is compiled in
WinExe
mode, which avoids brief appearings of the console on boot.
Issues
Gifs and images with transparency are still loaded with a white background, and only the first frame for the gifs.
Test release
The main features of the software are functional but unstable. Unexpected behaviours and crash may happen.
Transparency and GIFs are not supported when using the copy to clipboard feature.