v0.9-alpha2
Pre-release
Pre-release
T_System
Official Stand v0.3, Remote UI v0.2.7
Changelog
The format is based on Keep a Changelog
[0.9-alpha2] - 2019-08-14
Added
- configuration files to the
remote_ui
. - disk space usage doughnut chart for standard users and some system info(ram and cpu usage, cpu temperature and software versions chart) for the admin user.
- releases, contributors, license, coveralls, Travis, Read The Docs and Pyup tags to
README.md
. UpdateManager
class to handling self-updates and installs.$delete
and$put
methods toremote_ui
with usingajax
.- DBFetcher to managing TinyDB tables.
- The entry point to handling self-update from
remote_ui
.
Changed
- All requirement packages to the latest version.
- output template of
--version
parameter on the command-line. - docs/requirements.txt.
- HTML tags to markdown inside
README.md
. is_admin
andcheck_secret_root_entry
methods fromaccession
toadministration
module.update_manager
objects from a local to a global object.