fix(release): bump package and daemon to v0.3.1, add project README, and fix Gitea release upload flag

This commit is contained in:
2026-01-09 17:22:31 +00:00
parent 31cc3af1b4
commit 5c6d4f4802
6 changed files with 280 additions and 3 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## 2026-01-09 - 0.3.2 - fix(release)
bump package and daemon to v0.3.1, add project README, and fix Gitea release upload flag
- package.json version updated from 0.3.0 to 0.3.1
- ecoos_daemon/ts/version.ts updated to export VERSION = "0.3.1"
- Added comprehensive readme.md documenting the project, development and release workflow
- Fix .gitea/workflows/release.yml: use curl -T for uploading release assets instead of --data-binary
- Updated bundled eco-daemon binary in isobuild/config/includes.chroot/opt/eco/bin/ (new build artifact)
## 2026-01-09 - 0.3.0 - feat(daemon)
add automatic update mechanism (Updater), switch to system journal logs, and expose update controls in the UI