From a16b48f1c89f3d32e871f53fde9e0a6ec6855355 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Fri, 21 Feb 2025 19:35:54 +0300 Subject: [PATCH] version bump to 1.2.58.492 - new scrollbar enabled ( fixes #649 ) - fullscreen mode is enabled for the library - podcast comments are enabled --- patches/patches.json | 60 ++++++++++++++++++++++++++++++++++++++++++-- run.ps1 | 4 +-- 2 files changed, 60 insertions(+), 4 deletions(-) diff --git a/patches/patches.json b/patches/patches.json index d98ea0c..b30bb0f 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -977,7 +977,7 @@ "native_description": "Enables the Saved In section in Aligned Curation", "version": { "fr": "1.2.40", - "to": "" + "to": "1.2.47" } }, "ViewMode": { @@ -1346,7 +1346,7 @@ "native_description": "Enable zoom settings from the settings page on Desktop", "version": { "fr": "1.2.53", - "to": "" + "to": "1.2.57" } }, "AmbientModeForMiniplayer": { @@ -1375,6 +1375,42 @@ "fr": "1.2.57", "to": "" } + }, + "UserCommentsForEpisodes": { + "name": "enableUserCommentsForEpisodes", + "description": "Enable user comments for podcast episodes", + "native_description": "Enable user comments for podcast episodes", + "version": { + "fr": "1.2.56", + "to": "" + } + }, + "AdsPrioritizeCanvas": { + "name": "embeddedAdsPrioritizeCanvas", + "description": "When enabled, tracks eligible for canvas will not be eligible for embedded ads", + "native_description": "When enabled, tracks eligible for canvas will not be eligible for embedded ads", + "version": { + "fr": "1.2.58", + "to": "" + } + }, + "NewOverlayScrollbars": { + "name": "enableNewOverlayScrollbars", + "description": "Enable new overlay scrollbars", + "native_description": "Enable new overlay scrollbars", + "version": { + "fr": "1.2.58", + "to": "" + } + }, + "FullscreenLibrary": { + "name": "enableFullscreenLibrary", + "description": "Enable fullscreen library", + "native_description": "Enable fullscreen library", + "version": { + "fr": "1.2.58", + "to": "" + } } }, "CustomExp": { @@ -1507,6 +1543,26 @@ "fr": "1.2.57", "to": "" } + }, + "AdsDismissInterval": { + "name": "embeddedAdsDismissInterval", + "description": "How long to wait (in seconds) before autodismissing embedded ad", + "native_description": "How long to wait (in seconds) before autodismissing embedded ad", + "value": "0", + "version": { + "fr": "1.2.58", + "to": "" + } + }, + "AdsViewsTimeInterval": { + "name": "embeddedAdsViewsTimeInterval", + "description": "How long to wait (in seconds) between each successful render of embedded ad", + "native_description": "How long to wait (in seconds) between each successful render of embedded ad", + "value": "99999", + "version": { + "fr": "1.2.58", + "to": "" + } } }, "binary": { diff --git a/run.ps1 b/run.ps1 index cdaaa05..2c96177 100644 --- a/run.ps1 +++ b/run.ps1 @@ -292,7 +292,7 @@ if ($psv -ge 7) { } # add Tls12 -[Net.ServicePointManager]::SecurityProtocol = 3072 +[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12; function Get-Link { param ( @@ -371,7 +371,7 @@ if (!($version -and $version -match $match_v)) { } else { # latest tested version for Win 10-12 - $onlineFull = "1.2.57.463.g4f748c64-3096" + $onlineFull = "1.2.58.492.g5e7cd836-228" } } else {