Skip to content

Commit a446df1

Browse files
committed
2023.9.20.0
1 parent 0026e90 commit a446df1

6 files changed

Lines changed: 27 additions & 6 deletions

File tree

Changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 2023.9.20.0
2+
3+
*2023-09-20*
4+
5+
- Added
6+
- **Instagram: user active (non-pinned) stories (Issue #17)**
7+
- Reddit: reduce the number of token updates (refresh the token if there are Reddit users in the download queue)
8+
- YouTube (standalone app): priority download protocol *(`Settings` - `Defaults` - `Protocol`)* (you can now select the default protocol you want to download media on: `Any`, `https`, `m3u8`))
9+
- Automation: ability to change schedulers (`Download` - `Automation` - `Script icon`)
10+
- Collections: update colors for the added user
11+
- Fixed
12+
- YouTube: can't detect `shorts` links
13+
- Incorrect MD5 validation initial value
14+
- Instagram: handle error 500
15+
- Collections: update labels only for the added user
16+
117
# 2023.8.27.0
218

319
*2023-08-27*
1.48 KB
Loading

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@ F5-->[*]
189189

190190
# Contact me
191191

192+
Discord server: https://discord.gg/uFNUXvFFmg
193+
194+
[e-mail](mailto:andyprogram@proton.me): andyprogram@proton.me
195+
<!--
192196
[e-mail](mailto:andyprogram@proton.me): andyprogram@proton.me
193197
194198
Matrix (Element): https://matrix.to/#/@andyprogram:matrix.org
@@ -198,3 +202,4 @@ Discord (contact the developer): andyprogram
198202
Discord server: https://discord.gg/uFNUXvFFmg
199203
200204
[Wire](https://account.wire.com/user-profile/?id=93985052-cf2c-4b72-ac75-bbe3231cf544): @andyprogram
205+
-->

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.8.27.0")>
36-
<Assembly: AssemblyFileVersion("2023.8.27.0")>
35+
<Assembly: AssemblyVersion("2023.9.20.0")>
36+
<Assembly: AssemblyFileVersion("2023.9.20.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.8.27.0")>
36-
<Assembly: AssemblyFileVersion("2023.8.27.0")>
35+
<Assembly: AssemblyVersion("2023.9.20.0")>
36+
<Assembly: AssemblyFileVersion("2023.9.20.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.8.27.0")>
36-
<Assembly: AssemblyFileVersion("2023.8.27.0")>
35+
<Assembly: AssemblyVersion("2023.9.20.0")>
36+
<Assembly: AssemblyFileVersion("2023.9.20.0")>
3737
<Assembly: NeutralResourcesLanguage("en")>

0 commit comments

Comments
 (0)