From 16020aae04f073c7c6320de7bdb06d546c6a7667 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Tue, 9 Dec 2025 17:50:54 +0900 Subject: [PATCH] chore: add changelog to package data dir --- dzgui/data/CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 dzgui/data/CHANGELOG.md diff --git a/dzgui/data/CHANGELOG.md b/dzgui/data/CHANGELOG.md new file mode 100644 index 0000000..50ed167 --- /dev/null +++ b/dzgui/data/CHANGELOG.md @@ -0,0 +1,24 @@ +## Added +- Add pyproject.toml file +- requests, packaging.version, psutil +- Lockfile +- Changelog text wrapping and formatting +- Decouple UI components into modules +- Choose from kilometer or miles distance display +- More granular haversine calculation +- Parse XDG data dirs with fallbacks +- Dedicated mods page +- Dedicated thanks page +- Rearrange menus/breadcrumbs +- Documentation ships with source +- Open filepicker when generating system log + +## Changed +- Reduce padding on keys button +- Add icon to keys button +- Add icons to API buttons +- Boldface breadcrumbs + +## Unreleased +- Setup wizard +- Integrate add/connect widgets into main menu