Retire TODO.md and correct the README's inherited claims #43
Loading…
Reference in a new issue
No description provided.
Delete branch "docs/readme-todo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem: The README still carried upstream's "About this project" section
(qomui's author describing qomui), Installation pointers at samicrusader's
pkgbuilds repo and a GitHub releases tab that doesn't exist here, a Changelog
section that duplicated
CHANGELOG.mdwhile disagreeing with it about what0.8.3 contained, and factual drift (update interval, dependency list, a
python >=3.5 floor the codebase's f-strings already broke). TODO.md carried
no signal, and
CHANGELOG.mddidn't say whether it was current or historical.Fix: First commit deletes TODO.md and settles the changelog question:
CHANGELOG.mdstays the live release record, with a header scoping everythingthrough 0.8.4 as upstream's; aqomui's own entries start at the 0.9.0 release.
Second commit deletes the README's About and Changelog sections, points
Installation at the in-repo
packaging/arch/PKGBUILDplus a plain setup.pyinstall, fixes the update interval to five days, adds netifaces and
cryptography to the dependencies, and rewords the two remaining
first-person-upstream passages.
TODO.md's one live idea became #41 (OpenVPN over Tor). The README
deliberately gains no Debian install line because
debian/package.shclones anonexistent repo -- filed as #42.
Verification: Markdown-only diff. Each factual claim was checked against
the repo: the five-day interval is
days_since >= 5inaqomui_gui.py,netifaces and cryptography are imported by the code and required by the
PKGBUILD,
packaging/arch/PKGBUILDanddebian/are tracked on trunk, and CItests on current Arch python only.
Closes #28. Closes #29.
🤖 Generated with Claude Code