Skip to content

CHANGELOG

v1.1.0 (2026-06-18)

Bug fixes

  • Corrections and edits related to Python version ('11c79c7')
  • Bug with weekday for localized dateutil.parserinfo ('4f18224')
  • Update type annotations - do not use Callable, Optional and Union from typing.py any longer ('40891ba')
  • Correct copydictfields / copy_dictfields ('5eedb57')
  • Clean-up init.py ('016be0a')
  • Move close_app_file from utils-mystuff to utils-mystuff-windows ('9538b61')

Build system

  • deps: Bump sigstore/gh-action-sigstore-python from 3.3.0 to 3.4.0 ('6fa434e')
  • deps: Bump codecov/codecov-action from 6 to 7 ('f910c1e')
  • deps: Bump actions/upload-pages-artifact from 4 to 5 ('e064de9')
  • deps: Bump actions/deploy-pages from 4 to 5 ('920c376')
  • deps: Bump sigstore/gh-action-sigstore-python from 3.2.0 to 3.3.0 ('69e3436')
  • deps: Bump codecov/codecov-action from 5 to 6 ('97445b4')
  • deps: Bump release-drafter/release-drafter from 6 to 7 ('0316048')
  • deps: Bump actions/download-artifact from 7 to 8 ('f5224be')
  • deps: Bump actions/upload-artifact from 6 to 7 ('d7769f2')
  • deps: Bump crazy-max/ghaction-github-labeler from 5.3.0 to 6.0.0 ('6838b12')
  • deps: Bump actions/download-artifact from 6 to 7 ('2fc073f')
  • deps: Bump actions/upload-artifact from 5 to 6 ('48492ff')
  • deps: Bump sigstore/gh-action-sigstore-python from 3.1.0 to 3.2.0 ('a4207d3')
  • deps: Bump actions/checkout from 5 to 6 ('1766f55')
  • Update pyproject.toml and GitHub Action for tests - minimum Python version 3.10 ('a1827f8')
  • deps: Bump actions/download-artifact from 5 to 6 ('7a967ba')
  • deps: Bump actions/upload-artifact from 4 to 5 ('6f966fd')
  • deps: Bump sigstore/gh-action-sigstore-python from 3.0.1 to 3.1.0 ('3034e4c')
  • Additional GitHub action - test documentation build ('b5add25')

Features

  • Switch from mkdocs and mkdocs-theme material to properdocs with theme materialx ('30c4351')
  • New function wait_for_file ('4b1714c')

v1.0.1 (2025-10-17)

Bug fixes

  • Dummy-release for testpypi / pypi, include optional dependency for backward compatibility ('f535766')

v1.0.0 (2025-10-17)

Bug fixes

  • Corrections due to problem with building documentation ('5a4b134')
  • Docsig corrections ('4e2fbbd')
  • Final clean-up before publication ('bccba2f')
  • Split package in platform-dependent and windows-dependent part ('1a65792')
  • Adjustments for commitizen tool-chain ('4613b24')
  • Correct .pre-commit-config.yaml ('d8ed8db')
  • Re-alignment with the-hatchlor-enhanced /2. ('0c1cd76')
  • Improve type annotations and docstrings ('7bb6114')
  • Add missing docstring ('5fd2f55')
  • Cleanup ('4c563f2')
  • Cruft settings ('c8465da')
  • Re-alignment with the-hatchlor-enhanced ('9a65134')
  • Commit after clean-up ('ba5d5cb')

Build system

Documentation

Features

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

Initial commit