Skip to content

Massive Release with Lots of Changes

Compare
Choose a tag to compare
@mdmintz mdmintz released this 14 Jun 05:39
· 5457 commits to master since this release
1dba6ee

Massive Release with Lots of Changes

  • Add the new "sbase mkfile FILE_NAME.py" command
  • Update the "sbase mkdir DIR_NAME" command
  • Update Messenger output for asserts (with translations)
  • Add "--rs" as a simplified CMD arg for "--reuse-session"
  • Boost speed by optimizing the location of imports
  • Default to using self.type() instead of self.update_text()
  • Simplify detection of Chinese, Japanese, and Korean chars
  • Add js_update_text(s, t) and js_type(s, t) to translations
  • Update SeleniumBase translations
  • Update the Translation API tool
  • Improve reliability of Demo Mode
  • Refresh the proxy example list
  • Update the smart-word-wrap function for Python scripts
  • Use consistent naming: Args called "new_value" become "text"
  • Remove deprecated methods from over a year ago
  • Improve methods that type text
  • Update the "rich" Python dependency to v2.0.1
  • Update the "flake8" Python dependency to v3.8.3