Skip to content

Commit

Permalink
version bump to 1.2.31.1205
Browse files Browse the repository at this point in the history
- enabled dynamic volume control for podcasts
- right queue panel returned
- funny progress bar is disabled if the version is higher than 1.2.26
- disabled some exp related to ads
  • Loading branch information
amd64fox committed Feb 13, 2024
1 parent 07b2547 commit 39e6a30
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 4 deletions.
52 changes: 49 additions & 3 deletions patches/patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,24 @@
"fr": "1.2.26",
"to": ""
}
},
"HomeAds": {
"name": "enableHomeAds",
"description": "Enable Fist Impression Takeover ads on Home Page",
"native_description": "Enable Fist Impression Takeover ads on Home Page",
"version": {
"fr": "1.2.31",
"to": ""
}
},
"LearningHomeCard": {
"name": "enableLearningHomeCard",
"description": "Enable Learning Home Card",
"native_description": "Enable Learning Home Card",
"version": {
"fr": "1.2.31",
"to": ""
}
}
},
"EnableExp": {
Expand Down Expand Up @@ -679,7 +697,7 @@
"native_description": "he brings you playback progress",
"version": {
"fr": "1.2.14",
"to": ""
"to": "1.2.26"
}
},
"AlbumPrerelease": {
Expand Down Expand Up @@ -715,7 +733,7 @@
"native_description": "Enable Queue on the right panel",
"version": {
"fr": "1.2.26",
"to": "1.2.29"
"to": ""
}
},
"RecentlyPlayedShortcut": {
Expand Down Expand Up @@ -829,11 +847,29 @@
"DevicePickerSidePanel": {
"name": "enableDevicePickerSidePanel",
"description": "Enables Device Picker as a side panel",
"native_description": "",
"native_description": "Enables Device Picker as a side panel",
"version": {
"fr": "1.2.30",
"to": ""
}
},
"Otfn": {
"name": "enableOtfn",
"description": "Enable On-The-Fly-Normalization",
"native_description": "Enable On-The-Fly-Normalization",
"version": {
"fr": "1.2.31",
"to": ""
}
},
"FullscreenMode": {
"name": "enableFullscreenMode",
"description": "Enable fullscreen mode",
"native_description": "Enable fullscreen mode",
"version": {
"fr": "1.2.31",
"to": ""
}
}

},
Expand Down Expand Up @@ -917,6 +953,16 @@
"fr": "1.2.30",
"to": ""
}
},
"VideosPremiumUpsell": {
"name": "musicVideosPremiumUpsell",
"description": "Testing Premium upsell for Free users on music videos",
"native_description": "Testing Premium upsell for Free users on music videos",
"value": "CONTROL",
"version": {
"fr": "1.2.31",
"to": ""
}
}
},
"binary": {
Expand Down
3 changes: 2 additions & 1 deletion run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ if (!($version -and $version -match $match_v)) {
}
else {
# Recommended version for Win 10-12
$onlineFull = "1.2.30.1135.g02fef27a-399"
$onlineFull = "1.2.31.1205.g4d59ad7c-1561"
}
}
else {
Expand Down Expand Up @@ -1100,6 +1100,7 @@ function Helper($paramname) {
}

}
if ([version]$offline -eq [version]'1.2.30.1135') { Move-Json -n 'QueueOnRightPanel' -t $Enable -f $Disable }

if (!($plus)) { Move-Json -n 'Plus' -t $Enable -f $Disable }

Expand Down

0 comments on commit 39e6a30

Please sign in to comment.