Skip to content

Commit 5839d55

Browse files
committed
Release 1.0.0
1 parent 5f750eb commit 5839d55

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,33 @@
3131
</screenshot>
3232
</screenshots>
3333
<releases>
34+
<release version="1.0.0" date="2018-01-15">
35+
<description>
36+
<p>This release contains many new features and bug fixes as well as added suport for translations:</p>
37+
<ul>
38+
<li>French translation (dabou)</li>
39+
<li>Russian translation (Cammelan)</li>
40+
<li>Spanish translation (Juan Gómez Carrillo)</li>
41+
</ul>
42+
<p>New features:</p>
43+
<ul>
44+
<li>Added a button to duplicate a specifc application entry</li>
45+
<li>New "Advanced" section: add a new "Uses Notitifications" key</li>
46+
</ul>
47+
<p>Fixed:</p>
48+
<ul>
49+
<li>Fixed crashes when saving an entry with an equal sign in it's command line property</li>
50+
<li>Sometimes deleting a local entry would cause it to stay in the sidebar until the next launch</li>
51+
<li>Sometimes creating a new entry caused a crash</li>
52+
<li>The page would not update after saving the entry</li>
53+
</ul>
54+
<p>Miscellaneous:</p>
55+
<ul>
56+
<li>Save unsaved entries when quitting the application</li>
57+
<li>Clear the search entry when creating a new application entry</li>
58+
</ul>
59+
</description>
60+
</release>
3461
<release version="0.9.3" date="2017-08-20">
3562
<description>
3663
<p>New features:</p>

meson.build

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

44
i18n = import('i18n')
55
gnome = import('gnome')
@@ -20,7 +20,6 @@ deps = [
2020
meson.get_compiler('vala').find_library('posix')
2121
]
2222

23-
2423
asresources = gnome.compile_resources(
2524
'as-resources', 'data/' + meson.project_name() + '.gresource.xml',
2625
source_dir: 'data',

0 commit comments

Comments
 (0)