Skip to content

Commit 9ac95c1

Browse files
committed
V2025.1.3
1 parent 7c4ed9e commit 9ac95c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libparabolic/src/controllers/mainwindowcontroller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace Nickvision::TubeConverter::Shared::Controllers
4040
m_downloadManager{ m_dataFileManager.get<Configuration>("config").getDownloaderOptions(), m_dataFileManager.get<DownloadHistory>("history"), m_dataFileManager.get<DownloadRecoveryQueue>("recovery"), m_logger },
4141
m_isWindowActive{ false }
4242
{
43-
m_appInfo.setVersion({ "2025.1.3-next" });
43+
m_appInfo.setVersion({ "2025.1.3" });
4444
m_appInfo.setShortName(_("Parabolic"));
4545
m_appInfo.setDescription(_("Download web video and audio"));
4646
m_appInfo.setChangelog("- Improved progress and log reporting of downloads\n- Fixed an issue where removing source data from metadata was not working\n- Fixed an issue where a media's track number was not included in its metadata for playlist downloads\n- Fixed an issue where downloading media with a specified time frame did not work on Flatpak\n- Fixed an issue where the postprocessing threads setting had no effect on Flatpak\n- Fixed an issue where the video and audio format comboboxes were ellipsed on GNOME\n- Updated yt-dlp");

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

Lines changed: 1 addition & 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.1.3-next" date="2025-01-17">
58+
<release version="2025.1.3" date="2025-01-28">
5959
<description translate="no">
6060
<p>- Improved progress and log reporting of downloads</p>
6161
<p>- Fixed an issue where removing source data from metadata was not working</p>

0 commit comments

Comments
 (0)