Skip to content

Commit

Permalink
V2024.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Oct 30, 2024
1 parent ddbeb9a commit fd33841
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ The authors of Nickvision Parabolic are not responsible/liable for any misuse of
# Installation
<p><a href='https://flathub.org/apps/details/org.nickvision.tubeconverter'><img width='150' alt='Download on Flathub' src='https://flathub.org/api/badge?locale=en'/></a></p>
<p><a href="https://snapcraft.io/tube-converter"><img width='150' alt="Get it from the Snap Store" src="https://snapcraft.io/static/images/badges/en/snap-store-black.svg" /></a></p>
<p><a href="https://aur.archlinux.org/packages/parabolic"><img width='140' alt="Download from AUR" src="https://aur.archlinux.org/static/css/archnavbar/aurlogo.png"/></a></p>
<p><a href="https://github.com/NickvisionApps/Parabolic/releases"><img width='140' alt="Download from Releases" src="https://upload.wikimedia.org/wikipedia/commons/e/e2/Windows_logo_and_wordmark_-_2021.svg"/></a></p>

# Chat
Expand Down
2 changes: 1 addition & 1 deletion libparabolic/src/controllers/mainwindowcontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace Nickvision::TubeConverter::Shared::Controllers
m_keyring{ m_appInfo.getId() },
m_downloadManager{ m_dataFileManager.get<Configuration>("config").getDownloaderOptions(), m_dataFileManager.get<DownloadHistory>("history"), m_dataFileManager.get<DownloadRecoveryQueue>("recovery"), m_logger }
{
m_appInfo.setVersion({ "2024.10.3-next" });
m_appInfo.setVersion({ "2024.10.3" });
m_appInfo.setShortName(_("Parabolic"));
m_appInfo.setDescription(_("Download web video and audio"));
m_appInfo.setChangelog("- Added support for selecting a batch file with multiple URLs to validate instead of validating a single URL at a time\n- Added a recovery mode where downloads that were running/queued will be restored when the application is restarted after a crash\n- User entered file names will now be correctly normalized and validated in the Add Download dialog\n- Fixed an issue where YouTube tabs were not correctly validated\n- Fixed an issue where the app's documentation was not accessible\n- Fixed an issue where UTF-8 characters were not displayed correctly on Windows\n- Fixed an issue where playlist names were not normalized on Windows\n- Fixed an issue where the row animations were choppy using aria2c on Linux\n- Fixed an issue where the app would crash when stopping all downloads on Linux\n- Updated yt-dlp to 2024.10.22");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<binary>@PROJECT_NAME@</binary>
</provides>
<releases>
<release version="2024.10.3-next" date="2024-10-15">
<release version="2024.10.3" date="2024-10-29">
<description translate="no">
<p>- Added support for selecting a batch file with multiple URLs to validate instead of validating a single URL at a time</p>
<p>- Added a recovery mode where downloads that were running/queued will be restored when the application is restarted after a crash</p>
Expand Down

0 comments on commit fd33841

Please sign in to comment.