Skip to content

v0.8.3

Compare
Choose a tag to compare
@schwarzlichtbezirk schwarzlichtbezirk released this 03 Nov 21:49
· 196 commits to master since this release

hms.full.windows.x64.zip - build for Windows, for amd64 platform (64-bit application), with full resources package.
hms.tiny.windows.x86.zip - build for Windows, x86 platform only (32-bit application), with minimal resources package set.

Full resources package have all icons sets with images representations for any browsers. And all skins provided by the developer.

Tiny package contains two icons set with svg only representation, other formats does not shipped. And have 3 skins: daylight, blue and dark. It's can be useful for systems based on some Intel Atom processors.

New features and changes:

  • Added icons menu. Each file or folder icon have popup buttons toolbar with some associated actions. Its helps to view file tags and properties, to get link to the file, share file to internet, or make copy/cut/delete.
  • Changed thumbnails scanning algorithm. For now if images have no any cached thumbnails, on the first step it will be shown embedded to EXIF-tags thumbnails during true thumbnails recalculating from those images. If thumbnails already presents in cache, they will be shown at once without thumbnails from EXIF-tags.
  • Changed tiles scanning algorithm. Now tiles scanning performs same as thumbnails scanning in background process. On a place of not calculated tile there is placed empty tile blank with same dimensions. When tile is ready, empty blank replaced with new one.
  • Thumbnails and tiles scanning can be paused. If files-card is collapsed, thumbnails scanning will be stopped. If files-card will be expanded after that, thumbnails scanning is continues. In the same way, at collapsed tiles-card tiles scanning stops, and continues after card expand. It can reduce processor load when scanning is no needs.
  • Added files deletion confirmation.
  • Added Small & Flat icons set with svg-icons. This set is included to tiny package.
  • Changed behavior of svg-icons drawing. Now svg-icons are stretches to needed dimensions. And pixel icons are only scales down.
  • Fix to caches behavior. After program abnormal termination, caches with thumbnails and tiles will be repaired to last successful state.