Skip to content

Commit

Permalink
Bump to version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ayselafsar committed Dec 29, 2024
1 parent d8a6e62 commit e969524
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 7 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ On your Nextcloud, simply navigate to Apps > Multimedia > DICOM Viewer, and enab
#### Pre-requisites

- [NodeJS 20+](https://nodejs.org)
- [Yarn](https://yarnpkg.com/lang/en/docs/install/)
- [Nextcloud Server 28+](https://nextcloud.com/install/#instructions-server)
* Docker options including docker-compose is [here](https://github.com/nextcloud/docker) and Docker images are [here](https://hub.docker.com/_/nextcloud/)
* You can easily find VM and other options [here](https://nextcloud.com)
Expand All @@ -50,19 +51,25 @@ git clone https://github.com/ayselafsar/dicomviewer.git

2. Navigate to the cloned project's directory

3. Update the submodule for viewer
3. Update the submodules for viewer

```
git submodule update --init --recursive
```

3. Build the project
4. Enable yarn workspaces

```
yarn config set workspaces-experimental true
```

5. Build the project

```
npm run build
```

4. Enable the DICOM Viewer app in Nextcloud
6. Enable the DICOM Viewer app in Nextcloud

### Sponsors

Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It renders DICOM data sets in 2D, 3D, and reconstructed representations; allows
and serialization of observations; supports internationalization, hotkeys, and many more features.
See [README](https://github.com/ayselafsar/dicomviewer) for a list of full features and future roadmap.]]></description>
<version>2.2.1</version>
<version>2.3.0</version>
<licence>agpl</licence>
<author mail="[email protected]">Aysel Afsar</author>
<namespace>DICOMViewer</namespace>
Expand Down
13 changes: 13 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.3.0] - 2024-12-29

### Added
- Upgrade Acan.io to 1.1.1 with new features and improvements
- Add metadata for multi-frame images (#135)

### Fixed
- Show investigational use dialog once 90 days (Acan.io)
- Fix mimetype for wasm files (#135)
- Encode url path segments (#136)
- Skip DICOM files without required uids (#136)
- Fix benchmarks public path in viewer (#137)

## [2.2.1] - 2024-10-21

### Added
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dicomviewer",
"version": "2.2.1",
"version": "2.3.0",
"description": "Place this app in **nextcloud/apps/**",
"scripts": {
"prebuild": "rm -rf js && npm run build:viewer",
Expand Down

0 comments on commit e969524

Please sign in to comment.