Skip to content

CHANGELOG

v1.1.0 (2026-06-18)

Bug fixes

  • Corrections of GitHub Actions related to problem with Cairo library ('9759176')
  • Corrections and edits related to Python version ('6d73205')
  • Correct documentation ('48563eb')
  • Add docstrings to new modules for preparation of cloakbrowser and undetected-chromedriver ('60f86de')
  • Fix for Range sort and overloading of opentext method in EXCEL wrapper module, correct typos ('c7756ff')
  • Update type annotations - do not use Callable, Optional and Union from typing.py any longer ('c56d796')
  • Clean-up init.py ('8f6a17b')

Build system

  • deps: Bump sigstore/gh-action-sigstore-python from 3.3.0 to 3.4.0 ('b802dd5')
  • deps: Bump codecov/codecov-action from 6 to 7 ('4ff163e')
  • deps: Bump actions/upload-pages-artifact from 4 to 5 ('2c86598')
  • deps: Bump actions/deploy-pages from 4 to 5 ('0c82d6e')
  • deps: Bump codecov/codecov-action from 5 to 6 ('3af0a57')
  • deps: Bump sigstore/gh-action-sigstore-python from 3.2.0 to 3.3.0 ('54721f0')
  • deps: Bump release-drafter/release-drafter from 6 to 7 ('696df53')
  • deps: Bump crazy-max/ghaction-github-labeler from 5.3.0 to 6.0.0 ('32760ef')
  • deps: Bump actions/download-artifact from 7 to 8 ('d4fed31')
  • deps: Bump actions/upload-artifact from 6 to 7 ('e5980b6')
  • deps: Bump actions/upload-artifact from 5 to 6 ('b96823c')
  • deps: Bump actions/download-artifact from 6 to 7 ('a238935')
  • deps: Bump sigstore/gh-action-sigstore-python from 3.1.0 to 3.2.0 ('4b297c0')
  • deps: Bump actions/checkout from 5 to 6 ('55f48c4')
  • Update pyproject.toml and GitHub Action for tests - minimum Python version 3.10 ('95049b2')
  • deps: Bump actions/upload-artifact from 4 to 5 ('f8a9146')
  • deps: Bump sigstore/gh-action-sigstore-python from 3.0.1 to 3.1.0 ('74e6fa3')
  • deps: Bump actions/download-artifact from 5 to 6 ('78ab263')
  • Additional GitHub action - test documentation build ('c19875f')

Features

  • Switch from mkdocs and mkdocs-theme material to properdocs with theme materialx ('37b90b6')
  • Preparation of cloakbrowser and undetected-chromedriver for use with Selenium-wrapper from other languages like VBA ('722897e')

v1.0.1 (2025-10-28)

Bug fixes

v1.0.0 (2025-10-28)

Bug fixes

Build system

Features

  • Include new version of hatch-vcs-footgun ('c8f4f31')

Initial commit