v0.9.1
schwarzlichtbezirk
released this
12 Jan 19:48
·
142 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
userlog.sqlite
database with information about all users metrics, and opened files and folders. Now this information collected to database insteaduserlist.yaml
, that was removed. Database contains table with users IP-addresses and user-agent information associated with users, and table with opened folders and opened files. Each record ofopen_store
table have user ID, ID of profile to which it have accessed, and profile ID with which he authorized. There is also path, latency and time of event rise. Latency can be only for folders, and shows time in milliseconds during the folder opening on server side. For fileslatency
always is -1. - Time format at databases changed to string representation.
- Now file recognized as opened, if it was request to get a start of file. If it was read a chunk of file from some offset from start, it will not reckon as opened.
*** Build for Linux uses static linkage of all libraries except required at runtime shared libraries from the glibc
.