Skip to content

Commit

Permalink
version bump to 1.2.33.1042
Browse files Browse the repository at this point in the history
- enabled animations on the left and right on the sidebars and makes the right sidebar collapsible
- russian translation supplemented
- "dinner" section is blocked
  • Loading branch information
amd64fox committed Mar 24, 2024
1 parent 7a7186b commit 11806cd
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 21 deletions.
1 change: 1 addition & 0 deletions js-helper/sectionBlock.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down
16 changes: 8 additions & 8 deletions patches/Augmented translation/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -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\"",
Expand All @@ -216,8 +216,8 @@
"replace": "\"Похожие видео\""
},
"54": {
"match": "\"Remove .displayName. from this Jam\"",
"replace": "\"Убрать %displayName% из этого джема\""
"match": "\"Upcoming audiobook\"",
"replace": "\"Предстоящая аудиокнига\""
},
"55": {
"match": "\"Song\"",
Expand Down
42 changes: 30 additions & 12 deletions patches/patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -1076,7 +1094,7 @@
"value": "canonical-top-position",
"version": {
"fr": "1.2.19",
"to": ""
"to": "1.2.33"
}
},
"GlobalNavBar": {
Expand Down
2 changes: 1 addition & 1 deletion run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 11806cd

Please sign in to comment.