diff --git a/Changelog.md b/Changelog.md index 4c8a7ff..3fb78bb 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,29 @@ +# 2023.10.10.0 + +*2023-10-10* + +- Added + - Notification if the user has disabled downloading from the site + - Standalone downloader: new setting `Create URL files` + - Changed the sessions naming method to be more intuitive + - Settings that allow the user to change the number of saved session (`Settings` - `Feed` - `Store session data`) + - **YouTube: new settings `Create URL files` and `Create description files`** + - YouTube: added the `Clear selected` button + - YouTube: group the `Clear and remove` buttons in the menu +- Fixed + - Reddit: unable to save settings without OAuth data + - JustForFans: rewritten m3u8 downloader + - JustForFans: downloading of missing posts + - JustForFans: download to the date + - JustForFans: corrupted files + - Threads: new token is not saved if it was received during download + - ThisVid: parsing stops when new videos are added + - YouTube: file name is missing when destination is changed by selecting one of the saved locations + - YouTube: missing files still appear in the list + - Collections: labels are removed when creating a new collection + - Standalone downloader: cached thumbnail is not removed when item is removed from the list + - Minor bugs + # 2023.10.1.0 *2023-10-01* diff --git a/ProgramScreenshots/SettingsGlobalDownloader.png b/ProgramScreenshots/SettingsGlobalDownloader.png index 384b3d7..62dd2a2 100644 Binary files a/ProgramScreenshots/SettingsGlobalDownloader.png and b/ProgramScreenshots/SettingsGlobalDownloader.png differ diff --git a/README.md b/README.md index 158023e..8d2988a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![GitHub release (latest by date)](https://img.shields.io/github/v/release/AAndyProgram/SCrawler)](https://github.com/AAndyProgram/SCrawler/releases/latest) [![GitHub license](https://img.shields.io/github/license/AAndyProgram/SCrawler)](https://github.com/AAndyProgram/SCrawler/blob/main/LICENSE) +[![Discord](https://img.shields.io/discord/1124032649682493462?logo=discord)](https://discord.gg/uFNUXvFFmg) [![GitHub all releases](https://img.shields.io/github/downloads/aandyprogram/scrawler/total?label=Total%20downloads)](https://github.com/AAndyProgram/SCrawler/releases) [![FAQ](https://img.shields.io/badge/FAQ-green)](FAQ.md) [![GUIDE](https://img.shields.io/badge/GUIDE-green)](https://github.com/AAndyProgram/SCrawler/wiki) diff --git a/SCrawler.YouTube/My Project/AssemblyInfo.vb b/SCrawler.YouTube/My Project/AssemblyInfo.vb index 0d7bd59..01da9ab 100644 --- a/SCrawler.YouTube/My Project/AssemblyInfo.vb +++ b/SCrawler.YouTube/My Project/AssemblyInfo.vb @@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices ' by using the '*' as shown below: ' - - + + diff --git a/SCrawler.YouTubeDownloader/My Project/AssemblyInfo.vb b/SCrawler.YouTubeDownloader/My Project/AssemblyInfo.vb index 8734ced..bed2d55 100644 --- a/SCrawler.YouTubeDownloader/My Project/AssemblyInfo.vb +++ b/SCrawler.YouTubeDownloader/My Project/AssemblyInfo.vb @@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices ' by using the '*' as shown below: ' - - + + diff --git a/SCrawler/My Project/AssemblyInfo.vb b/SCrawler/My Project/AssemblyInfo.vb index 2090262..dd4a7db 100644 --- a/SCrawler/My Project/AssemblyInfo.vb +++ b/SCrawler/My Project/AssemblyInfo.vb @@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices ' by using the '*' as shown below: ' - - + +