Skip to content

v0.9.721

Latest
Compare
Choose a tag to compare
@MCYBA MCYBA released this 20 Dec 12:58
· 109 commits to master since this release

T_System

Official Stand v0.6.2, Remote UI v1.2.11

Changelog

The format is based on Keep a Changelog

[0.9.721] - 2019-12-20

Added

  • Live-Streaming Ability 馃挴
  • Taking photo ability to recordation module. 馃挴
  • Hindi Language Support 馃嵏
  • 'shot-format' command-line argument for handling photo-taking abilities output file extension.
  • Remove and Download ability to record_control option of Remote UI.
  • 'Don't Use' option to the 'specify scenario' area of prepare modal.
  • Allow the 'None' type for the 'scenario' key of the JOB_SCHEMA.
  • i_am_ready method the system_info API for creating a kind of i_am_ready emotion.
  • 'set_arm' method to move API for changing the arm expansion mode.
  • Setting panel for 'non-moving-target' ability to the administration modal.
  • Exit point for leaving the administration panel to front-end Remote UI.
  • multiprocessing to the system_info module's emotion feature.
  • 'arm' sub-command for management of the robotic arm's D-H model.
  • The haarcascade combining ability to Vision of T_System.
  • upperbody and profileface haarcascade files.
  • Name changing ability to front-end record_option of options_modal.
  • advanced_switch option to options modal for switching advanced abilities.
  • Download Recorded file with the user-specified filename.
  • tabulate module for showing data as tables on the command-line.
  • __main__ module to remote_ui module.

Changed

  • The precision sample rate of advance_edit modal.
  • The 'face-encoding' sub-command to 'encode-face'.
  • The appearance of Remote UI front-end prepare_modal.
  • predicted_missions and emotions of the T_System.

Deprecated

  • shutdown library. Use subprocess instead.
  • The alert when confirm_text variable is null on the JSalert method.

Removed

Fixed

  • confirm_text handling issue on JSalert method.
  • CSS class activation for the show passwords icon.
  • Dynamically created interact events termination issue.
  • Scenario and Position keeper list.
  • Voice recording Thread issue, reset it after use.
  • Hearer class Thread termination issue.
  • 'as_attachment' parameter as True of 'send_file' method of record API for starting downloading of the wanted record.
  • The system_info chart duplication failure.
  • Make untouchable the screen when new face encoding happening.
  • The wrong HTTP request type on prismatic control buttons press event.
  • The Arm expansion ability synchronization failure with the target locking system.
  • the mobile disagreement with disconnect, shutdown and reboot abilities.
  • The 'space' character issue about scenario and position names.
  • The 'refresh_record' method name changing issue.
  • Missing cloudpickle module to requirements.

Security