Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
donadigo committed Aug 11, 2018
1 parent 447c2e7 commit c268280
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
25 changes: 24 additions & 1 deletion data/com.github.donadigo.appeditor.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</provides>
<developer_name>Adam Bieńkowski</developer_name>
<url type="homepage">https://github.com/donadigo/appeditor</url>
<url type="bugtracker">https://github.com/donadigo/appeditor</url>
<url type="bugtracker">https://github.com/donadigo/appeditor/issues</url>
<url type="help">https://github.com/donadigo/appeditor</url>
<update_contact>[email protected]</update_contact>
<screenshots>
Expand All @@ -31,6 +31,29 @@
</screenshot>
</screenshots>
<releases>
<release version="1.1.0" date="2018-08-11">
<description>
<p>This release includes added support for elementary OS Juno, miscellaneous improvements and new translations:</p>
<ul>
<li>German translation (ChristianPauly)</li>
<li>Japanese translation (Ryo Nakano)</li>
<li>Brazilian Portuguese translation (Filipe de Almeida Garrett)</li>
</ul>
<p>New features:</p>
<ul>
<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>
<li>New shortcuts added:</li>
<li>Ctrl+N: Create a new menu entry</li>
<li>Ctrl+F: Focus the search entry</li>
<li>Ctrl+D: Duplicate selected entry</li>
</ul>
<p>Fixed:</p>
<ul>
<li>Some strings are not displayed in translated languages (Ryo Nakano)</li>
<li>Improper escaping of special characters in display name and description</li>
</ul>
</description>
</release>
<release version="1.0.0" date="2018-01-15">
<description>
<p>This release contains many new features and bug fixes as well as added suport for translations:</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('com.github.donadigo.appeditor', ['vala', 'c'],
version: '1.0.0')
version: '1.1.0')

i18n = import('i18n')
gnome = import('gnome')
Expand Down

0 comments on commit c268280

Please sign in to comment.