Skip to content

Commit

Permalink
V2022.11.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Nov 7, 2022
1 parent 2e2e4dd commit 5abbb1d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion org.nickvision.tubeconverter.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
{
"type": "git",
"url": "https://github.com/nlogozzo/NickvisionTubeConverter.git",
"tag": "2022.11.0-beta1"
"tag": "2022.11.0-beta2"
}
]
}
Expand Down
4 changes: 3 additions & 1 deletion org.nickvision.tubeconverter.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@
<binary>org.nickvision.tubeconverter</binary>
</provides>
<releases>
<release version="2022.11.0-beta1" date="2022-11-06">
<release version="2022.11.0-beta2" date="2022-11-07">
<description>
<p>- Fixed an issue where videos could not be downloaded on ARM64</p>
<p>- Added translation support</p>
<p>- Added French translation (Thanks @zothma!)</p>
<p>- Added Russian translation (Thanks @fsobolev!)</p>
Expand All @@ -46,3 +47,4 @@
</releases>
<content_rating type="oars-1.1" />
</component>

4 changes: 2 additions & 2 deletions src/ui/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Application::Application(const std::string& id, GApplicationFlags flags) : m_adw
m_appInfo.setName("Nickvision Tube Converter");
m_appInfo.setShortName("Tube Converter");
m_appInfo.setDescription(_("An easy-to-use YouTube video downloader."));
m_appInfo.setVersion("2022.11.0-beta1");
m_appInfo.setChangelog("<ul><li>Added translation support</li><li>Added French translation (Thanks @zothma!)</li><li>Added Russian translation (Thanks @fsobolev!)</li></ul>");
m_appInfo.setVersion("2022.11.0-beta2");
m_appInfo.setChangelog("<ul><li>Fixed an issue where videos could not be downloaded on ARM64</li><li>Added translation support</li><li>Added French translation (Thanks @zothma!)</li><li>Added Russian translation (Thanks @fsobolev!)</li></ul>");
m_appInfo.setGitHubRepo("https://github.com/nlogozzo/NickvisionTubeConverter");
m_appInfo.setIssueTracker("https://github.com/nlogozzo/NickvisionTubeConverter/issues/new");
m_appInfo.setSupportUrl("https://github.com/nlogozzo/NickvisionTubeConverter/discussions");
Expand Down

0 comments on commit 5abbb1d

Please sign in to comment.