Releases: Brigid-DICOM/brigid
Releases · Brigid-DICOM/brigid
v1.3.1
v1.3.0
Features
- dicom: implement retry logic for DICOM storage (a70eef1)
- update bluelight config in
getConfigroute 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
v1.2.4
v1.2.3
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 Stepsin next auth configuration (4d488ff) - fd: add
Further Readingin core features index page (d1a6900) - fd: add
GitHub OAuth Configuration Stepsin next auth configuration (f364706) - fd: add
image-zoomandstepscomponents (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
v1.2.1
v1.2.0
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
imagesfolder (bc4f5d5)
v1.1.1
v1.0.0
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/sessionto 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
cascadeoption in relation (b1030f7) - database: add
createdAtindex to event log table (a9a270f) - database: add
deletedAttoworkspacetable for soft deletion (5036b1b) - database: add
dicomCodeSequencetable (5393681) - database: add
instancetable (cee3979) - database: add
InstanceSubscriberandSeriesSubscriberfor automatic instance and series count updates (13ae1af) - database: add
namecolumn toshare_linktable (eeadf19) - database: add
numberOfSeriesRelatedInstancescolumn to SeriesEntity (4daa86d) - database: add
patienttable (b4e8e3c) - database: add
person_nametable (8597ebf) - database: add
poolSizefor sqlite/better-sqlite3 type (ba7eaf3) - database: add
seriestable (700c054) - database: add
SeriesRequestAttributesEntityand updateSeriesEntity(db58dc5) - database: add
studytable (af2b100) - database: add
workspaceIdcolumn to event log table (e00e234) - database: add default values to
numberOfStudyRelatedColumnsin StudyEntity (cf9ab61) - database: add tag and tag_assignment entities (f373faa)
- database: append tag entities to data source definition (d46b065)
- database: change
targetIdtype to string intag_assignmenttable (b2be871) - database: convert
acquisitionDateTimeto 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
modalitiesInStudyin study json after series insertion (4743e3d) - database: update columns to patient table (b9d8147)
- database: update unique index for
tag_assignmenttable (e7d1b44) - dicom-audit: implement DICOM audit logging (c3f146e)
- dicom-card: add
DicomCardTagBadgecomponent 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...