version bump to 1.2.8.907

- fixes for 1.2.8
- activated exp:
 1. "Your DJ" feature (testing)
 2. The what's new feed panel
This commit is contained in:
amd64fox
2023-03-24 22:36:34 +03:00
parent 019a2c43c1
commit 3240c46dcd
2 changed files with 24 additions and 5 deletions

View File

@@ -940,6 +940,22 @@
},
"match": "(Show credits in the right sidebar\",default:)(!1)",
"replace": "$1true"
},
"enableWhatsNewFeed": {
"version": {
"from": "1.2.8",
"do": ""
},
"match": "(Enable the what.s new feed panel\",default:)(!1)",
"replace": "$1true"
},
"enableYourDJ": {
"version": {
"from": "1.2.6",
"do": ""
},
"match": "(Enables the \"Your DJ\" feature\",default:)(!1)",
"replace": "$1true"
}
}
}