version bump to 1.2.52.442

- 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
This commit is contained in:
amd64fox
2024-12-03 20:43:09 +03:00
parent 554165e6d8
commit 8ef388cb0a
2 changed files with 46 additions and 1 deletions

View File

@@ -509,6 +509,24 @@
"fr": "1.2.51", "fr": "1.2.51",
"to": "" "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": { "EnableExp": {
@@ -1222,6 +1240,33 @@
"fr": "1.2.49", "fr": "1.2.49",
"to": "" "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": { "CustomExp": {

View File

@@ -371,7 +371,7 @@ if (!($version -and $version -match $match_v)) {
} }
else { else {
# Recommended version for Win 10-12 # Recommended version for Win 10-12
$onlineFull = "1.2.51.345.gcc39d911-63" $onlineFull = "1.2.52.442.g01893f92-587"
} }
} }
else { else {