Skip to content

Commit

Permalink
V2022.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Nov 17, 2022
1 parent bef43f7 commit 793c06c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion org.nickvision.money.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
{
"type": "git",
"url": "https://github.com/nlogozzo/NickvisionMoney.git",
"tag": "2022.11.0-rc1"
"tag": "2022.11.0"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion org.nickvision.money.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<binary>org.nickvision.money</binary>
</provides>
<releases>
<release version="2022.11.0-rc1" date="2022-11-15">
<release version="2022.11.0" date="2022-11-17">
<description>
<p>- Introducing Groups: Add groups to an account and associate transactions with groups for a more precise finance management system</p>
<p>- Money will automatically obtain the user's currency symbol, money format, and date format from their locale</p>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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("<ul><li>Introducing Groups: Add groups to an account and associate transactions with groups for a more precise finance management system</li><li>Money will automatically obtain the user's currency symbol, money format, and date format from their locale</li><li>Money will remember up to 3 recently opened accounts for quick and easy access</li><li>Fixed an issue where a new account was not created if overwriting an old one</li><li>Added translation support</li><li>Added Croatian translation (Thanks @milotype!)</li><li>Added Dutch translation (Thanks @Vistaus!)</li><li>Added French translation (Thanks @zothma!)</li><li>Added Hindi translation (Thanks @heymisphere!)</li><li>Added Italian translation (Thanks @bordam!)</li><li>Added Polish translation (Thanks @martin-desktops!)</li><li>Added Russian translation (Thanks @fsobolev!)</li></ul>");
m_appInfo.setGitHubRepo("https://github.com/nlogozzo/NickvisionMoney");
m_appInfo.setIssueTracker("https://github.com/nlogozzo/NickvisionMoney/issues/new");
Expand Down

0 comments on commit 793c06c

Please sign in to comment.