Skip to content

Releases: Brigid-DICOM/brigid

v1.3.1

05 Jun 14:52

Choose a tag to compare

Bug Fixes

  • web: bundle dotenv in standalone Docker image (18e28be)

v1.3.0

05 Jun 13:31

Choose a tag to compare

Features

  • dicom: implement retry logic for DICOM storage (a70eef1)
  • update bluelight config in getConfig route to align new version of bluelight (67e454f)

Bug Fixes

  • upload: remove unnecessary text from upload task list component (6828a4d)

Others

  • update next, react, react-dom (2c476eb)
  • update bluelight (dfa011a)
  • video: add video application with Remotion, including skill (c52aa20)

Documentation

  • add intro video (0fa1104)
  • readme: update video display with video element (f1b57e1)
  • readme: update video in en readme (6193572)
  • video: upload video via github (799e9db)

v1.2.4

21 Jan 05:47

Choose a tag to compare

Bug Fixes

  • api: update session query to use getBaseUrl to get correct url in frontend (add8788)

Documentation

  • fd: update search from to fit github page path (47e99b1)

v1.2.3

10 Jan 10:13

Choose a tag to compare

Bug Fixes

  • dicom: adjust spacing in context menu icons for improved layout (e906fa9)
  • upload: update upload task count display to use translation parameters (a0cd4c6)
  • workspace: fix 404 when guest access another own workspace (c3df773)

Documentation

  • fd: add Casdoor OAuth Configuration Steps in next auth configuration (4d488ff)
  • fd: add Further Reading in core features index page (d1a6900)
  • fd: add GitHub OAuth Configuration Steps in next auth configuration (f364706)
  • fd: add image-zoom and steps components (ea347b6)
  • fd: add self-hosting (568649a)
  • fd: add descriptions for core features pages and update index to include further reading (29a9b28)
  • fd: add DICOM Management intro in core features (1d98cfc)
  • fd: add DICOM sharing intro in core features (cf6b798)
  • fd: add DICOM Viewer chapter in core features (ace39fd)
  • fd: add event logs intro in core features (a8c3c05)
  • fd: add executable application intro in core features (86621df)
  • fd: add first version docs for project with fumadocs (f8de9ff)
  • fd: add multi-workspaces intro in core features (8d1b20c)
  • fd: add upload dicom intro in core features (92d90be)

v1.2.2

06 Jan 12:38

Choose a tag to compare

Bug Fixes

  • env: update environment variable access in layout component (468c46c)

v1.2.1

06 Jan 10:34

Choose a tag to compare

Bug Fixes

  • env: integrate environment variables into the application (ffb0c24)

Others

  • docker: update ignore file to include .env files (3973f66)

Documentation

  • readme: update authentication system integration section of en version (8949a04)

v1.2.0

05 Jan 13:18

Choose a tag to compare

Features

  • auth: add GitHub and Google authentication providers (1129375)
  • auth: enhance sign-in page with error handling (38bb149)

Bug Fixes

  • database: handle null values in bigint and textJson transformations (1ab0ef0)
  • nav-user: add full width class to sign out link in dropdown menu (f060034)

Documentation

Refactor

  • images: move guest avatar image into images folder (bc4f5d5)

v1.1.1

03 Jan 14:13

Choose a tag to compare

Bug Fixes

  • build: correct macOS OpenCV library path in buildSea script (d74f44a)

v1.0.0

02 Jan 08:12

Choose a tag to compare

Features

  • add api to get bluelight viewer config (7237059)
  • add backend testing with Vitest integration (93b0d63)
  • add custom modified @remix-run/multipart-parser (aec8f0f)
  • add middleware for cleaning up temporary files in WADO-RS (0ea9d8e)
  • add quality handling in JPEG conversion (35669e7)
  • api: add DICOM stats route (e4ed5c7)
  • audit: implement DICOM transfer auditing across WADO-RS handlers (79a8901)
  • auth: add authentication and permission verification to multiple routes (7feb724)
  • auth: implement verifyAuth middleware and guest user handling (37a4943)
  • auth: wrap /api/auth/session to get guest user (3612b58)
  • build: add pre build script (293de24)
  • build: add sea build workflow and example environment configuration (8b3ef76)
  • build: enhance sea build process with optional JRE inclusion (ed1e1ad)
  • build: use nodejs official sea build instead of nexe (71d0fc1)
  • database: add cascade option in relation (b1030f7)
  • database: add createdAt index to event log table (a9a270f)
  • database: add deletedAt to workspace table for soft deletion (5036b1b)
  • database: add dicomCodeSequence table (5393681)
  • database: add instance table (cee3979)
  • database: add InstanceSubscriber and SeriesSubscriber for automatic instance and series count updates (13ae1af)
  • database: add name column to share_link table (eeadf19)
  • database: add numberOfSeriesRelatedInstances column to SeriesEntity (4daa86d)
  • database: add patient table (b4e8e3c)
  • database: add person_name table (8597ebf)
  • database: add poolSize for sqlite/better-sqlite3 type (ba7eaf3)
  • database: add series table (700c054)
  • database: add SeriesRequestAttributesEntity and update SeriesEntity (db58dc5)
  • database: add study table (af2b100)
  • database: add workspaceId column to event log table (e00e234)
  • database: add default values to numberOfStudyRelatedColumns in StudyEntity (cf9ab61)
  • database: add tag and tag_assignment entities (f373faa)
  • database: append tag entities to data source definition (d46b065)
  • database: change targetId type to string in tag_assignment table (b2be871)
  • database: convert acquisitionDateTime to bigint (8cf44e5)
  • database: create DIMSE configuration and related entities (4069bb1)
  • database: enhance Instance, Series, and Study services to merge JSON data (8bba4a6)
  • database: enhance subscribers with listenTo method (19765de)
  • database: update modalitiesInStudy in study json after series insertion (4743e3d)
  • database: update columns to patient table (b9d8147)
  • database: update unique index for tag_assignment table (e7d1b44)
  • dicom-audit: implement DICOM audit logging (c3f146e)
  • dicom-card: add DicomCardTagBadge component for displaying tags (d1839b3)
  • dicom-context-menus: add sopInstanceUid prop to context menu and data table (ae7bcc5)
  • dicom-context-menus: integrate tag sub menu in DICOM context menus (28f6089)
  • dicom-data-table: add context menus to DICOM studies, series, and instances data tables (660fd19)
  • dicom-delete: add delete routes for DICOM instances, series, and studies (a7a0b00)
  • dicom-delete: implement delete and undelete functionality for instances, series, and studies (e6dd4b4)
  • dicom-instance-context-menu: add DICOM, JPG, and PNG download options (3768d72)
  • dicom-instances: add DICOM series management components (9491eb5)
  • dicom-instances: add download in selection toolbar for selected DICOM series (9942460)
  • dicom-instances: add download with JPG and PNG options for instance level (4e32111)
  • dicom-instances: extract loading and error states to components (01c9c0b)
  • dicom-instances: implement instance level page (cc6ee4c)
  • dicom-recycle: add routes for recycling DICOM instances, series, and studies (348b411)
  • dicom-search: add tag filtering capability to DICOM search conditions (19ccadd)
  • dicom-search: enhance search functionality with URL synchronization (5dddc19)
  • dicom-search: implement search for DICOM studies (423201b)
  • dicom-search: integrate search for DICOM series and instances (b2f4ce0)
  • dicom-study-context-menu: add close context menu functionality (157b82a)
  • dicom-tag-management: integrate tag dropdown sub in DICOM tables ([ca30982](https://githu...
Read more