19 lines
745 B
Markdown
19 lines
745 B
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.
|
|
|
|
## [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.
|