Releases: DouglasNeuroInformatics/OpenDataCapture
Releases · DouglasNeuroInformatics/OpenDataCapture
Release list
v2.3.0
v2.2.4
Merge pull request #1523 from joshunrau/main increment version
v2.2.3
Merge pull request #1516 from joshunrau/dev update libui to adjust radio box style and increment version to publish this and playground upload fix
v2.2.2
fix(ci): stop gating the release on the GHCR `latest` tag `configure` failed with `Failed to find package 'open-data-capture-api' with tag 'latest'`, blocking every release since v2.2.1. `build` pushes `latest` and the bare version onto one manifest, so deleting the bad v2.2.0/v2.2.1 container versions deleted the only manifest carrying `latest`, and `release.cjs` threw on its absence. That lookup never gated anything: its regex required a leading `v` while the images are tagged bare, so `should_release` has always been `'true'`. Its only live behaviour was this failure. Read the version from the root `package.json` and release unconditionally, which is what already happened, minus a dependency on registry state that a deleted release can wipe out. Also drop `.github/scripts/lib.js` — unreferenced, ESM in a CommonJS directory, and a copy of the same lookup that queries a hardcoded `open-data-capture-api` for all three packages. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
v2.1.6
Merge pull request #1432 from DouglasNeuroInformatics/datatable-2 fix(web): stop the data table losing its page, and make the row highl…
v2.1.5
Merge pull request #1415 from DouglasNeuroInformatics/joshunrau-patch-1 Bump version from 2.1.4 to 2.1.5
v2.1.4
Merge pull request #1404 from david-roper/non-visible-data-fix fix pending tag issue which causes old data not to be visible
v2.1.3
Merge pull request #1401 from joshunrau/feat/validate-instrument-subm…
v2.1.2
Merge pull request #1396 from joshunrau/fix/gateway-sync-edition-fall…
v2.1.1
Merge pull request #1394 from joshunrau/dev Add client-side network resilience to web app