2026.2.14.0

TokenBatch: add 'MyWorkingDirectory' property
API.Instagram: update 'ID' extraction; reduce the number of downloaded stories (GQL) to 5
API.Twitter: get a new username based on the user ID
API.XHamster: videos aren't downloading
Feed: fix a bug when removing from favorites
This commit is contained in:
Andy
2026-02-14 14:24:03 +03:00
parent 164b999de7
commit d0d8e5470e
12 changed files with 287 additions and 114 deletions

View File

@@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("2026.1.24.0")>
<Assembly: AssemblyFileVersion("2026.1.24.0")>
<Assembly: AssemblyVersion("2026.2.14.0")>
<Assembly: AssemblyFileVersion("2026.2.14.0")>
<Assembly: NeutralResourcesLanguage("en")>