Changelog
Every package keeps its own changelog, matching the per-package release tags (<package>-X.Y.Z) this
monorepo releases with — so a package's history travels with it, and renders on its own PyPI page. The
pages below include those files verbatim; the copy in the repository stays the only one there is.
| Package | What it is | Released |
|---|---|---|
| rehuco-agent | The desktop editor — the only runnable program here | |
| rehuco-core | Shared library: models, .rehu I/O, legacy .tc reading |
|
| rehuco-node | A reserved name; no service written yet | |
| borco-core | Generic reusable classes with no GUI dependency | |
| borco-pyside | Generic reusable PySide6/Qt classes and widgets |
The two borco-* libraries are not rehuco-specific. They are developed in this monorepo for now and
will later move to their own repository, taking their changelogs with them.
Entries follow Keep a Changelog, and each package follows
Semantic Versioning. For rehuco-agent, a version's section is
also what a reader sees on its
GitHub Release — the release body is built from the
changelog rather than written twice.