From 2a9b6160a00b407e96d31143ef2bf0c1cb4923f6 Mon Sep 17 00:00:00 2001 From: tfuxu <73042332+tfuxu@users.noreply.github.com> Date: Sun, 6 Oct 2024 00:25:19 +0200 Subject: [PATCH] chore: prepare for 1.1.0 release --- data/io.github.tfuxu.floodit.metainfo.xml.in.in | 16 +++++++++++----- meson.build | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/data/io.github.tfuxu.floodit.metainfo.xml.in.in b/data/io.github.tfuxu.floodit.metainfo.xml.in.in index 46e97f8..33de3c1 100644 --- a/data/io.github.tfuxu.floodit.metainfo.xml.in.in +++ b/data/io.github.tfuxu.floodit.metainfo.xml.in.in @@ -43,11 +43,6 @@ @HELP_URL@ - - HiDpiIcon - ModernToolkit - - offline-only 360 @@ -64,6 +59,17 @@ + + +

+

    +
  • Trigger game lost screen when the number of steps left is zero
  • +
  • Fixed line artifacts showing one some parts of the board
  • +
  • Rounded the corners of the board
  • +
+

+
+

diff --git a/meson.build b/meson.build index f92224c..0605a3a 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('floodit', - version: '1.0.0', + version: '1.1.0', meson_version: '>= 0.64.0', default_options: [ 'warning_level=2', 'werror=false',