Skip to content

Commit

Permalink
Release 0.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Dec 5, 2024
1 parent 131e84d commit 786fbe4
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 10 deletions.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [v0.34.1](https://github.com/ivmartel/dwv/releases/tag/v0.34.1) - 05/12/2024

### Fixed

- Annotation update always updates quantification [#1820](https://github.com/ivmartel/dwv/issues/1820)
- New annotation cannot be moved after loading another [#1819](https://github.com/ivmartel/dwv/issues/1819)
- Cannot annotate on raw image (jpg, png...) [#1813](https://github.com/ivmartel/dwv/issues/1813)

---

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

### Added
Expand Down
2 changes: 1 addition & 1 deletion dist/dwv.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/dwv.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dwv",
"version": "0.34.0",
"version": "0.34.1",
"description": "DICOM Web Viewer.",
"keywords": [
"DICOM",
Expand Down
4 changes: 2 additions & 2 deletions resources/doc/jsdoc.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"package": "package.json",
"theme_opts": {
"title": "DWV",
"footer": "<i>Documentation generated for dwv v0.34.0.</i>",
"footer": "<i>Documentation generated for dwv v0.34.1.</i>",
"sections": [
"Tutorials",
"Namespaces",
Expand All @@ -50,7 +50,7 @@
"codepen": {
"enable_for": ["examples"],
"options": {
"js_external": "https://github.com/ivmartel/dwv/releases/download/v0.34.0/dwv-0.34.0.min.js",
"js_external": "https://github.com/ivmartel/dwv/releases/download/v0.34.1/dwv-0.34.1.min.js",
"html": "<div id='dwv'><div id='layerGroup0'></div></div>"
}
}
Expand Down
8 changes: 4 additions & 4 deletions resources/doc/tutorials/test-results.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

## Context

Date: Thu Nov 14 2024 18:36:05 GMT+0100 (Central European Standard Time)
Date: Thu Dec 05 2024 17:51:12 GMT+0100 (Central European Standard Time)

Commit: [166d5ed](git://github.com/ivmartel/dwv.git/commit/166d5edd4ac03e0fcdee6eefe8974770eda6ea74)
Commit: [131e84d](git://github.com/ivmartel/dwv.git/commit/131e84db7d4a4351294dd0e1a027fcb7092b1d4e)

Browser: Chrome Headless 130.0.0.0 (Linux x86_64)
Browser: Chrome Headless 131.0.0.0 (Linux x86_64)

## Summary
Success: 166 ✅

Failed: 0 ❌

(total: 166, skipped: 0, total time: 1644ms)
(total: 166, skipped: 0, total time: 1590ms)

## Tests details

Expand Down
2 changes: 1 addition & 1 deletion src/dicom/dicomParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import {logger} from '../utils/logger';
* @returns {string} The version of the library.
*/
export function getDwvVersion() {
return '0.34.0';
return '0.34.1';
}

/**
Expand Down

0 comments on commit 786fbe4

Please sign in to comment.