Releases: oddessentials/odd-demonstration
Release list
v3.5.0
⚠️ Bootstrap Release (Unsigned)
Binaries are NOT code-signed.
- Your OS may show security prompts — this is expected.
- Verify integrity via SHA256 checksums (see below).
- Signing will be introduced in a future release.
Installation
Quick Install
Linux/macOS:
curl -fsSL https://raw.githubusercontent.com/oddessentials/odd-demonstration/main/install.sh | shWindows (PowerShell):
iwr -useb https://raw.githubusercontent.com/oddessentials/odd-demonstration/main/install.ps1 | iexnpm:
npm install -g @oddessentials/odd-dashboardVerify Checksum
sha256sum -c SHA256SUMS --ignore-missingSee Verifying Releases for full verification instructions.
What's Changed
- test: trigger AI review on OSCR self-hosted runner by @oddessentials in #137
- feat: enable cloud AI review with OpenCode agent by @oddessentials in #156
Full Changelog: v3.4.6...v3.5.0
v3.4.6
⚠️ Bootstrap Release (Unsigned)
Binaries are NOT code-signed.
- Your OS may show security prompts — this is expected.
- Verify integrity via SHA256 checksums (see below).
- Signing will be introduced in a future release.
Installation
Quick Install
Linux/macOS:
curl -fsSL https://raw.githubusercontent.com/oddessentials/odd-demonstration/main/install.sh | shWindows (PowerShell):
iwr -useb https://raw.githubusercontent.com/oddessentials/odd-demonstration/main/install.ps1 | iexnpm:
npm install -g @oddessentials/odd-dashboardVerify Checksum
sha256sum -c SHA256SUMS --ignore-missingSee Verifying Releases for full verification instructions.
Full Changelog: v3.4.5...v3.4.6
v3.4.5
⚠️ Bootstrap Release (Unsigned)
Binaries are NOT code-signed.
- Your OS may show security prompts — this is expected.
- Verify integrity via SHA256 checksums (see below).
- Signing will be introduced in a future release.
Installation
Quick Install
Linux/macOS:
curl -fsSL https://raw.githubusercontent.com/oddessentials/odd-demonstration/main/install.sh | shWindows (PowerShell):
iwr -useb https://raw.githubusercontent.com/oddessentials/odd-demonstration/main/install.ps1 | iexnpm:
npm install -g @oddessentials/odd-dashboardVerify Checksum
sha256sum -c SHA256SUMS --ignore-missingSee Verifying Releases for full verification instructions.
What's Changed
- Fix failing visual regression tests after dependency upgrade by @oddessentials in #136
Full Changelog: v3.4.4...v3.4.5
v3.4.4
⚠️ Bootstrap Release (Unsigned)
Binaries are NOT code-signed.
- Your OS may show security prompts — this is expected.
- Verify integrity via SHA256 checksums (see below).
- Signing will be introduced in a future release.
Installation
Quick Install
Linux/macOS:
curl -fsSL https://raw.githubusercontent.com/oddessentials/odd-demonstration/main/install.sh | shWindows (PowerShell):
iwr -useb https://raw.githubusercontent.com/oddessentials/odd-demonstration/main/install.ps1 | iexnpm:
npm install -g @oddessentials/odd-dashboardVerify Checksum
sha256sum -c SHA256SUMS --ignore-missingSee Verifying Releases for full verification instructions.
What's Changed
- fix(deps): revert Go dependencies to working versions by @oddessentials in #134
Full Changelog: v3.4.3...v3.4.4
v3.4.3
⚠️ Bootstrap Release (Unsigned)
Binaries are NOT code-signed.
- Your OS may show security prompts — this is expected.
- Verify integrity via SHA256 checksums (see below).
- Signing will be introduced in a future release.
Installation
Quick Install
Linux/macOS:
curl -fsSL https://raw.githubusercontent.com/oddessentials/odd-demonstration/main/install.sh | shWindows (PowerShell):
iwr -useb https://raw.githubusercontent.com/oddessentials/odd-demonstration/main/install.ps1 | iexnpm:
npm install -g @oddessentials/odd-dashboardVerify Checksum
sha256sum -c SHA256SUMS --ignore-missingSee Verifying Releases for full verification instructions.
What's Changed
- chore(deps): update all third-party dependencies by @oddessentials in #133
Full Changelog: v3.4.2...v3.4.3
v3.4.2
⚠️ Bootstrap Release (Unsigned)
Binaries are NOT code-signed.
- Your OS may show security prompts — this is expected.
- Verify integrity via SHA256 checksums (see below).
- Signing will be introduced in a future release.
Installation
Quick Install
Linux/macOS:
curl -fsSL https://raw.githubusercontent.com/oddessentials/odd-demonstration/main/install.sh | shWindows (PowerShell):
iwr -useb https://raw.githubusercontent.com/oddessentials/odd-demonstration/main/install.ps1 | iexnpm:
npm install -g @oddessentials/odd-dashboardVerify Checksum
sha256sum -c SHA256SUMS --ignore-missingSee Verifying Releases for full verification instructions.
What's Changed
- docs: update logo link by @oddessentials in #126
- fix: capitalization by @oddessentials in #127
Full Changelog: v3.4.1...v3.4.2
Bazel binaries v1
Mirrored Bazel 7.1.0 binary for deterministic CI.
v0.2.0
0.2.0 (2025-12-24)
Bug Fixes
- catches issues when pods arent deployed and container is running (9e0ca52)
- healthresponse struct redec (98f8b5c)
- pin ratatui and crossterm to exact versions to prevent API drift (8037f44)
- remove old binary name references from audit files (ca11f9b)
- rewrite corrupted audit PowerShell scripts (82e2686)
- rust typing check (eef4d12)
- update verify-artifact-names audit for dynamic patterns (ce5b7b0)
- yaml syntax (0562226)
Features
- add DB management and API live docs (11b4e99)
- ci: add release permissions and dry-run validation gate (bdf1ffd)
- dist: add CI integration for distribution audits and platform tests (0a73d52)
- dist: add CLI features, doctor command, and support matrix (f49662b)
- dist: add docker-compose.demo.yml for docker-only demo mode (56c4efa)
- dist: add GitHub Actions release workflow (9784cc2)
- dist: add install scripts for Linux/macOS and Windows (9d06fe8)
- dist: add npm shim package with strict failure semantics (5dab3d3)
- dist: add semantic-release for automated versioning (d7a557b)
- dist: add version infrastructure and audit scripts (d6f983f)
- dist: rename binary to odd-dashboard with build metadata (91ce8b6)
- enable x-platform support (1548e44)
- release: use semantic-release-action for reliable version detection (5b8cc4f)
- tui launcher fixed (f94c97e)
Reverts
- Revert "feat: complete versioning strategy implementation" (fad8012)