From 50c127cd9803c356f83393a3696ea814dadb6ed8 Mon Sep 17 00:00:00 2001 From: korelstar Date: Mon, 22 Jul 2019 07:59:00 +0200 Subject: [PATCH] release version 3.0.1 --- CHANGELOG.md | 24 ++++++++++++++++++------ appinfo/info.xml | 2 +- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc056c50a..c8e52adc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,26 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and follows the requirements of the [Nextcloud Appstore Metadata specification](https://nextcloudappstore.readthedocs.io/en/latest/developer.html#changelog). Types of changes: -- Added for new features. -- Changed for changes in existing functionality. -- Deprecated for soon-to-be removed features. -- Removed for now removed features. -Fixed for any bug fixes. -- Security in case of vulnerabilities. +- *Added* for new features. +- *Changed* for changes in existing functionality. +- *Deprecated* for soon-to-be removed features. +- *Removed* for now removed features. +- *Fixed* for any bug fixes. +- *Security* in case of vulnerabilities. ## [Unreleased] + +## 3.0.1 - 2019-07-22 + +### Added +- media query for printing style (#323) +- tooltip with subcategory documentation (#341) + +### Fixed +- code block style on Chrome (#340) + + ## 3.0.0 - 2019-06-14 ### Added - preview mode (#315, #23) @@ -43,6 +54,7 @@ Fixed for any bug fixes. - code quality (#314, #290) - editor code style (#305, #321) + ## 2.6.0 - 2019-04-16 - Checkbox functionality (#303) - require at least NC14 (#283) diff --git a/appinfo/info.xml b/appinfo/info.xml index 3510bb49e..ad1b0c8d6 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -7,7 +7,7 @@ - 3.0.0 + 3.0.1 agpl Kristof Hamann Bernhard Posselt