From e48df831ca4953c83a447e01e14185ff385fd20e Mon Sep 17 00:00:00 2001 From: Andrey Maksimov Date: Tue, 27 Aug 2024 21:39:38 +0300 Subject: [PATCH] 1.5.2 version --- data/com.github.tenderowl.frog.appdata.xml.in | 5 +++++ data/ui/welcome_page.blp | 6 ++++++ meson.build | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/data/com.github.tenderowl.frog.appdata.xml.in b/data/com.github.tenderowl.frog.appdata.xml.in index 1e61a88..1a55401 100644 --- a/data/com.github.tenderowl.frog.appdata.xml.in +++ b/data/com.github.tenderowl.frog.appdata.xml.in @@ -19,6 +19,11 @@ + + +

Fixes.

+
+

Updated translations.

diff --git a/data/ui/welcome_page.blp b/data/ui/welcome_page.blp index 4d80a90..17ef185 100644 --- a/data/ui/welcome_page.blp +++ b/data/ui/welcome_page.blp @@ -115,6 +115,12 @@ template $WelcomePage : Adw.NavigationPage { } }; } + + // Label { + // margin-top: 8; + // label: _("...or drop image here"); + // styles ["dim-label"] + // } }; } } diff --git a/meson.build b/meson.build index bfbe328..4a9f3df 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('frog', - version: '1.5.1', + version: '1.5.2', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2', ],