30 lines
1.1 KiB
Markdown
30 lines
1.1 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]
|
|
|
|
### Added
|
|
- Packaging scripts and templates for Debian (`.deb`) and Arch (`PKGBUILD` + source tarball).
|
|
- Make targets for build/package/release-check workflows.
|
|
- Persona and distribution policy documentation.
|
|
|
|
### Changed
|
|
- README now documents package-first installation for non-technical users.
|
|
- Release checklist now includes packaging artifacts.
|
|
|
|
## [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.
|