Skip to content

Commit

Permalink
version bump to 1.2.52.442
Browse files Browse the repository at this point in the history
- enabled ability to ban/hide tracks
- enabled the support for Nearby Jams feature in the device picker
- enabled liked songs section on artist page (old versions)
- disabled exp related to ads
  • Loading branch information
amd64fox committed Dec 3, 2024
1 parent 554165e commit 8ef388c
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
45 changes: 45 additions & 0 deletions patches/patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,24 @@
"fr": "1.2.51",
"to": ""
}
},
"NewAdsNpvCanvasAds": {
"name": "enableNewAdsNpvCanvasAds",
"description": "Enable Canvas ads for new ads NPV",
"native_description": "Enable Canvas ads for new ads NPV",
"version": {
"fr": "1.2.28",
"to": "1.2.51"
}
},
"CanvasAds": {
"name": "enableCanvasAds",
"description": "Enable Canvas for ads",
"native_description": "Enable Canvas for ads",
"version": {
"fr": "1.2.52",
"to": ""
}
}
},
"EnableExp": {
Expand Down Expand Up @@ -1222,6 +1240,33 @@
"fr": "1.2.49",
"to": ""
}
},
"NearbyJams": {
"name": "enableNearbyJams",
"description": "Enable the support for Nearby Jams feature in the Device Picker",
"native_description": "Enable the support for Nearby Jams feature in the Device Picker",
"version": {
"fr": "1.2.52",
"to": ""
}
},
"TrackBans": {
"name": "enableContextualTrackBans",
"description": "Enable ability to ban/hide tracks from eligible contexts",
"native_description": "Enable ability to ban/hide tracks from eligible contexts",
"version": {
"fr": "1.2.52",
"to": ""
}
},
"ArtistLikedSongs": {
"name": "enableArtistLikedSongs",
"description": "Enable Liked Songs section on Artist page",
"native_description": "Enable Liked Songs section on Artist page",
"version": {
"fr": "1.1.79",
"to": "1.2.17"
}
}
},
"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.51.345.gcc39d911-63"
$onlineFull = "1.2.52.442.g01893f92-587"
}
}
else {
Expand Down

0 comments on commit 8ef388c

Please sign in to comment.