release version 3.0.1

This commit is contained in:
korelstar 2019-07-22 07:59:00 +02:00
parent aabb554e0a
commit 50c127cd98
2 changed files with 19 additions and 7 deletions

View File

@ -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)

View File

@ -7,7 +7,7 @@
<description><![CDATA[
The Notes app is a distraction free notes taking app. It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [RESTful API](https://github.com/nextcloud/notes/wiki/API-0.2) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes) and [iOS](https://github.com/owncloud/notes-iOS-App) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites.
]]></description>
<version>3.0.0</version>
<version>3.0.1</version>
<licence>agpl</licence>
<author>Kristof Hamann</author>
<author>Bernhard Posselt</author>