Skip to content

Commit

Permalink
Bump to version 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ayselafsar committed May 25, 2024
1 parent ec95573 commit 18347f9
Show file tree
Hide file tree
Showing 3 changed files with 10 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 @@ -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.1.1</version>
<version>2.1.2</version>
<licence>agpl</licence>
<author mail="[email protected]">Aysel Afsar</author>
<namespace>DICOMViewer</namespace>
Expand Down
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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.2] - 2024-05-25

### Added
- Support for Nextcloud 29

### Fixed
- Fix encoding issues with DICOM parser (#110, #111)

## [2.1.1] - 2024-03-27

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

0 comments on commit 18347f9

Please sign in to comment.