mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
4.51.0
This is the first release built with the updated build toolchain. Please let me know if you find anything unexpected that broke. * Added: Setting to treat known usernames in chat as mentions even without an at sign (@) prefix. * Added: Setting to automatically claim drops. * Added: Setting to hide the Subtember banner. * Changed: The stream latency metadata tool-tip now includes the buffer size value. * Fixed: The stream latency metadata was not appearing on the new mod view layout. * Fixed: The sub/bits leaderboard appearing in chat when it should be hidden by a setting. * Fixed: Incorrect text color on the Subtember banner.
This commit is contained in:
parent
10ca28098b
commit
588d3e3da9
13 changed files with 243 additions and 11 deletions
|
@ -90,7 +90,7 @@ const config = {
|
|||
output: {
|
||||
chunkFormat: 'array-push',
|
||||
clean: true,
|
||||
publicPath: true
|
||||
publicPath: FOR_EXTENSION
|
||||
? 'auto'
|
||||
: FILE_PATH,
|
||||
path: path.resolve(__dirname, 'dist'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue