Skip to content

Version 0.10.0

Compare
Choose a tag to compare
@Rahix Rahix released this 13 May 14:19
· 164 commits to master since this release
v0.10.0

Added

  • The newbot CLI interface as a completely new and improved tool for calling tbot scripts. The documentation has been updated, you can familiarize yourself with the new tool in the new Quickstart Guide and learn about migrating to it in Migrating to newbot. The tbot tool will not be removed for the time being but it will not be the place for new development from now on.
  • Added a boot_timeout setting to LinuxBootLogin which will raise a TimeoutException if the login-prompt is not reached in the given time.

Changed

  • Upgraded the python package metadata to newer standards. Ideally this should not have any visible effects to users.

Fixed

  • Fixed tbot_contrib.locking sometimes failing with chmod related error messages while checking lock expiry.