From 40c85a84d60cb436cddf6e65081f250d4204d14c Mon Sep 17 00:00:00 2001 From: Alain Date: Tue, 19 Dec 2023 09:46:32 -0500 Subject: [PATCH] Release 4.3.1 --- .../io.github.alainm23.planify.appdata.xml.in.in | 9 +++++++++ meson.build | 2 +- po/README.md | 2 +- src/Dialogs/Preferences/PreferencesWindow.vala | 16 ++++++++++++++++ 4 files changed, 27 insertions(+), 2 deletions(-) diff --git a/data/io.github.alainm23.planify.appdata.xml.in.in b/data/io.github.alainm23.planify.appdata.xml.in.in index f52965b3f..5a9b0de1d 100644 --- a/data/io.github.alainm23.planify.appdata.xml.in.in +++ b/data/io.github.alainm23.planify.appdata.xml.in.in @@ -54,6 +54,15 @@ https://useplanner.com/support/ @appid@.desktop + + +
    +
  • Russian translations thanks to @hachikoharuno.
  • +
  • French translation update thanks to @rene-coty.
  • +
+
+
+

Planify 4.3 is here, design improvements and new features available.

diff --git a/meson.build b/meson.build index 52a9088ea..7b8bb50ac 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'io.github.alainm23.planify', 'vala', 'c', - version: '4.3' + version: '4.3.1' ) gnome = import('gnome') diff --git a/po/README.md b/po/README.md index 6ef723c0a..86bb61d48 100644 --- a/po/README.md +++ b/po/README.md @@ -3,7 +3,7 @@ To start translating, duplicate any of the `.po` files and start translating it, rename it to match your country code and add your contry code. - Be sure to add your country code to the [LINGUAS](https://github.com/edfloreshz/done/blob/main/po/LINGUAS) file too. + Be sure to add your country code to the [LINGUAS](https://github.com/alainm23/planify/blob/master/po/LINGUAS) file too. |Code |Language | |----------|------------------------------------------| diff --git a/src/Dialogs/Preferences/PreferencesWindow.vala b/src/Dialogs/Preferences/PreferencesWindow.vala index 8fe17fa08..c76601520 100644 --- a/src/Dialogs/Preferences/PreferencesWindow.vala +++ b/src/Dialogs/Preferences/PreferencesWindow.vala @@ -161,9 +161,25 @@ public class Dialogs.Preferences.PreferencesWindow : Adw.PreferencesWindow { } }); + // var review_app_row = new Adw.ActionRow (); + // review_app_row.activatable = true; + // review_app_row.add_prefix (generate_icon ("planner-heart")); + // review_app_row.add_suffix (generate_icon ("pan-end-symbolic", 16)); + // review_app_row.title = _("Review the app"); + // review_app_row.subtitle = _("Tell us what we are doing correct or wrong."); + + // review_app_row.activated.connect (() => { + // try { + // AppInfo.launch_default_for_uri (Constants.TELEGRAM_GROUP, null); + // } catch (Error e) { + // warning ("%s\n", e.message); + // } + // }); + reach_us_group.add (contact_us_row); reach_us_group.add (tweet_us_row); reach_us_group.add (telegram_row); + // reach_us_group.add (review_app_row); page.add (reach_us_group); // Support Group