From 793c06c4ed48c45b1db957a1ff7b10c40f309aef Mon Sep 17 00:00:00 2001 From: Nick Logozzo Date: Thu, 17 Nov 2022 08:30:08 -0500 Subject: [PATCH] V2022.11.0 --- org.nickvision.money.json | 2 +- org.nickvision.money.metainfo.xml | 2 +- src/ui/application.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/org.nickvision.money.json b/org.nickvision.money.json index 883a155f1..2216b9038 100644 --- a/org.nickvision.money.json +++ b/org.nickvision.money.json @@ -64,7 +64,7 @@ { "type": "git", "url": "https://github.com/nlogozzo/NickvisionMoney.git", - "tag": "2022.11.0-rc1" + "tag": "2022.11.0" } ] } diff --git a/org.nickvision.money.metainfo.xml b/org.nickvision.money.metainfo.xml index ad6f3bcdd..1721acb75 100644 --- a/org.nickvision.money.metainfo.xml +++ b/org.nickvision.money.metainfo.xml @@ -40,7 +40,7 @@ org.nickvision.money - +

- Introducing Groups: Add groups to an account and associate transactions with groups for a more precise finance management system

- Money will automatically obtain the user's currency symbol, money format, and date format from their locale

diff --git a/src/ui/application.cpp b/src/ui/application.cpp index e26d962ab..5a45f261e 100644 --- a/src/ui/application.cpp +++ b/src/ui/application.cpp @@ -14,7 +14,7 @@ Application::Application(const std::string& id, GApplicationFlags flags) : m_adw m_appInfo.setName("Nickvision Money"); m_appInfo.setShortName("Money"); m_appInfo.setDescription(_("A personal finance manager.")); - m_appInfo.setVersion("2022.11.0-rc1"); + m_appInfo.setVersion("2022.11.0"); m_appInfo.setChangelog("
  • Introducing Groups: Add groups to an account and associate transactions with groups for a more precise finance management system
  • Money will automatically obtain the user's currency symbol, money format, and date format from their locale
  • Money will remember up to 3 recently opened accounts for quick and easy access
  • Fixed an issue where a new account was not created if overwriting an old one
  • Added translation support
  • Added Croatian translation (Thanks @milotype!)
  • Added Dutch translation (Thanks @Vistaus!)
  • Added French translation (Thanks @zothma!)
  • Added Hindi translation (Thanks @heymisphere!)
  • Added Italian translation (Thanks @bordam!)
  • Added Polish translation (Thanks @martin-desktops!)
  • Added Russian translation (Thanks @fsobolev!)
"); m_appInfo.setGitHubRepo("https://github.com/nlogozzo/NickvisionMoney"); m_appInfo.setIssueTracker("https://github.com/nlogozzo/NickvisionMoney/issues/new");