1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-28 23:37:41 +00:00

3.5.357. Fix chat replay darkening. Tab-completion bugfixes for emotes without prefixes. Split changelog into two files to avoid a big download when fetching just the recent changes.

This commit is contained in:
SirStendec 2016-10-27 21:50:56 -04:00
parent 142da87383
commit 0784813047
7 changed files with 2246 additions and 2212 deletions

View file

@ -61,7 +61,7 @@ FFZ.channel_metadata = {};
// Version
var VER = FFZ.version_info = {
major: 3, minor: 5, revision: 356,
major: 3, minor: 5, revision: 357,
toString: function() {
return [VER.major, VER.minor, VER.revision].join(".") + (VER.extra || "");
}