Skip to content

Commit

Permalink
Bump to version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ayselafsar committed Mar 26, 2024
1 parent aacb55f commit b751bea
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<description><![CDATA[DICOM Viewer allows to display and manipulate DICOM images with a streamlined sidebar and viewer.
See [README](https://github.com/ayselafsar/dicomviewer) for a list of full features and future roadmap.]]></description>
<version>2.0.0</version>
<version>2.1.0</version>
<licence>agpl</licence>
<author mail="[email protected]">Aysel Afsar</author>
<namespace>DICOMViewer</namespace>
Expand Down
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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.1.0] - 2024-03-26

### Added
- Upgrade Acan.io to 1.0.0-beta.1, removing access to third-party urls for privacy reasons (#104)
- Add "Open with DICOM Viewer" option at folder level (#103)
- Support loading extensionless DICOM files when a folder is opened with "Open with DICOM Viewer" option (#103)

### Fixed
- Use IAppManager to determine dicomviewer app path in filesystem (#103)
- Fix the issue with opening DICOM files in 2 or more level directories (#103)

## [2.0.0] - 2024-03-18

### Added
Expand Down
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.0.0",
"version": "2.1.0",
"description": "Place this app in **nextcloud/apps/**",
"scripts": {
"prebuild": "rm -rf js && npm run build:viewer",
Expand Down

0 comments on commit b751bea

Please sign in to comment.