Skip to content

Changelog

The authoritative changelog lives in CHANGELOG.md at the repository root. It follows Keep a Changelog and Semantic Versioning.

[0.1.1] - 2026-06-11

Added

  • Documentation project URL pointing to the published documentation site.
  • Online documentation built with MkDocs and hosted on GitHub Pages.

Changed

  • README now links to the online documentation and shows a docs badge.

[0.1.0] - 2026-06-10

Added

  • file_choose(): open a native dialog and return the absolute path of the selected file (raises FileNotFoundError on cancel).
  • files_choose(): multiple-selection variant returning a list of paths.
  • title, filetypes, and initialdir options on both functions.
  • Clear error message when tkinter is not installed.
  • Type hints and py.typed marker for type checkers.