Skip to content

Commit 831d9a5

Browse files
committed
2023.10.10.0
1 parent 326e61a commit 831d9a5

6 files changed

Lines changed: 33 additions & 6 deletions

File tree

Changelog.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
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*
227 Bytes
Loading

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
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)

SCrawler.YouTube/My Project/AssemblyInfo.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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")>

SCrawler.YouTubeDownloader/My Project/AssemblyInfo.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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")>

SCrawler/My Project/AssemblyInfo.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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")>

0 commit comments

Comments
 (0)