-
v1.0.0 Stable
released this
2025-12-07 05:00:38 +01:00 | 721 commits to main since this releaseWhat's Changed
- major(cibuild): Migrate from Node.js to Bun and improve Docker configuration (
c520555)- Switch Dockerfile from Node.js to Bun runtime with multi-stage build
- Add comprehensive .dockerignore with documentation and git refs support
- Configure Renovate with automerge rules and dependency grouping
- Remove GitHub Actions workflow (conventional-commits.yml)
- Add OCI labels and optimize Docker image layers
- Update healthcheck to use Bun instead of Node
- Add renovate.json (
cdcd3d1) - chore(release): v0.7.1 [skip ci] (
b7d5f17) - fix(core): optimize site (
19ab0c5) - misc(core): cleanup (
5bdf62c) - chore(release): v0.7.0 [skip ci] (
54bd472) - fix(core): Flickering of alert elements (
03cf8b7) - feat(core): Sort UI components same as in config (
2ee850f) - chore(release): v0.6.4 [skip ci] (
0ec80a6) - fix(ui): Fix min witdh of plugin section (
254f2dc) - chore(release): v0.6.3 [skip ci] (
dbba5a7) - fix(core): removed not needed logging (
fe73dd6) - chore(release): v0.6.2 [skip ci] (
d2813e0) - fix(docker): fix arm build … try yeah (
a80ba95) - fix(docker): fix arm build … try (
f4fd83d) - fix(docker): fix arm build third try (
ce5b451) - fix(docker): fix arm build seccond try and add local multi plattform build for testing locally first (
904591a) - chore(release): v0.6.1 [skip ci] (
6a336af) - fix(docker): fix arm build (
0099018) - chore(release): v0.6.0 [skip ci] (
7c7b194) - feat(core): at critical services at the top of the page (
eced68d) - fix(calendar): change how date is displayed (
c08a9ea) - fix(ui): add icon (
3d8b4c3) - fix(core): Add warning system so the client is cleaner, now we go into a warning state first and only show errors after 3 errors in a row (
618e0db) - chore(release): v0.5.0 [skip ci] (
51ad3be) - Add optional check_url field for separate health check endpoint in HTTP checks (
07bc5ba) - feat(core): Add check_url field to separate health check URLs from user-facing URLs (
dd3a167) - chore(release): v0.4.0 [skip ci] (
c08f2a2) - feat(rebuild): rebuild (
309fd9f) - fix(core): bump version for rebuild (
38c02be) - docs(config): make the example config fully featured (hopefully) (
4e81c91) - feat(ui): add lucide icons (
02f30a9) - misc: remove unused css file (
3ae0e0f) - feat(core): add option to set headers (
6a9cca1) - feat(clock): add date and option to configure time format (
ebc5f3f) - misc(UI): make connection lost more responsive (
b1c3134) - fix(core): calculate ping times only server side (
aaccc0a) - remove comments (
fa10613) - fix(lint): fix (
e222f8f) - fix(core): some fixes (
4b9155c) - fix(core): copy example config was broken (
b2b4495) - chore(release): v0.3.0 [skip ci] (
e2ea59a) - feat(docker): test scout (
1d7a8d0) - fix(docker): Update healthcheck endpoint from / to /api/health in Dockerfile (
e9e2df6) - feat(core): Add Server check and reload after reconnect (
9e7a8a0) - feat(ui): cache modules when changing categorys (
3aaa822) - feat(ui): add all category (
9bc9c86) - chore(release): v0.2.0 [skip ci] (
9a42894) - feat(ci): bump version to hopefully fix ci (
987a527) - fix(ci): reset changelog (
53403dc) - docs(lint): add type to code block (
bb75e2e) - fix(ui): themes where not loaded correct (
b0f7805) - docs(misc): add daisyUI to the docs (
68f1c8c)
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- major(cibuild): Migrate from Node.js to Bun and improve Docker configuration (