feat(daemon): add serial console reader and UI tab for serial logs; add version propagation and CI/release workflows
This commit is contained in:
16
changelog.md
Normal file
16
changelog.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-01-09 - 0.2.0 - feat(daemon)
|
||||
add serial console reader and UI tab for serial logs; add version propagation and CI/release workflows
|
||||
|
||||
- Start a background serial reader that reads /dev/ttyS0, retains up to 1000 lines and exposes serial logs via the daemon API
|
||||
- Add a Serial Console tab in the management UI to view serial logs and a tab switcher; UI will auto-reload when daemon version changes
|
||||
- Expose VERSION from ecoos_daemon and include it in status responses
|
||||
- Bump package version to 0.1.3 and update daemon version constant
|
||||
- Add .gitea workflows for CI (typecheck + bundle) and Release (build daemon, build ISO via Docker, upload releases to Gitea), and add a daemon:typecheck npm script; update test/clean scripts
|
||||
|
||||
## 2026-01-09 - 0.1.1 - initial project setup & minor update
|
||||
Consolidated initial project creation and a follow-up update into the initial release (0.1.1).
|
||||
|
||||
- 2026-01-08: initial commit — project scaffold and first files added.
|
||||
- 2026-01-09: minor update and version bump to 0.1.1 — small edits and housekeeping.
|
||||
Reference in New Issue
Block a user