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

* Added: Portrait Mode! Put chat beneath the player when your window is taller than it is wide to make the best use of space for both the player and chat.
* Fixed: Better route matching for when we're actually on the new channel page.
* Fixed: Unable to effectively collapse chat with a custom width on the new layout.
This commit is contained in:
SirStendec 2018-08-03 15:25:50 -04:00
parent 089bc6d715
commit 81ebb14937
10 changed files with 119 additions and 14 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: '-rc11',
major: 4, minor: 0, revision: 0, extra: '-rc12',
commit: __git_commit__,
build: __webpack_hash__,
toString: () =>