- 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");