- Update target .net framework from .NET 6 to .NET 9 and related docs (see PR 221).
- Update CI/CD actions to match the latest versions of the actions used (see PR 180).
- Improve package versioning using Directory.Build.props.
- Update all nuget dependencies to their current latest versions.
- Retire appveyor and update the GitHub actions to use the latest version of the actions (see PR 222).
- Fix incorrectly reported number of consensus peaks (see PR 181);
- Extend testing exporing peaks on different chromosomes and strands (see PR 180).
- Change the command line interface library to System.CommandLine (see PR 174);
- Read and apply strand information when processing peaks (see PR 176);
- Improve performance by changing the default max degree of parallelism to the maximum allowed by the scheduler (see PR 175);
- Update documentation (see PRs 170);
- Add scripts to benchmark different versions of MSPC (see PRs 167, 168, 169, 171, 172, 173);
- Update Docusaurus version to the stable v2 version (see PR 170);
- Code clean-up and improve on code smell (see PR 177).