Skip to content

v0.11.0

Latest
Compare
Choose a tag to compare
@schwarzlichtbezirk schwarzlichtbezirk released this 17 Feb 20:00
· 2 commits to master since this release

hms.edge.x64.zip - build for Windows 10 and Linux 2.6.32*** (with 2 executables), for amd64 platform (64-bit applications), with full resources package.
hms.tiny.windows.x86.zip - build for Windows 10, 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:

  • New access algorithms to FTP/SFTP/WebDAV services and ISO-9660 disk images. Now ISO-9660 disk images can be opened nested one into another for several levels, and can be opened images placed at FTP/SFTP/WebDAV services. UDF-disks images can be opened in ISO-9660 mode.
  • Added commands-mode for command line (by cobra library). Run hms_win_x64 help to get help for command line parameters. To start web-server run hms_win_x64 web.
  • Paths to configuration file, to packages, to sqlite-databases and to thumbnails caches can be given at command line.
  • Added resources scanner, can be run by hms_win_x64 scan. It prepares thumbnails and tiles caches for images at shared resources. Also places data for scanned files into sqlite-databases.
  • Added scanning for mp3-files to calculate average bitrate and track length.

*** Build for Linux uses static linkage of all libraries except required at runtime shared libraries from the glibc.