Skip to content

Releases: Krafpy/Yumu

v0.3.1

10 Aug 18:12
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Bug fixes

  • Fixed generic GDI+ error when copying non PNG images to clipboard.
  • Added an error message on start when another instance is running.

v0.3

06 Jun 16:12
fd2ee29
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release

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

Stable test

12 May 23:03
Compare
Choose a tag to compare
Stable test Pre-release
Pre-release

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

29 Dec 18:32
6d8ca73
Compare
Choose a tag to compare
Test release Pre-release
Pre-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.