Skip to content

Commit 095c748

Browse files
committed
release version 2.5.0
1 parent 87cb45f commit 095c748

File tree

2 files changed

+24
-30
lines changed

2 files changed

+24
-30
lines changed

README.md

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,27 @@
55
-->
66

77
<!-- The following paragraph should be kept synchronized with the description in appinfo/info.xml -->
8-
The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It 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 and future versions will provide categories for better organization.
9-
10-
Notes is available in the [Nextcloud App Store](https://apps.nextcloud.com/apps/notes) and can be installed directly from your Nextcloud installation (category *office*).
8+
The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). 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.
119

1210
![Screenshot of Nextcloud Notes](https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Notes/notes.png)
1311

14-
For further developer and user documentation please visit [the wiki](https://github.com/nextcloud/notes/wiki)
15-
16-
## :busts_in_silhouette: Maintainers
17-
- [Hendrik Leppelsack](https://github.com/Henni)
18-
- [Lukas Reschke](https://github.com/LukasReschke)
19-
- [Kristof Hamann](https://github.com/korelstar)
20-
21-
## :link: Requirements
22-
**Minimum PHP Version**
23-
* PHP >= 5.6
2412

25-
**Minimum Nextcloud / ownCloud Version**
26-
* Nextcloud >= 12.0
27-
* ownCloud >= 9.1
13+
## :rocket: Installation
14+
In your Nextcloud, simply navigate to »Apps«, choose the category »Office«, find the Notes app and enable it. Then open the Notes app from the app menu.
2815

29-
**Supported Browsers**
30-
* latest 3 versions of Chrome, Firefox and Edge
31-
* we *do not* officially support Internet Explorer and Safari (Patches are accepted though)
3216

3317
## :exclamation: Bugs
3418
Before reporting bugs:
3519

36-
* check the requirements above
3720
* get the newest version of the Notes app
38-
* [check if they have already been reported](https://github.com/nextcloud/notes/issues?state=open)
21+
* please consider also installing the [latest development version](https://github.com/nextcloud/notes/archive/master.zip)
22+
* [check if they have already been reported](https://github.com/nextcloud/notes/issues)
23+
24+
25+
## :busts_in_silhouette: Maintainers
26+
- [Kristof Hamann](https://github.com/korelstar)
27+
- [Hendrik Leppelsack](https://github.com/Henni)
28+
- [Lukas Reschke](https://github.com/LukasReschke)
3929

4030

4131
## :warning: Git (development version)
@@ -55,5 +45,14 @@ To update the Notes app use::
5545

5646
cd /var/www/nextcloud/apps/notes
5747
git pull --rebase origin master
58-
48+
49+
50+
**Building JavaScript**
51+
52+
If you want to change some JavaScript code, you have to consolidate the files in a build. Please follow the instructions in the [JavaScript directory](js/README.md).
53+
54+
55+
**Third-party apps**
56+
57+
The notes app provides a JSON-API for third-party apps. You can find the documentation in [the wiki](https://github.com/nextcloud/notes/wiki).
5958

appinfo/info.xml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,15 @@
55
<name>Notes</name>
66
<summary>Distraction-free notes and writing</summary>
77
<description><![CDATA[
8-
The Notes app is a distraction free notes taking app. It 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 and future versions will provide categories for better organization.
8+
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>2.4.2</version>
10+
<version>2.5.0</version>
1111
<licence>agpl</licence>
1212
<author>Bernhard Posselt</author>
1313
<author>Hendrik Leppelsack</author>
1414
<author>Jan-Christoph Borchardt</author>
1515
<author>Kristof Hamann</author>
1616
<namespace>Notes</namespace>
17-
<documentation>
18-
<user>https://github.com/nextcloud/notes/wiki</user>
19-
<developer>https://github.com/nextcloud/notes/wiki</developer>
20-
</documentation>
2117
<category>office</category>
2218
<category>organization</category>
2319
<category>tools</category>
@@ -26,7 +22,6 @@ The Notes app is a distraction free notes taking app. It supports formatting usi
2622
<repository type="git">https://github.com/nextcloud/notes.git</repository>
2723
<screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Notes/notes-thumbnail.jpg">https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Notes/notes.png</screenshot>
2824
<dependencies>
29-
<owncloud min-version="9.1" max-version="10" />
30-
<nextcloud min-version="12" max-version="15" />
25+
<nextcloud min-version="13" max-version="15" />
3126
</dependencies>
3227
</info>

0 commit comments

Comments
 (0)