Skip to content

v0.9.2

Compare
Choose a tag to compare
@schwarzlichtbezirk schwarzlichtbezirk released this 08 Feb 21:14
· 122 commits to master since this release

hms.full.x64.zip - build for Windows and Linux*** (with 2 executables), for amd64 platform (64-bit applications), 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:

  • Dockerfile added with build under the Linux. To get access to filesystem, you should mount some volumes on image run. Typical command to run the Docker image under the Windows: docker run -v F:/Music:/mnt/music -d -p 80:80 hms Then you can authorize, go to drive category, and share some folders. Before image build you can modify settings.yaml to change passwords for JWT, and profiles.yaml to change profile password.
  • Added passlist.yaml file where can be list of CIDRs who gets admin access without authorization, same as users on loopback host.
  • Now resources packages uses avif and webp bitmap formats only, all popular browsers includes support for them now. Usage of png and gif is obsolete, and those formats does not shipped to package.
  • Thumbnails render produces now thumbnails in webp format only for now, with libwebp library. Tiles render also uses webp format.
  • Background images provided in avif formats. Background in jpg also provided for compatibility.
  • Added fix to prevent tries to cut or remove files from ISO-disks.
  • Added new icons for playback indication (wave bars).

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