2026.5.13.0

API.Base: add 'IThumbList' interface; add the 'ReparseMissing_ClearList' function to the base class
API.Instagram: protect all necessary controls; fix error getting user info
API.OnlyFans: add the 'CookieDateProvider' class to avoid cookies error
API.PornHub: add image and title additional regex; fix subscription downloading bug
API.ThisVid: add 'ReparseMissing' function
Feed: add the most frequently used buttons to the top
FeedMedia: fix subscription bug
This commit is contained in:
Andy
2026-05-13 20:45:18 +03:00
parent be97752b7c
commit 9ba78d2fa0
15 changed files with 273 additions and 64 deletions

View File

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