Skip to content

Add translations, improve reliability, and refresh dependencies

Compare
Choose a tag to compare
@mdmintz mdmintz released this 14 Dec 03:02
· 2805 commits to master since this release
906b538

Add translations, improve reliability, and refresh dependencies

  • Add new method translations for languages
  • Improve browser-launching reliability for Chrome
  • Refresh Python dependencies:
    -- setuptools>=59.6.0;python_version>="3.6"
    -- tomli>=1.2.2;python_version>="3.6" and python_version<"3.7"
    -- tomli>=2.0.0;python_version>="3.7"
    -- rich==10.16.0;python_version>="3.6"