diff --git a/js-helper/sectionBlock.js b/js-helper/sectionBlock.js index e5f3124c..08b61f89 100644 --- a/js-helper/sectionBlock.js +++ b/js-helper/sectionBlock.js @@ -11,6 +11,7 @@ function sectionBlock(e, type) { { id: '0JQ5DAnM3wGh0gz1MXnu4w', name: 'Best of songwriters' }, { id: '0JQ5IMCbQBLhSb02SGYpDM', name: 'Biggest Indie Playlists' }, { id: '0JQ5DAnM3wGh0gz1MXnu5g', name: 'Charts' }, + { id: '0JQ5DAnM3wGh0gz1MXnu3p', name: 'Dinner' }, { id: '0JQ5DAob0KOew1FBAMSmBz', name: 'Featured Charts' }, { id: '0JQ5DAob0JCuWaGLU6ntFY', name: 'Focus' }, { id: '0JQ5DAnM3wGh0gz1MXnu3s', name: 'Fresh new music' }, diff --git a/patches/Augmented translation/ru.json b/patches/Augmented translation/ru.json index ceab3fec..61d480ff 100644 --- a/patches/Augmented translation/ru.json +++ b/patches/Augmented translation/ru.json @@ -188,20 +188,20 @@ "replace": "\"Место проведения\"" }, "47": { - "match": "\"Liked Songs Filter Tags\"", - "replace": "\"Фильтр тегов для любимых треков\"" + "match": "\"Unpin upcoming audiobook\"", + "replace": "\"Открепить предстоящую аудиокнигу\"" }, "48": { "match": "\"Notifications\"", "replace": "\"Уведомления\"" }, "49": { - "match": "\"You.re now sharing control of .host..s Jam\"", - "replace": "\"Теперь вы делитесь управлением джема с %host%\"" + "match": "\"Pin upcoming audiobook\"", + "replace": "\"Закрепить предстоящую аудиокнигу\"" }, "50": { - "match": "\"You can play specific tracks, add to the Queue, and reorder songs while in the Jam.\"", - "replace": "\"Вы можете воспроизводить конкретные треки, добавлять их в очередь и изменять порядок треков во время прослушивания джема.\"" + "match": "\"When this audiobook is released we.ll add it to Your Library.\"", + "replace": "\"Когда эта аудиокнига выйдет, мы добавим её в вашу библиотеку.\"" }, "51": { "match": "\"Bring back to main window\"", @@ -216,8 +216,8 @@ "replace": "\"Похожие видео\"" }, "54": { - "match": "\"Remove .displayName. from this Jam\"", - "replace": "\"Убрать %displayName% из этого джема\"" + "match": "\"Upcoming audiobook\"", + "replace": "\"Предстоящая аудиокнига\"" }, "55": { "match": "\"Song\"", diff --git a/patches/patches.json b/patches/patches.json index ee8bc0b6..41b8872e 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -418,6 +418,15 @@ "fr": "1.2.32", "to": "" } + }, + "SwitchingBetweenHomeAdsAndHpto": { + "name": "allowSwitchingBetweenHomeAdsAndHpto", + "description": "Allow switching between the new Home Ads format and legacy HPTO format (as opposed to only showing the legacy HPTO format)", + "native_description": "Allow switching between the new Home Ads format and legacy HPTO format (as opposed to only showing the legacy HPTO format)", + "version": { + "fr": "1.2.34", + "to": "" + } } }, "EnableExp": { @@ -661,7 +670,7 @@ "native_description": "Enable the slide-in/out transition on the right sidebar", "version": { "fr": "1.2.8", - "to": "" + "to": "1.2.33" } }, "YLXEnhancements": { @@ -805,7 +814,7 @@ "native_description": "Enables all cards throughout app to be Encore Cards", "version": { "fr": "1.2.26", - "to": "" + "to": "1.2.33" } }, "Plus": { @@ -916,15 +925,6 @@ "to": "" } }, - "GPCSignal": { - "name": "enableGPCSignal", - "description": "Enables sending of the GPC signal to the backend", - "native_description": "Enables sending of the GPC signal to the backend", - "version": { - "fr": "1.2.32", - "to": "" - } - }, "NewConnectBar": { "name": "enableNewConnectBar", "description": "New Connect Bar without arrow and clickable elements", @@ -996,6 +996,24 @@ "fr": "1.2.23", "to": "" } + }, + "SidebarAnimations": { + "name": "enableSidebarAnimations", + "description": "Enable animations on the left and right on the sidebars and makes the right sidebar collapsible", + "native_description": "Enable animations on the left and right on the sidebars and makes the right sidebar collapsible", + "version": { + "fr": "1.2.34", + "to": "" + } + }, + "RightSidebarCollapsible": { + "name": "enableSidebarAnimations", + "description": "Enable the right sidebar to collapse into the right margin", + "native_description": "Enable the right sidebar to collapse into the right margin", + "version": { + "fr": "1.2.34", + "to": "" + } } }, "CustomExp": { @@ -1076,7 +1094,7 @@ "value": "canonical-top-position", "version": { "fr": "1.2.19", - "to": "" + "to": "1.2.33" } }, "GlobalNavBar": { diff --git a/run.ps1 b/run.ps1 index 7b2075a5..c3a88918 100644 --- a/run.ps1 +++ b/run.ps1 @@ -362,7 +362,7 @@ if (!($version -and $version -match $match_v)) { } else { # Recommended version for Win 10-12 - $onlineFull = "1.2.33.1042.g26c92729-5643" + $onlineFull = "1.2.34.783.g923721d9-5822" } } else {