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¶
Documentationproject 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 (raisesFileNotFoundErroron cancel).files_choose(): multiple-selection variant returning a list of paths.title,filetypes, andinitialdiroptions on both functions.- Clear error message when
tkinteris not installed. - Type hints and
py.typedmarker for type checkers.