diff --git a/Changelog.md b/Changelog.md index 9054f25..6585c52 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,19 @@ +# 2023.9.20.0 + +*2023-09-20* + +- Added + - **Instagram: user active (non-pinned) stories (Issue #17)** + - Reddit: reduce the number of token updates (refresh the token if there are Reddit users in the download queue) + - 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`)) + - Automation: ability to change schedulers (`Download` - `Automation` - `Script icon`) + - Collections: update colors for the added user +- Fixed + - YouTube: can't detect `shorts` links + - Incorrect MD5 validation initial value + - Instagram: handle error 500 + - Collections: update labels only for the added user + # 2023.8.27.0 *2023-08-27* diff --git a/ProgramScreenshots/SettingsSiteInstagram.png b/ProgramScreenshots/SettingsSiteInstagram.png index 76cd565..e6e40a0 100644 Binary files a/ProgramScreenshots/SettingsSiteInstagram.png and b/ProgramScreenshots/SettingsSiteInstagram.png differ diff --git a/README.md b/README.md index 2df4804..5427d3b 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,10 @@ F5-->[*] # Contact me +Discord server: https://discord.gg/uFNUXvFFmg + +[e-mail](mailto:andyprogram@proton.me): andyprogram@proton.me + \ No newline at end of file diff --git a/SCrawler.YouTube/My Project/AssemblyInfo.vb b/SCrawler.YouTube/My Project/AssemblyInfo.vb index 4c141e5..0407a3c 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 494853d..b6f9498 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 ceb8707..c2f8404 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: ' - - + +