Skip to content

Commit

Permalink
version bump to 1.2.53.438
Browse files Browse the repository at this point in the history
- fixed bug with dynamic colors in lyrics 1.2.47+
- some legacy exp and those related to ads and analytics have been disabled
-exp enabled 1.2.53+
 - enabled zoom settings from the settings
 - enabled plus button for creating different types of playlists from global nav bar
 - enabled user to set not interested on concerts
  • Loading branch information
amd64fox committed Dec 20, 2024
1 parent 8ef388c commit 6697419
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 4 deletions.
69 changes: 66 additions & 3 deletions patches/patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"native_description": "Enable showing DSA (Digital Services Act) context menu and modal for ads",
"version": {
"fr": "1.2.20",
"to": ""
"to": "1.2.52"
}
},
"Dsa3": {
Expand Down Expand Up @@ -381,7 +381,7 @@
"native_description": "Enable esperanto migration for Billboard Ad Format",
"version": {
"fr": "1.2.32",
"to": ""
"to": "1.2.52"
}
},
"LeaderboardEsperantoMigration": {
Expand Down Expand Up @@ -527,6 +527,33 @@
"fr": "1.2.52",
"to": ""
}
},
"ConnectedStateObserver": {
"name": "enableConnectedStateObserver",
"description": "Enable observer that logs errors related to connected state and ad info",
"native_description": "Enable observer that logs errors related to connected state and ad info",
"version": {
"fr": "1.2.53",
"to": ""
}
},
"VideoAdOptimizedColorExtraction": {
"name": "enableVideoAdOptimizedColorExtraction",
"description": "Enables enhanced companion card color extraction waterfall for video stream ads",
"native_description": "Enables enhanced companion card color extraction waterfall for video stream ads",
"version": {
"fr": "1.2.53",
"to": ""
}
},
"fixColorLyricsBug": {
"name": "enableDynamicColors",
"description": "if disabled then it fixes the bug with dynamic colors in lyrics",
"native_description": "Enable dynamic colors for the app",
"version": {
"fr": "1.2.47",
"to": ""
}
}
},
"EnableExp": {
Expand Down Expand Up @@ -1229,7 +1256,7 @@
"native_description": "Enables recent searches dropdown in GlobalNavBar",
"version": {
"fr": "1.2.45",
"to": ""
"to": "1.2.52"
}
},
"LazyHomeShelvesDWP": {
Expand Down Expand Up @@ -1267,6 +1294,42 @@
"fr": "1.1.79",
"to": "1.2.17"
}
},
"ConcertsNotInterested": {
"name": "enableConcertsNotInterested",
"description": "Enable user to set not interested on concerts",
"native_description": "Enable user to set not interested on concerts",
"version": {
"fr": "1.2.53",
"to": ""
}
},
"GlobalCreateButton": {
"name": "enableGlobalCreateButton",
"description": "Enable plus button for creating different types of playlists from global nav bar",
"native_description": "Enable plus button for creating different types of playlists from global nav bar",
"version": {
"fr": "1.2.53",
"to": ""
}
},
"ZoomSettingsUIDesktop": {
"name": "enableZoomSettingsUIDesktop",
"description": "Enable zoom settings from the settings page on Desktop",
"native_description": "Enable zoom settings from the settings page on Desktop",
"version": {
"fr": "1.2.53",
"to": ""
}
},
"PeekNpv": {
"name": "enablePeekNpv",
"description": "Collapse right sidebar",
"native_description": "Enable the Peek NPV feature",
"version": {
"fr": "1.2.53",
"to": ""
}
}
},
"CustomExp": {
Expand Down
2 changes: 1 addition & 1 deletion run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ if (!($version -and $version -match $match_v)) {
}
else {
# Recommended version for Win 10-12
$onlineFull = "1.2.52.442.g01893f92-587"
$onlineFull = "1.2.53.438.g246d60c9-1911"
}
}
else {
Expand Down

0 comments on commit 6697419

Please sign in to comment.