Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
donadigo committed Jan 15, 2018
1 parent 5f750eb commit 5839d55
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
27 changes: 27 additions & 0 deletions data/com.github.donadigo.appeditor.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,33 @@
</screenshot>
</screenshots>
<releases>
<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>
<ul>
<li>French translation (dabou)</li>
<li>Russian translation (Cammelan)</li>
<li>Spanish translation (Juan Gómez Carrillo)</li>
</ul>
<p>New features:</p>
<ul>
<li>Added a button to duplicate a specifc application entry</li>
<li>New "Advanced" section: add a new "Uses Notitifications" key</li>
</ul>
<p>Fixed:</p>
<ul>
<li>Fixed crashes when saving an entry with an equal sign in it's command line property</li>
<li>Sometimes deleting a local entry would cause it to stay in the sidebar until the next launch</li>
<li>Sometimes creating a new entry caused a crash</li>
<li>The page would not update after saving the entry</li>
</ul>
<p>Miscellaneous:</p>
<ul>
<li>Save unsaved entries when quitting the application</li>
<li>Clear the search entry when creating a new application entry</li>
</ul>
</description>
</release>
<release version="0.9.3" date="2017-08-20">
<description>
<p>New features:</p>
Expand Down
3 changes: 1 addition & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('com.github.donadigo.appeditor', ['vala', 'c'],
version: '0.0.1')
version: '1.0.0')

i18n = import('i18n')
gnome = import('gnome')
Expand All @@ -20,7 +20,6 @@ deps = [
meson.get_compiler('vala').find_library('posix')
]


asresources = gnome.compile_resources(
'as-resources', 'data/' + meson.project_name() + '.gresource.xml',
source_dir: 'data',
Expand Down

0 comments on commit 5839d55

Please sign in to comment.