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 10, 2022
1 parent 4a8ccd1 commit e963b80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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-beta2"
"tag": "2022.11.0"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion org.nickvision.tubeconverter.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<binary>org.nickvision.tubeconverter</binary>
</provides>
<releases>
<release version="2022.11.0-beta2" date="2022-11-07">
<release version="2022.11.0" date="2022-11-10">
<description>
<p>- Fixed an issue where videos could not be downloaded on ARM64</p>
<p>- Fixed an issue where 'Best' and 'Good' would download the same video quality</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 Tube Converter");
m_appInfo.setShortName("Tube Converter");
m_appInfo.setDescription(_("An easy-to-use YouTube video downloader."));
m_appInfo.setVersion("2022.11.0-beta2");
m_appInfo.setVersion("2022.11.0");
m_appInfo.setChangelog("<ul><li>Fixed an issue where videos could not be downloaded on ARM64</li><li>Fixed an issue where 'Best' and 'Good' would download the same video quality</li><li>Improved design of the Logs dialog</li><li>Added translation support</li><li>Added Arabic translation (Thanks @fawaz006!)</li><li>Added Dutch translation (Thanks @Vistaus!)</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");
Expand Down

0 comments on commit e963b80

Please sign in to comment.