Skip to content

Releases: DouglasNeuroInformatics/OpenDataCapture

v2.3.0

Choose a tag to compare

@github-actions github-actions released this 10 Sep 17:19
f97706e

Features

  • adjust loaded permissions with a a useMemo hook to fix initial loading (eabbde8)
  • enforce conventional commits and generate the changelog from them (b7073d2)
  • web: redesign the audit log filters as a per-facet filter bar (63054fe)

Bug Fixes

  • close the three bugs documented by the packages/* coverage pass (1ffd7da)
  • administer each item of a skipProgress series as a fresh form (f06b4ff)

v2.2.4

Choose a tag to compare

@github-actions github-actions released this 08 Sep 20:00
1d9b45e
Merge pull request #1523 from joshunrau/main

increment version

v2.2.3

Choose a tag to compare

@github-actions github-actions released this 26 Aug 18:12
e869a55
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

Choose a tag to compare

@github-actions github-actions released this 10 Aug 18:45
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

Choose a tag to compare

@github-actions github-actions released this 22 Jul 19:30
df57501
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

Choose a tag to compare

@github-actions github-actions released this 20 Jul 17:04
bbf1edd
Merge pull request #1415 from DouglasNeuroInformatics/joshunrau-patch-1

Bump version from 2.1.4 to 2.1.5

v2.1.4

Choose a tag to compare

@github-actions github-actions released this 16 Jul 21:51
8998d81
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

Choose a tag to compare

@github-actions github-actions released this 15 Jul 17:03
6c16672
Merge pull request #1401 from joshunrau/feat/validate-instrument-subm…

v2.1.2

Choose a tag to compare

@github-actions github-actions released this 14 Jul 18:50
903834f
Merge pull request #1396 from joshunrau/fix/gateway-sync-edition-fall…

v2.1.1

Choose a tag to compare

@github-actions github-actions released this 09 Jul 17:19
e943b55
Merge pull request #1394 from joshunrau/dev

Add client-side network resilience to web app