diff --git a/data/com.github.donadigo.appeditor.appdata.xml b/data/com.github.donadigo.appeditor.appdata.xml index 5bb4788..a89f819 100644 --- a/data/com.github.donadigo.appeditor.appdata.xml +++ b/data/com.github.donadigo.appeditor.appdata.xml @@ -31,6 +31,33 @@ + + +

This release contains many new features and bug fixes as well as added suport for translations:

+
    +
  • French translation (dabou)
  • +
  • Russian translation (Cammelan)
  • +
  • Spanish translation (Juan Gómez Carrillo)
  • +
+

New features:

+
    +
  • Added a button to duplicate a specifc application entry
  • +
  • New "Advanced" section: add a new "Uses Notitifications" key
  • +
+

Fixed:

+
    +
  • Fixed crashes when saving an entry with an equal sign in it's command line property
  • +
  • Sometimes deleting a local entry would cause it to stay in the sidebar until the next launch
  • +
  • Sometimes creating a new entry caused a crash
  • +
  • The page would not update after saving the entry
  • +
+

Miscellaneous:

+
    +
  • Save unsaved entries when quitting the application
  • +
  • Clear the search entry when creating a new application entry
  • +
+
+

New features:

diff --git a/meson.build b/meson.build index c821b8d..cf3527b 100755 --- a/meson.build +++ b/meson.build @@ -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') @@ -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',