-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathcom.github.philip-scott.notes-up.appdata.xml
More file actions
71 lines (71 loc) · 2.75 KB
/
Copy pathcom.github.philip-scott.notes-up.appdata.xml
File metadata and controls
71 lines (71 loc) · 2.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2017 Felipe Escoto (https://github.com/Philip-Scott/Notes-up) -->
<component type="desktop">
<id>com.github.philip-scott.notes-up.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>Notes-Up</name>
<summary>Your New Notebook</summary>
<description>
<p>Write beautiful notes fast and easy using Markdown</p>
<p>Features include:</p>
<ul>
<li>Multiple notebook support</li>
<li>Easy-to-use markdown editor</li>
<li>Exporting to PDF</li>
<li>Plugins: such as embedding Youtube videos</li>
<li>And much more!</li>
</ul>
</description>
<provides>
<binary>com.github.philip-scott.notes-up</binary>
</provides>
<releases>
<release version="1.5.0" date="2017-12-25">
<description>
<p>The Community Update</p>
<ul>
<li>Pages are better summarized when they have markdown symbols</li>
<li>When applying styles to the text, it will automatically wrap around it properly</li>
<li>You can now move Notebooks</li>
<li>Fixed some errors from exporting, and some other bugs</li>
<li>Notes-Up is now translated to Lithuanian, French, Portuguese and Czech!</li>
<li>A huge thanks to the translators, and the new contributors! You guys rock!</li>
</ul>
</description>
</release>
<release version="1.4.6" date="2017-08-16">
<description>
<p>Spell Checking</p>
<ul>
<li>Notes-up now checks your spelling while you type! No more excuses for misspelled words in your homework ;)</li>
<li>The title of the app now displays your current note and notebook</li>
</ul>
</description>
</release>
<release version="1.4.3" date="2017-06-06">
<description>
<p>Quick fix</p>
<ul>
<li>Prevent crash when closing the preferences dialog</li>
<li>Make sure to load all plugins</li>
</ul>
</description>
</release>
</releases>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/Philip-Scott/Notes-up/master/Screenshot.png</image>
</screenshot>
</screenshots>
<developer_name>Felipe Escoto</developer_name>
<url type="homepage">https://github.com/Philip-Scott</url>
<url type="bugtracker">https://github.com/Philip-Scott/Notes-up/issues</url>
<url type="help">https://github.com/Philip-Scott/Notes-up/issues</url>
<content_rating type="oars-1.1" />
<update_contact>felescoto95@hotmail.com</update_contact>
<custom>
<value key="x-appcenter-color-primary">#D0F3FF</value>
<value key="x-appcenter-color-primary-text">#004B66</value>
</custom>
</component>