1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00

3.5.307. Increment the version. Update ISSUE_TEMPLATE to be a bit simpler.

This commit is contained in:
SirStendec 2016-10-03 18:36:59 -04:00
parent 5a6619d591
commit 97ea944f43
3 changed files with 8 additions and 4 deletions

View file

@ -1,8 +1,6 @@
**Web Browser**: **Web Browser**:
**Do you use BetterTTV**: **Do you use BetterTTV or other Twitch extensions**:
**Do you use other Twitch extensions**:
**Do you use PrivacyBadger**:
**FFZ Logs (via FFZ Menu > About > Logs; if Applicable)**: **FFZ Logs (via FFZ Menu > About > Logs; if Applicable)**:

View file

@ -1,3 +1,9 @@
<div class="list-header">3.5.307 <time datetime="2016-10-03">(2016-10-03)</time></div>
<ul class="chat-menu-content menu-side-padding">
<li>Added: Option to only allow tab-completing usernames when the tab completion was started via an at sign.</li>
<li>Fixed: Theater Mode's metadata was displaying in the wrong location.</li>
</ul>
<div class="list-header">3.5.306 <time datetime="2016-10-02">(2016-10-02)</time></div> <div class="list-header">3.5.306 <time datetime="2016-10-02">(2016-10-02)</time></div>
<ul class="chat-menu-content menu-side-padding"> <ul class="chat-menu-content menu-side-padding">
<li>Fixed: FFZ was not connecting to the chat of hosted channels.</li> <li>Fixed: FFZ was not connecting to the chat of hosted channels.</li>

View file

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