Releases: oddessentials/odd-demonstration
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
v3.4.1
⚠️ 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/experiment logo by @oddessentials in #125
Full Changelog: v3.4.0...v3.4.1
v3.4.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
- docs: migrate experiment into docs for github pages by @oddessentials in #116
- refactor: move experiment viewer to /docs root for GitHub Pages by @oddessentials in #117
- Refactor/experiment styles by @oddessentials in #119
Full Changelog: v3.3.0...v3.4.0
v3.3.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
- docs(experiment): add codex assessment transcript by @oddessentials in #111
- docs(experiment): add gemini repository assessment by @oddessentials in #112
Full Changelog: v3.2.0...v3.3.0
v3.2.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
- Feat/stop cluster by @oddessentials in #109
Full Changelog: v3.1.1...v3.2.0
v3.1.1
⚠️ 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
- Remove pip.parse stall repro scaffolding and prune outdated requirements comment by @oddessentials in #105
- docs: reconcile audit and docs inconsistencies by @oddessentials in #106
- Fix/features md gap corrections by @oddessentials in #107
- fix(tui): make tests hermetic with RAII guard and temp dirs by @oddessentials in #108
Full Changelog: v3.1.0...v3.1.1
v3.1.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
- feat(tui): add port-forward health check during loading by @oddessentials in #104
Full Changelog: v3.0.4...v3.1.0
v3.0.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!: launcher bug by @oddessentials in #99
- fix!: launcher bug finalized by @oddessentials in #100
- fix(ci): align Docker build contexts with Dockerfile COPY paths by @oddessentials in #103
Full Changelog: v3.0.3...v3.0.4
v3.0.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
- Feat/cleanup by @oddessentials in #97
Full Changelog: v3.0.2...v3.0.3
v3.0.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
- chore(deps): bump express and @types/express in /src/services/gateway by @dependabot[bot] in #35
- Fix/ci visual test strategy by @oddessentials in #95
- fix(ci): eliminate Bazel download dependency on releases.bazel.build by @oddessentials in #96
New Contributors
- @dependabot[bot] made their first contribution in #35
Full Changelog: v3.0.1...v3.0.2