mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
4.20.90
* Added: Support for custom VIP Badge images. * Fixed: Certain emotes breaking when `Large Emotes` is combined with `Fix bad Twitch emotes`. (Closes #1020) * Fixed: Remember the Compressor state, if it was toggled, when resetting the player. (Closes #1024) * API Added: The `chat` module has two methods for maintaining a list of possible message highlight reasons, for use populating UI. Accessible via methods `addHighlightReason(key, data)` and `getHighlightReasons()`. * API Added: `basic_array_merge` setting type. * API Added: Logs now include the initial URL that the script was loaded into. * API Changed: `<select>` settings can now support multiple selected values.
This commit is contained in:
parent
ae90b8e4fe
commit
a80728a10d
13 changed files with 183 additions and 28 deletions
|
@ -40,7 +40,7 @@ class FrankerFaceZ extends Module {
|
|||
|
||||
this.core_log = this.log.get('core');
|
||||
|
||||
this.log.info(`FrankerFaceZ Standalone Player v${VER} (build ${VER.build}${VER.commit ? ` - commit ${VER.commit}` : ''})`);
|
||||
this.log.info(`FrankerFaceZ Standalone Player v${VER} (build ${VER.build}${VER.commit ? ` - commit ${VER.commit}` : ''}) (initial ${location})`);
|
||||
|
||||
|
||||
// ========================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue