Skip to content

CHANGELOG

v1.1.0 (2026-06-18)

Bug fixes

  • Corrections of GitHub Actions related to problem with Cairo library ('8e73cab')
  • Corrections and edits related to Python version ('3467424')
  • Clean-up init.py ('3e1ebea')
  • Move close_app_file from utils-mystuff to utils-mystuff-windows ('c121da4')

Build system

  • deps: Bump sigstore/gh-action-sigstore-python from 3.3.0 to 3.4.0 ('137e2c7')
  • deps: Bump codecov/codecov-action from 6 to 7 ('7cec399')
  • deps: Bump actions/upload-pages-artifact from 4 to 5 ('a73069f')
  • deps: Bump codecov/codecov-action from 5 to 6 ('62f2081')
  • deps: Bump sigstore/gh-action-sigstore-python from 3.2.0 to 3.3.0 ('33af1e2')
  • deps: Bump actions/deploy-pages from 4 to 5 ('1ddd4f4')
  • deps: Bump release-drafter/release-drafter from 6 to 7 ('7733dba')
  • deps: Bump crazy-max/ghaction-github-labeler from 5.3.0 to 6.0.0 ('b8c0a9b')
  • deps: Bump actions/download-artifact from 7 to 8 ('ff96434')
  • deps: Bump actions/upload-artifact from 6 to 7 ('03aebd1')
  • deps: Bump actions/download-artifact from 6 to 7 ('b2bb35c')
  • deps: Bump actions/upload-artifact from 5 to 6 ('43c2cc8')
  • deps: Bump sigstore/gh-action-sigstore-python from 3.1.0 to 3.2.0 ('e950d67')
  • deps: Bump actions/checkout from 5 to 6 ('0ab6241')
  • Update pyproject.toml and GitHub Action for tests - minimum Python version 3.10 ('354e34a')
  • deps: Bump sigstore/gh-action-sigstore-python from 3.0.1 to 3.1.0 ('c97c41c')
  • deps: Bump actions/download-artifact from 5 to 6 ('9f2522b')
  • deps: Bump actions/upload-artifact from 4 to 5 ('8a6c7d6')
  • Additional GitHub action - test documentation build ('56ce797')

Features

  • Switch from mkdocs and mkdocs-theme material to properdocs with theme materialx ('d116bc7')
  • Improve closing of files locked by an application ('03d7f5b')
  • Allow partial titles, check with timeout for successful close, add interface for Windows32API function AssocQuery to kill assigned application process fix: correct find_titles via ctypes by adding required decode() ('03d7f5b')

v1.0.0 (2025-10-01)

Bug fixes

  • Final clean-up before publication ('7e301e3')
  • GitHub build actions must run on windows-latest ('953968a')
  • GitHub build actions must run on windows-latest ('38c388f')
  • Include missing coding file ('48d2100')
  • Correct generated .cruft.json ('76bb9ca')

Build system

Initial commit