1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-02 00:58:32 +00:00

Bump version. Update change-log. Hide avatars in the directory by default.

This commit is contained in:
SirStendec 2017-12-01 17:00:19 -05:00
parent 428caedec1
commit fc40353b87
3 changed files with 14 additions and 2 deletions

View file

@ -1,3 +1,15 @@
<div class="list-header">4.0.0-beta1.4<span>@eb51eeb2dadafdea2bde</span> <time datetime="2017-12-01">(2017-12-01)</time></div>
<ul class="chat-menu-content menu-side-padding">
<li>Added: Block games and hide thumbnails in the directory.</li>
<li>Added: Show stream up-time in the directory.</li>
<li>Added: Group hosts of the same channel in the directory.</li>
<li>Added: Show user avatars in the directory.</li>
<li>Changed: Use chat appearance settings on whisper messages.</li>
<li>Fixed: Don't try running on the blog sub-domain.</li>
<li>Fixed: Invalid cheers in chat rendering as cheers.</li>
<li>Fixed: Swap Sidebars, the channel bar positioning, and Chat Width that broke when Twitch launched their Mini Player feature.</li>
</ul>
<div class="list-header">4.0.0-beta1.3<span>@5e6a1dc050c847836d76</span> <time datetime="2017-11-28">(2017-11-28)</time></div> <div class="list-header">4.0.0-beta1.3<span>@5e6a1dc050c847836d76</span> <time datetime="2017-11-28">(2017-11-28)</time></div>
<ul class="chat-menu-content menu-side-padding"> <ul class="chat-menu-content menu-side-padding">
<li>Fixed: Update the Gray Theme to work with the latest Twitch changes.</li> <li>Fixed: Update the Gray Theme to work with the latest Twitch changes.</li>

View file

@ -98,7 +98,7 @@ class FrankerFaceZ extends Module {
FrankerFaceZ.Logger = Logger; FrankerFaceZ.Logger = Logger;
const VER = FrankerFaceZ.version_info = { const VER = FrankerFaceZ.version_info = {
major: 4, minor: 0, revision: 0, extra: '-beta1.3', major: 4, minor: 0, revision: 0, extra: '-beta1.4',
build: __webpack_hash__, build: __webpack_hash__,
toString: () => toString: () =>
`${VER.major}.${VER.minor}.${VER.revision}${VER.extra || ''}${DEBUG ? '-dev' : ''}` `${VER.major}.${VER.minor}.${VER.revision}${VER.extra || ''}${DEBUG ? '-dev' : ''}`

View file

@ -60,7 +60,7 @@ export default class Directory extends SiteModule {
this.settings.add('directory.show-channel-avatars', { this.settings.add('directory.show-channel-avatars', {
default: 1, default: 0,
ui: { ui: {
path: 'Directory > Channels >> Appearance', path: 'Directory > Channels >> Appearance',