mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-03 16:38:31 +00:00
* Changed: Implemented FFZ rendering of Channel Points redemption notices with no associated messages. (Experiment, 50% roll-out) * Fixed: Channel not properly detecting the current channel's branding color. * Fixed: Unable to delete the profile 0 (Default Profile) * Fixed: Twitch prevented viewer cards from appearing when moved out of the chat area. * Fixed: `addons` should not block loading while its data loads. * Fixed: Issue accessing `i18n` before `settings` has fully loaded. * Fixed: `main_menu` tries to use `i18n` before `i18n` is ready. * Fixed: Main menu throws error if profiles are changed while main menu is open. * Fixed: `site` should not block loading waiting for `settings` * Maintenance: Updated dependencies. * API Added: Initial support for using IndexedDB to store settings rather than localStorage * API Added: Messages now have a `highlights` object if they've matched filters, describing which filters they matched.
18 lines
No EOL
486 B
JSON
18 lines
No EOL
486 B
JSON
{
|
|
"api_load": {
|
|
"name": "New API Stress Testing",
|
|
"description": "Send duplicate requests to the new API server for load testing.",
|
|
"groups": [
|
|
{"value": true, "weight": 0},
|
|
{"value": false, "weight": 100}
|
|
]
|
|
},
|
|
"all_points": {
|
|
"name": "Override Channel Points Rendering",
|
|
"description": "Override rendering for all channel points messages, even when no message is present.",
|
|
"groups": [
|
|
{"value": true, "weight": 50},
|
|
{"value": false, "weight": 50}
|
|
]
|
|
}
|
|
} |