Skip to content

Commit c268280

Browse files
committed
Release 1.1.0
1 parent 447c2e7 commit c268280

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

data/com.github.donadigo.appeditor.appdata.xml.in

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</provides>
2323
<developer_name>Adam Bieńkowski</developer_name>
2424
<url type="homepage">https://github.com/donadigo/appeditor</url>
25-
<url type="bugtracker">https://github.com/donadigo/appeditor</url>
25+
<url type="bugtracker">https://github.com/donadigo/appeditor/issues</url>
2626
<url type="help">https://github.com/donadigo/appeditor</url>
2727
<update_contact>[email protected]</update_contact>
2828
<screenshots>
@@ -31,6 +31,29 @@
3131
</screenshot>
3232
</screenshots>
3333
<releases>
34+
<release version="1.1.0" date="2018-08-11">
35+
<description>
36+
<p>This release includes added support for elementary OS Juno, miscellaneous improvements and new translations:</p>
37+
<ul>
38+
<li>German translation (ChristianPauly)</li>
39+
<li>Japanese translation (Ryo Nakano)</li>
40+
<li>Brazilian Portuguese translation (Filipe de Almeida Garrett)</li>
41+
</ul>
42+
<p>New features:</p>
43+
<ul>
44+
<li>It is now possible to create a menu entry directly from the file manager: right click on an executable file and choose "Create a Menu Entry"</li>
45+
<li>New shortcuts added:</li>
46+
<li>Ctrl+N: Create a new menu entry</li>
47+
<li>Ctrl+F: Focus the search entry</li>
48+
<li>Ctrl+D: Duplicate selected entry</li>
49+
</ul>
50+
<p>Fixed:</p>
51+
<ul>
52+
<li>Some strings are not displayed in translated languages (Ryo Nakano)</li>
53+
<li>Improper escaping of special characters in display name and description</li>
54+
</ul>
55+
</description>
56+
</release>
3457
<release version="1.0.0" date="2018-01-15">
3558
<description>
3659
<p>This release contains many new features and bug fixes as well as added suport for translations:</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('com.github.donadigo.appeditor', ['vala', 'c'],
2-
version: '1.0.0')
2+
version: '1.1.0')
33

44
i18n = import('i18n')
55
gnome = import('gnome')

0 commit comments

Comments
 (0)