diff --git a/data/com.github.manexim.news.appdata.xml.in b/data/com.github.manexim.news.appdata.xml.in index 38be72a..c3b2b43 100644 --- a/data/com.github.manexim.news.appdata.xml.in +++ b/data/com.github.manexim.news.appdata.xml.in @@ -1,5 +1,5 @@ - + com.github.manexim.news CC0 @@ -16,6 +16,29 @@ com.github.manexim.news + + +

New:

+
    +
  • Using Hdy.Window for rounded corners
  • +
  • Support dark style preference
  • +
  • Redesigned UI
  • +
+

Improved:

+
    +
+

Fixed:

+
    +
+

Translations:

+
    +
  • French (by NathanBnm)
  • +
  • German (by meisenzahl)
  • +
  • Spanish (by capitantrueno)
  • +
  • Portuguese (by rottenpants466)
  • +
+
+

New:

diff --git a/meson.build b/meson.build index a4c2503..a5a184f 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('com.github.manexim.news', 'vala', 'c', version: '0.1.5') +project('com.github.manexim.news', 'vala', 'c', version: '0.2.0') gnome = import('gnome') i18n = import('i18n')