Skip to content

Commit

Permalink
Merge branch 'v0.34.0'
Browse files Browse the repository at this point in the history
ivmartel committed Nov 14, 2024

Verified

This commit was signed with the committer’s verified signature.
nickzelei Nick Zelei
2 parents a4fba19 + 4d6c7f0 commit c15351c
Showing 124 changed files with 15,648 additions and 7,639 deletions.
17 changes: 0 additions & 17 deletions .eslint-full.js

This file was deleted.

135 changes: 0 additions & 135 deletions .eslintrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:
steps:
- name: Fetch Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1
uses: dependabot/fetch-metadata@v2
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Merge Dependabot PRs for patch update if all good
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "18.x"
node-version: "20.x"
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run lint
28 changes: 14 additions & 14 deletions .grenrc.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
module.exports = {
"dataSource": "milestones",
"ignore-issues-with": ["duplicate", "invalid", "question", "wontfix"],
"groupBy": {
"Breaking": ["breaking"],
"Added": ["enhancement"],
"Fixed": ["bug"],
"Dependencies": ["dependencies"]
},
"template": {
release: "## [{{release}}](https://github.com/ivmartel/dwv/releases/tag/{{release}}) - {{date}}\n{{body}}",
group: "\n### {{heading}}\n",
issue: "- {{name}} [{{text}}]({{url}})",
}
}
dataSource: 'milestones',
'ignore-issues-with': ['duplicate', 'invalid', 'question', 'wontfix'],
groupBy: {
Breaking: ['breaking'],
Added: ['enhancement'],
Fixed: ['bug'],
Dependencies: ['dependencies']
},
template: {
release: '## [{{release}}](https://github.com/ivmartel/dwv/releases/tag/{{release}}) - {{date}}\n{{body}}',
group: '\n### {{heading}}\n',
issue: '- {{name}} [{{text}}]({{url}})',
}
};
19 changes: 19 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [v0.34.0](https://github.com/ivmartel/dwv/releases/tag/v0.34.0) - 14/11/2024

### Added

- Add connector between shape and label [#1795](https://github.com/ivmartel/dwv/issues/1795)
- Default draw auto shape color to false [#1768](https://github.com/ivmartel/dwv/issues/1768)
- Export toolOptions to allow for custom tool options [#1718](https://github.com/ivmartel/dwv/issues/1718)
- Allow to move roi label independently [#1690](https://github.com/ivmartel/dwv/issues/1690)
- Add DICOM SR parsing [#1689](https://github.com/ivmartel/dwv/issues/1689)
- Add missing position to draw display details [#1521](https://github.com/ivmartel/dwv/issues/1521)
- Use DICOM to store annotations [#1020](https://github.com/ivmartel/dwv/issues/1020)

### Fixed

- Fixed label moves on drag out of bounds [#1770](https://github.com/ivmartel/dwv/issues/1770)
- Wrong display if adding data after zoom [#1606](https://github.com/ivmartel/dwv/issues/1606)

---

## [v0.33.1](https://github.com/ivmartel/dwv/releases/tag/v0.33.1) - 13/06/2024

### Fixed
Loading

0 comments on commit c15351c

Please sign in to comment.