From 5c81794fde25dfa8ada504fb22d2f020ebca115b Mon Sep 17 00:00:00 2001 From: Aysel Afsar Date: Thu, 17 Oct 2024 22:05:07 -0400 Subject: [PATCH] Bump to version 2.2.0 --- appinfo/info.xml | 2 +- changelog.md | 6 ++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 425f41d..d58852e 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.2 + 2.2.0 agpl Aysel Afsar DICOMViewer diff --git a/changelog.md b/changelog.md index 9cb1adf..3dfd2d9 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,12 @@ 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.2.0] - 2024-10-17 + +### Added +- Support server-side encryption (#128) +- Support for Nextcloud 30 (#127) + ## [2.1.2] - 2024-05-25 ### Added diff --git a/package.json b/package.json index fb5d309..c670f86 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dicomviewer", - "version": "2.1.2", + "version": "2.2.0", "description": "Place this app in **nextcloud/apps/**", "scripts": { "prebuild": "rm -rf js && npm run build:viewer",