Skip to content

Commit 61838a0

Browse files
committed
feat: Version bump
1 parent a1eafa7 commit 61838a0

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

libparabolic/src/controllers/mainwindowcontroller.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ namespace Nickvision::TubeConverter::Shared::Controllers
3838
m_downloadManager{ m_dataFileManager.get<Configuration>("config").getDownloaderOptions(), m_dataFileManager.get<DownloadHistory>("history"), m_dataFileManager.get<DownloadRecoveryQueue>("recovery") },
3939
m_isWindowActive{ false }
4040
{
41-
m_appInfo.setVersion({ "2025.5.4-beta2" });
41+
m_appInfo.setVersion({ "2025.5.4-beta3" });
4242
m_appInfo.setShortName(_("Parabolic"));
4343
m_appInfo.setDescription(_("Download web video and audio"));
44-
m_appInfo.setChangelog("- Added the ability to use video formats for audio file downloads\n- Added the ability to specify Worst for a video/audio format\n- Added the ability to specify None for a video/audio format\n- Added the Use Part Files option to downloader settings\n- Added the Documentation help menu item in the Qt app\n- Changed the folder path delimiter in batch files from ';' to '|'\n- Fixed an issue where thumbnail conversion failed for some videos\n- Fixed an issue where progress of downloads using aria2c was not displayed correctly\n- Fixed an issue where playlist downloads caused the app to crash on Windows\n- Parabolic should now provide users with error messages instead of crashing the entire app\n- Updated yt-dlp to fix YouTube format errors");
44+
m_appInfo.setChangelog("- Added the ability to use video formats for audio file downloads\n- Added the ability to specify Worst for a video/audio format\n- Added the ability to specify None for a video/audio format\n- Added the Use Part Files option to downloader settings\n- Added the Documentation help menu item in the Qt app\n- Changed the folder path delimiter in batch files from ';' to '|'\n- Fixed an issue where thumbnail conversion failed for some videos\n- Fixed an issue where progress of downloads using aria2c was not displayed correctly\n- Fixed an issue where playlist downloads caused the app to crash on Windows\n- Parabolic should now provide users with error messages instead of crashing the entire app\n- Tweaked the GNOME user interface as we get closer to joining GNOME Circle\n- Updated yt-dlp to fix YouTube format errors");
4545
m_appInfo.setSourceRepo("https://github.com/NickvisionApps/Parabolic");
4646
m_appInfo.setIssueTracker("https://github.com/NickvisionApps/Parabolic/issues/new");
4747
m_appInfo.setSupportUrl("https://github.com/NickvisionApps/Parabolic/discussions");

resources/linux/org.nickvision.tubeconverter.metainfo.xml.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<binary>@PROJECT_NAME@</binary>
5656
</provides>
5757
<releases>
58-
<release version="2025.5.4-beta2" date="2025-05-25">
58+
<release version="2025.5.4-beta3" date="2025-05-26">
5959
<description translate="no">
6060
<p>- Added the ability to use video formats for audio file downloads</p>
6161
<p>- Added the ability to specify Worst for a video/audio format</p>
@@ -67,6 +67,7 @@
6767
<p>- Fixed an issue where progress of downloads using aria2c was not displayed correctly</p>
6868
<p>- Fixed an issue where playlist downloads caused the app to crash on Windows</p>
6969
<p>- Parabolic should now provide users with error messages instead of crashing the entire app</p>
70+
<p>- Tweaked the GNOME user interface as we get closer to joining GNOME Circle</p>
7071
<p>- Updated yt-dlp to fix YouTube format errors</p>
7172
</description>
7273
</release>

resources/po/parabolic.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-05-26 11:55-0400\n"
11+
"POT-Creation-Date: 2025-05-26 11:58-0400\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"

0 commit comments

Comments
 (0)