File tree Expand file tree Collapse file tree
SCrawler.YouTubeDownloader/My Project
SCrawler.YouTube/My Project Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 2023.10.10.0
2+
3+ * 2023-10-10*
4+
5+ - Added
6+ - Notification if the user has disabled downloading from the site
7+ - Standalone downloader: new setting ` Create URL files `
8+ - Changed the sessions naming method to be more intuitive
9+ - Settings that allow the user to change the number of saved session (` Settings ` - ` Feed ` - ` Store session data ` )
10+ - ** YouTube: new settings ` Create URL files ` and ` Create description files ` **
11+ - YouTube: added the ` Clear selected ` button
12+ - YouTube: group the ` Clear and remove ` buttons in the menu
13+ - Fixed
14+ - Reddit: unable to save settings without OAuth data
15+ - JustForFans: rewritten m3u8 downloader
16+ - JustForFans: downloading of missing posts
17+ - JustForFans: download to the date
18+ - JustForFans: corrupted files
19+ - Threads: new token is not saved if it was received during download
20+ - ThisVid: parsing stops when new videos are added
21+ - YouTube: file name is missing when destination is changed by selecting one of the saved locations
22+ - YouTube: missing files still appear in the list
23+ - Collections: labels are removed when creating a new collection
24+ - Standalone downloader: cached thumbnail is not removed when item is removed from the list
25+ - Minor bugs
26+
127# 2023.10.1.0
228
329* 2023-10-01*
Original file line number Diff line number Diff line change 44
55[ ![ GitHub release (latest by date)] ( https://img.shields.io/github/v/release/AAndyProgram/SCrawler )] ( https://github.com/AAndyProgram/SCrawler/releases/latest )
66[ ![ GitHub license] ( https://img.shields.io/github/license/AAndyProgram/SCrawler )] ( https://github.com/AAndyProgram/SCrawler/blob/main/LICENSE )
7+ [ ![ Discord] ( https://img.shields.io/discord/1124032649682493462?logo=discord )] ( https://discord.gg/uFNUXvFFmg )
78[ ![ GitHub all releases] ( https://img.shields.io/github/downloads/aandyprogram/scrawler/total?label=Total%20downloads )] ( https://github.com/AAndyProgram/SCrawler/releases )
89[ ![ FAQ] ( https://img.shields.io/badge/FAQ-green )] ( FAQ.md )
910[ ![ GUIDE] ( https://img.shields.io/badge/GUIDE-green )] ( https://github.com/AAndyProgram/SCrawler/wiki )
Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
3232' by using the '*' as shown below:
3333' <Assembly: AssemblyVersion("1.0.*")>
3434
35- < Assembly : AssemblyVersion( "2023.10.1 .0" )>
36- < Assembly : AssemblyFileVersion( "2023.10.1 .0" )>
35+ < Assembly : AssemblyVersion( "2023.10.10 .0" )>
36+ < Assembly : AssemblyFileVersion( "2023.10.10 .0" )>
3737< Assembly : NeutralResourcesLanguage( "en" )>
Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
3232' by using the '*' as shown below:
3333' <Assembly: AssemblyVersion("1.0.*")>
3434
35- < Assembly : AssemblyVersion( "2023.10.1 .0" )>
36- < Assembly : AssemblyFileVersion( "2023.10.1 .0" )>
35+ < Assembly : AssemblyVersion( "2023.10.10 .0" )>
36+ < Assembly : AssemblyFileVersion( "2023.10.10 .0" )>
3737< Assembly : NeutralResourcesLanguage( "en" )>
Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
3232' by using the '*' as shown below:
3333' <Assembly: AssemblyVersion("1.0.*")>
3434
35- < Assembly : AssemblyVersion( "2023.10.1 .0" )>
36- < Assembly : AssemblyFileVersion( "2023.10.1 .0" )>
35+ < Assembly : AssemblyVersion( "2023.10.10 .0" )>
36+ < Assembly : AssemblyFileVersion( "2023.10.10 .0" )>
3737< Assembly : NeutralResourcesLanguage( "en" )>
You can’t perform that action at this time.
0 commit comments