From 18347f97d79a68d6d8a15f736c93f5f62f7817d3 Mon Sep 17 00:00:00 2001 From: Aysel Afsar Date: Sat, 25 May 2024 20:43:42 +0300 Subject: [PATCH] Bump to version 2.1.2 --- appinfo/info.xml | 2 +- changelog.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index a6cedfc..1f903bd 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -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.]]> - 2.1.1 + 2.1.2 agpl Aysel Afsar DICOMViewer diff --git a/changelog.md b/changelog.md index 5ff5d48..9cb1adf 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/package.json b/package.json index 0fc70c4..fb5d309 100755 --- a/package.json +++ b/package.json @@ -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",