Skip to content

3.5.0

Latest

Choose a tag to compare

@manuelporrasojeda manuelporrasojeda released this 29 Jul 07:34
· 10 commits to master since this release
298637b
  • Add support for Python 3.13

  • Remove Python 3.8 support (Python 3.8 reached the end of its life on October 14th, 2024)

  • Add LANG replacement, to use different language translations. Example: [LANG:some_text::new_language]

  • Playwright installation is now optional, it can be installed with the playwright extra dependency. To install
    Toolium with Playwright support, use:

    $ pip install toolium[playwright]