Update remote version and flatpak config

This commit is contained in:
aandrew-me 2024-08-25 17:04:39 +03:00
parent 6b5fcb3f6c
commit d99cc8abce
2 changed files with 10 additions and 2 deletions

View File

@ -39,6 +39,14 @@
<content_rating type="oars-1.1" />
<releases>
<release version="3.18.2" date="2024-8-25">
<description>
<p>Design enhancements</p>
<p>Added removal of old windows updates</p>
<p>Ignore unavailable videos for playlists</p>
<p>Fixed issues with config file on resize</p>
</description>
</release>
<release version="3.18.0" date="2024-6-02">
<description>
<p>Added proxy support</p>

View File

@ -1,9 +1,9 @@
{
"homepage": "https://ytdn.netlify.app",
"version": "3.18.0",
"version": "3.18.2",
"description": "A modern GUI App for downloading Videos and Audios from hundreds of sites",
"license": "GPL-3",
"url": "https://github.com/aandrew-me/ytDownloader/releases/download/v3.18.0/YTDownloader_Win.zip",
"url": "https://github.com/aandrew-me/ytDownloader/releases/download/v3.18.2/YTDownloader_Win.zip",
"checkver": {
"github": "https://github.com/aandrew-me/ytDownloader"
},