From 3342e88301109815bd0714b7150490afeac29e89 Mon Sep 17 00:00:00 2001 From: Marius Meisenzahl Date: Thu, 23 Dec 2021 13:10:44 +0000 Subject: [PATCH] Release version 0.6.0 (#51) * meson: Update version * AppData: Add new release --- data/com.manexim.home.appdata.xml.in | 26 +++++++++++++++++++++++++- meson.build | 2 +- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/data/com.manexim.home.appdata.xml.in b/data/com.manexim.home.appdata.xml.in index 59fc294..3426a47 100644 --- a/data/com.manexim.home.appdata.xml.in +++ b/data/com.manexim.home.appdata.xml.in @@ -1,5 +1,5 @@ - + com.manexim.home CC0 @@ -21,6 +21,30 @@ com.manexim.home + + +

New:

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

Improved:

+
    +
+

Fixed:

+
    +
+

Translations:

+
    +
  • Russian (by camellan)
  • +
  • French (by NathanBnm)
  • +
  • German (by meisenzahl)
  • +
  • Japanese (by ryonakano)
  • +
  • Portuguese (by aimproxy)
  • +
  • Polish (by oskarkunik)
  • +
+
+

New:

diff --git a/meson.build b/meson.build index 23a88a8..c5428f3 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('com.manexim.home', 'vala', 'c', version: '0.5.0') +project('com.manexim.home', 'vala', 'c', version: '0.6.0') gnome = import('gnome') i18n = import('i18n')