mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-05 10:38:30 +00:00
4.0.0-rc14
* Added: New settings in Chat > Appearance for controlling Subscription notices in chat. * Changed: Display an icon next to new subscription notices, like vanilla Twitch is doing now. * Changed: Display in-line moderation actions on subscription notices without associated messages. You can now merge mass gift subs, as well as completely hide subscription notices if you so choose. Please note that you will still see the messages people send with their gift regardless of these new settings.
This commit is contained in:
parent
a8886167a3
commit
24a5cd512f
5 changed files with 453 additions and 44 deletions
|
@ -149,7 +149,7 @@ ${typeof x[1] === 'string' ? x[1] : JSON.stringify(x[1], null, 4)}`
|
|||
FrankerFaceZ.Logger = Logger;
|
||||
|
||||
const VER = FrankerFaceZ.version_info = {
|
||||
major: 4, minor: 0, revision: 0, extra: '-rc13.23',
|
||||
major: 4, minor: 0, revision: 0, extra: '-rc14',
|
||||
commit: __git_commit__,
|
||||
build: __webpack_hash__,
|
||||
toString: () =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue