v0.7.0
This release makes multi-project output readable, adds tooling for the persistent
state doctrine, and completes the deployment documentation.
Added
- Hard separator before each project in the output of commands that iterate the parc (
install,update,upgrade,build,clone,pull,status…). Each project is introduced by a full-width rule and its name. ASCII only (identical rendering on Windows, Linux and Raspberry Pi).doctorkeeps its condensed report. - Persistent-state
/var/libsupport in deployment. Aservice.jsonmanifest may declare astate_dirblock (per platform);morfdeployexposesmanifest.state_dir(), substitutes__STATE_DIR__in systemd units, and prints the state path at install. Pairs with the units'StateDirectory=directive.
Documentation
install --servicesdocumented in the command table (README.md and README.fr.md), where it was missing. Added theuninstallrow that was absent from the French README. The getting-started guide gains morfCollector in the table of installable services.