Skip to content

Commit

Permalink
V2022.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Nov 25, 2022
1 parent 86dc741 commit 02e8ab5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.1-rc1"
"tag": "2022.11.1"
}
]
}
Expand Down
8 changes: 4 additions & 4 deletions org.nickvision.money.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>Money</name>
<summary>A personal finance manager </summary>
<summary>A personal finance manager</summary>
<description>
<p>
A personal finance manager
Expand Down Expand Up @@ -36,11 +36,11 @@
</screenshot>
<screenshot>
<caption>OpenAccount</caption>
<image>https://user-images.githubusercontent.com/17648453/202458058-28dcb582-bce7-45ec-8b0c-595adc544112.png</image>
<image>https://user-images.githubusercontent.com/17648453/204042093-d01d5aaa-3a82-49fd-b579-afd48d20936e.png</image>
</screenshot>
<screenshot>
<caption>DarkMode</caption>
<image>https://user-images.githubusercontent.com/17648453/202458065-05a7aed2-df9c-4378-a8b4-13b05a4614d9.png</image>
<image>https://user-images.githubusercontent.com/17648453/204042100-a56c28e2-2a83-4c12-9629-acf8079fd89a.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/nlogozzo/NickvisionMoney</url>
Expand All @@ -49,7 +49,7 @@
<binary>org.nickvision.money</binary>
</provides>
<releases>
<release version="2022.11.1-rc1" date="2022-11-24">
<release version="2022.11.1" date="2022-11-25">
<description>
<p>- Introducing a brand new redesign! We completely redesigned the application to provide an easier and more efficient way to manage your accounts, groups, and transactions</p>
<p>- Added the 'Transfer Money' action to allow for transferring money to another account</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 @@ -28,7 +28,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.1-rc1");
m_appInfo.setVersion("2022.11.1");
m_appInfo.setChangelog("<ul><li>Introducing a brand new redesign! We completely redesigned the application to provide an easier and more efficient way to manage your accounts, groups, and transactions</li><li>Added the 'Transfer Money' action to allow for transferring money to another account</li><li>Added support for filtering transactions by type, group, or date</li><li>You can now double-click a .nmoney file and it will open directly in Money</li><li>The CSV delimiter has been changed to a semicolon (;). This will allow us to store rgba values and descriptions with commas in a CSV file</li><li>Fixed an issue where some monetary values were displayed incorrectly</li><li>Fixed an issue where repeated transactions would not assign themselves to a group</li><li>Added German translation (Thanks @milotype!)</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 02e8ab5

Please sign in to comment.