1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-04 18:18:31 +00:00

4.0.0-rc12.15

* Not Fixed: Directory stuff.
* Fixed: Chat handling.

This is an initial release to add support for Twitch's changes to how chat works internally. Everything should be working. I'm not entirely happy with the code though, so I'll be reviewing this in the future when I have time to clean things up.

I haven't had a chance to go over directory features yet, and likely won't for several days because of my job.
This commit is contained in:
SirStendec 2018-08-27 20:15:43 -04:00
parent d4deb36f08
commit cf3de0d238
4 changed files with 215 additions and 117 deletions

View file

@ -100,7 +100,7 @@ class FrankerFaceZ extends Module {
FrankerFaceZ.Logger = Logger;
const VER = FrankerFaceZ.version_info = {
major: 4, minor: 0, revision: 0, extra: '-rc12.14',
major: 4, minor: 0, revision: 0, extra: '-rc12.15',
commit: __git_commit__,
build: __webpack_hash__,
toString: () =>