Skip to content

Commit 50c127c

Browse files
committed
release version 3.0.1
1 parent aabb554 commit 50c127c

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

CHANGELOG.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,26 @@ All notable changes to this project will be documented in this file.
55
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).
66

77
Types of changes:
8-
- Added for new features.
9-
- Changed for changes in existing functionality.
10-
- Deprecated for soon-to-be removed features.
11-
- Removed for now removed features.
12-
Fixed for any bug fixes.
13-
- Security in case of vulnerabilities.
8+
- *Added* for new features.
9+
- *Changed* for changes in existing functionality.
10+
- *Deprecated* for soon-to-be removed features.
11+
- *Removed* for now removed features.
12+
- *Fixed* for any bug fixes.
13+
- *Security* in case of vulnerabilities.
1414

1515
## [Unreleased]
1616

17+
18+
## 3.0.1 - 2019-07-22
19+
20+
### Added
21+
- media query for printing style (#323)
22+
- tooltip with subcategory documentation (#341)
23+
24+
### Fixed
25+
- code block style on Chrome (#340)
26+
27+
1728
## 3.0.0 - 2019-06-14
1829
### Added
1930
- preview mode (#315, #23)
@@ -43,6 +54,7 @@ Fixed for any bug fixes.
4354
- code quality (#314, #290)
4455
- editor code style (#305, #321)
4556

57+
4658
## 2.6.0 - 2019-04-16
4759
- Checkbox functionality (#303)
4860
- require at least NC14 (#283)

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<description><![CDATA[
88
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.
99
]]></description>
10-
<version>3.0.0</version>
10+
<version>3.0.1</version>
1111
<licence>agpl</licence>
1212
<author>Kristof Hamann</author>
1313
<author>Bernhard Posselt</author>

0 commit comments

Comments
 (0)