Skip to content

v0.9-alpha2

Pre-release
Pre-release
Compare
Choose a tag to compare
@MCYBA MCYBA released this 14 Aug 15:38
· 1046 commits to master since this release
ad1a74b

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 to remote_ui with using ajax.
  • 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 and check_secret_root_entry methods from accession to administration module.
  • update_manager objects from a local to a global object.

Deprecated

Removed

Fixed

Security