Skip to content

v0.9.3

Compare
Choose a tag to compare
@schwarzlichtbezirk schwarzlichtbezirk released this 02 Mar 20:16
· 106 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:

  • Added skins to statistic page, it can be accessed at http://localhost/stat on localhost. Skins can be peeked same as at main page.
  • Changed format of userlog.sqlite, now it contains only 2 tables: agent_store table with user-agent profiles and IP-addresses, and open_store table with opened files and folders. Table agent_store contains also cid field - identifier of unique user.
  • Now it saves cards expanded state to local storage, so after page reload expanded state will be restored. It helps to reduce extra calculations.
  • All buttons at statistic cards moved to cards headers.
  • Each card at statistics at expanded state have buttons to refresh content of card just now, and button for permanent updating. If updating button is turned on, browser sends periodic requests every 2-5 seconds to get new data.
  • console card at statistics have now "wide" button to expand width of console to page width.
  • old monitor skin renamed to matrix.

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