-
v0.1.3 Stable
released this
2026-01-03 05:15:01 +00:00 | 9 commits to main since this releasePi-Kit v0.1.3
Release date: 2026-01-03- Bump version to 0.1.3 (
cb2d753) - Fix smoke test JSON parsing (
77bc4c1) - Fix smoke test JSON parsing and set unattended defaults (
13e5788) - Use local API endpoint in smoke test (
24e89b5) - Fix smoke test redirects and default updates to stable (
9c3156d) - Add smoke test script and expand manufacturing workflow (
b01c2ba) - Add one-time SSH hardening notice after forced password change (
bc97e03) - Default to forcing password change after prep (
0a23902) - Allow forcing password change after prep (
4632704) - Make firstboot updates configurable (
36d30da) - Note browser restart after CA install (
c62f1f0) - Add CA hash sidecar for onboarding (
32a9f42) - Add firstboot onboarding and prep/check tooling (
40b1b43) - Release 0.1.3-dev6: copy log fix (
ccc97f7) - Fix copy log button (
f4090cb) - Release 0.1.3-dev5 for updater testing (
f4d0765) - Release 0.1.3-dev4: updater resilience (
99bd87c) - Auto-clear stale updater state (
e87b90b) - Avoid restarting API during installs (
8557140) - Handle stale updater lockfiles by removing dead PID entries (
86438b1) - Bump to 0.1.3-dev3 and update dev manifest (
3a78583) - Redesign updater UI with manual version picker and status bar (
a94cd17) - Replace rollback with manual version selection and simplify updater (
b01bfcd) - Document release build and OTA packaging steps (
831a98c) - Allow dev manifest selection when using non-releases URLs (
daea783) - Import DEFAULT_DEV_MANIFEST_URL for dev channel fetch (
90d3e56) - Default manifests to public raw files (no token needed) (
8a054c5) - Retry manifest fetch with access_token on 404 when token present (
009ac8c) - Point default manifests to public release assets (
7a9ffb7) - Fix dev channel selection to only use dev manifest when allowed (
15da438) - Use stable manifest by default; only load dev manifest when dev channel enabled (
50ddc3e) - Publish dev/stable manifest files with release dates (
e7a7924) - Add public dev manifest fallback and bundle manifests (
bb2fb2d) - Bump version to 0.1.3-dev1 (
222f6f9) - Improve updater version selection and surface release dates (
250ea2e)
Downloads
- Bump version to 0.1.3 (
-
0.1.3-dev6 Pre-Release
released this
2025-12-15 00:26:36 +00:00 | 23 commits to main since this releaseCopy log fix + updater resilience roll-forward.
Downloads
-
0.1.3-dev5 Pre-Release
released this
2025-12-15 00:17:16 +00:00 | 25 commits to main since this releaseUpdater resilience roll-forward for rollback testing.
Downloads
-
0.1.3-dev4 Pre-Release
released this
2025-12-15 00:15:43 +00:00 | 26 commits to main since this releaseUpdater resilience: stale lock auto-clear, no API restart during apply, manual picker stability.
Downloads
-
v0.1.2 Stable
released this
2025-12-13 22:04:32 +00:00 | 44 commits to main since this releasePi-Kit 0.1.2
- Refactored frontend JS into smaller modules (status controller, services helpers, releases utils, toast/UI helpers) and split CSS into themed files for maintainability.
- Added favicon to bundle to eliminate console 404s.
- Diagnostics: initial load no longer shows an unsolicited “Diagnostics refreshed” toast; logs now capture service and update-setting changes with before/after details and failures.
- Services UI: action buttons stacked (⋮ over i), reduced footprint, better name space; service add/edit/remove now logged.
- Update settings: single success toast, logged saves/failures; inline version bump to 0.1.2.
- Backend: API split into
pikit_api/package; release tooling copies the package; release manifest/bundle script updated accordingly.
Downloads
-
v0.1.0-dev15 Pre-Release
released this
2025-12-13 19:27:12 +00:00 | 58 commits to main since this releasePi-Kit 0.1.0-dev15
- Onboarding page polish: HTTP-safe CA download links, new distro install instructions (Windows first, Arch/Debian/Fedora/BSD), accordion behavior, friendly HTTPS rationale, cache-busted CSS.
- Auto-forward logic uses the HTTPS cookie instead of blocked probes; smoother redirect once cert is trusted.
- DietPi dashboard now reads the shared Pi-Kit cert/key from /etc/pikit/certs (no copies), with service restart.
- Nginx sets a cookie on HTTPS responses to remember trust for 30 days.
- Bug fix: correct onboarding CSS path/MIME type so styling loads on first visit.
Downloads