aman/CHANGELOG.md
Thales Maciel 31a1e069b3
Prepare the 1.0.0 GA release surface
Add the repo-side pieces for milestone 5: MIT licensing, real maintainer and forge metadata, a public support doc, 1.0.0 release notes, release-prep tooling, and CI uploads for the full candidate artifact set.

Keep source-tree version surfaces honest by reading the local project version in the CLI and About dialog, and cover the new release-prep plus version-fallback behavior with focused tests.

Document where raw validation evidence belongs, add the GA validation rollup, and archive the latest readiness review. Milestone 5 remains open until the forge release page is published and the milestone 2 and 3 matrices are filled with linked manual evidence.

Validation: PYTHONPATH=src python3 -m unittest discover -s tests -p 'test_*.py'; PYTHONPATH=src python3 -m unittest tests.test_release_prep tests.test_portable_bundle tests.test_aman_cli tests.test_config_ui; python3 -m py_compile src/*.py tests/*.py; PYTHONPATH=src python3 -m aman version
2026-03-12 19:36:52 -03:00

35 lines
1.5 KiB
Markdown

# Changelog
All notable changes to Aman will be documented in this file.
The format is based on Keep a Changelog and this project follows Semantic Versioning.
## [Unreleased]
## [1.0.0] - 2026-03-12
### Added
- Portable X11 bundle install, upgrade, uninstall, and purge lifecycle.
- Distinct `doctor` and `self-check` diagnostics plus a runtime recovery guide.
- End-user-first first-run docs, screenshots, demo media, release notes, and a public support document.
- `make release-prep` plus `dist/SHA256SUMS` for the GA release artifact set.
- X11 GA validation matrices and a final GA validation report surface.
### Changed
- Project metadata now uses the real maintainer, release URLs, and MIT license.
- Packaging templates now point at the public Aman forge location instead of placeholders.
- CI now prepares the full release-candidate artifact set instead of only Debian and Arch packaging outputs.
## [0.1.0] - 2026-02-26
### Added
- Settings-first first-run configuration UI and tray actions (`Settings`, `Help`, `About`).
- Config schema versioning (`config_version`) with migration from legacy unversioned configs.
- LLM provider configuration with local and optional external API backends.
- Optional custom model paths guarded by `models.allow_custom_models`.
- CLI commands `version` and `self-check`.
- Packaging metadata and CI build/test workflow.
### Changed
- Diagnostics now includes runtime provider checks.
- Systemd unit now launches the installed `aman` command.