Skip to content

Latest commit

 

History

History
136 lines (95 loc) · 4.14 KB

CHANGELOG.md

File metadata and controls

136 lines (95 loc) · 4.14 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.2.3 - 2024-03-19

  • Build on .Net 8.0 rather than 7.0
  • Bump CsvHelper from 30.0.1 to 31.0.2
  • Bump fo-dicom from 5.0.3 to 5.1.2
  • Bump fo-dicom.Imaging.ImageSharp from 5.0.3 to 5.1.2
  • Bump HIC.BadMedicine.Dicom from 0.0.15 to 0.0.16
  • Bump HIC.DicomTypeTranslation from 4.0.1 to 4.0.3
  • Bump System.Resources.Extensions from 4.6.0 to 7.0.0
  • Bump System.Threading.AccessControl from 7.0.0 to 8.0.0

2.2.2 - 2022-12-17

  • Fix Authenticode signing of Windows exe files
  • Build on .Net 7.0 rather than 6.0

2.2.1 - 2022-11-21

  • Bump CsvHelper from 27.2.1 to 30.0.1
  • Bump CommandLineParser from 2.8.0 to 2.9.1
  • Bump fo-dicom from 5.0.2 to 5.0.3
  • Bump fo-dicom.Imaging.ImageSharp from 5.0.2 to 5.0.3
  • Bump HIC.DicomTypeTranslation from 4.0.0 to 4.0.1
  • Bump HIC.BadMedicine.Dicom from 0.0.11 to 0.0.15
  • Bump HIC.DicomTypeTranslation from 4.0.0 to 4.0.1
  • Bump System.Drawing.Common from 6.0.0 to 7.0.0
  • Bump System.Threading.AccessControl from 6.0.0 to 7.0.0
  • Bump coverallsapp/github-action from 1.1.1 to 1.1.3
  • Bump b3b00/coverlet-action from 1.1.0 to 11.9
  • Bump actions/checkout from 2 to 3
  • Bump actions/setup-dotnet from 1 to 2
  • Bump actions/cache from 2 to 3
  • Bump actions/upload-artifact from 2 to 3
  • Bump actions/setup-dotnet from 2 to 3

2.2.0 - 2022-03-31

Changes

  • Using .Net 6.0
  • Bump HIC.DicomTypeTranslation from 3.0.0 to 4.0.0
  • Replace fo-dicom.Drawing 4.0.8 with fo-dicom.Imaging.ImageSharp 5.0.2
  • Bump HIC.BadMedicine.Dicom from 0.0.9 to 0.0.11
  • Bump HIC.DicomTypeTranslation from 3.0.0 to 4.0.0
  • Add System.Threading.AccessControl 6.0.0

2.1.0 - 2022-02-08

Changes

  • Using .Net 5.0

Dependency updates

  • Bump CsvHelper from 26.1.0 to 27.2.1
  • Bump HIC.DicomTypeTranslation from 2.3.2 to 3.0.0
  • Bump DockPanelSuite from 3.1.0-beta7 to 3.1.0
  • Bump fo-dicom from 4.0.7 to 4.0.8
  • Bump fo-dicom.Drawing from 4.0.7 to 4.0.8
  • Bump HIC.DicomTypeTranslation from 2.3.2 to 3.0.0
  • Bump System.Drawing.Common from 5.0.2 to 6.0.0
  • Bump fernandreu.ScintillaNET from 4.0.4 to 4.2.0

2.0.0 - 2021-03-27

Fixed

  • Fixed navigate to online templates not working after dotnet core update

Added

  • Added logging to ProcessJob for outPath in DicomRepopulatorProcessor

Dependency updates

  • Bump CsvHelper from 19.0.0 to 23.0.0

Changes

  • LGTM fixes
  • Report if error encountered when saving or loading a file
  • Updated to dotnet 5

Added

  • DeleteAsYouGo mode where input files are deleted after processing to the output directory

1.1.0 - 2020-02-07

Added

  • Updated to dotnet core 3.1 CLI version of Repopulator

1.0.2 - 2020-02-06

Added

  • New option for DicomRepopulator to put images in root subfolders e.g. by PatientID
  • Added Stop button for DicomRepopulator to cancel processing

Changed

  • Improved GUI usability

1.0.1 - 2019-12-09

Added

  • Added initial iteration of dicom tag repopulator (anonymises dicom images based on CSV data)
  • Updated DicomTypeTranslation to 2.1.2

1.0.0 - 2019-10-01

Initial version