diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4547a9576..986491513 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,9 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor
### v1.11.14
+**v1.11.14.5** *(2015-10-27)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.14.5/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.14.5/builds/4chan-X-noupdate.crx "Chromium version")]
+- Minor bugfixes.
+
**v1.11.14.4** *(2015-10-26)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.14.4/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.14.4/builds/4chan-X-noupdate.crx "Chromium version")]
- Support drawing on frames from WebMs.
diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx
index 18ff86968..ced18e7a9 100644
Binary files a/builds/4chan-X-beta.crx and b/builds/4chan-X-beta.crx differ
diff --git a/builds/4chan-X-beta.meta.js b/builds/4chan-X-beta.meta.js
index 812344f51..68fb5b7ae 100644
--- a/builds/4chan-X-beta.meta.js
+++ b/builds/4chan-X-beta.meta.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X beta
-// @version 1.11.14.4
+// @version 1.11.14.5
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
diff --git a/builds/4chan-X-beta.user.js b/builds/4chan-X-beta.user.js
index 03b648c0e..d262a3f31 100644
--- a/builds/4chan-X-beta.user.js
+++ b/builds/4chan-X-beta.user.js
@@ -1,7 +1,7 @@
// Generated by CoffeeScript
// ==UserScript==
// @name 4chan X beta
-// @version 1.11.14.4
+// @version 1.11.14.5
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -414,7 +414,7 @@
doc = d.documentElement;
g = {
- VERSION: '1.11.14.4',
+ VERSION: '1.11.14.5',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -10195,7 +10195,7 @@
return Gallery.cb.advance();
},
advance: function() {
- if (Gallery.nodes.current.paused) {
+ if (!Conf['Autoplay'] && Gallery.nodes.current.paused) {
return Gallery.nodes.current.play();
} else {
return Gallery.cb.next();
@@ -10539,7 +10539,7 @@
return;
}
e.preventDefault();
- if ((ref = file.fullImage) != null ? ref.paused : void 0) {
+ if (!Conf['Autoplay'] && ((ref = file.fullImage) != null ? ref.paused : void 0)) {
return file.fullImage.play();
} else {
return ImageExpand.toggle(post);
@@ -19674,6 +19674,7 @@
" padding-left: 3px;\n" +
" overflow: hidden;\n" +
" text-overflow: ellipsis;\n" +
+" white-space: nowrap;\n" +
"}\n" +
"#qr-no-file {\n" +
" color: #AAA;\n" +
diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx
index 5f42c94f0..3c8faa453 100644
Binary files a/builds/4chan-X-noupdate.crx and b/builds/4chan-X-noupdate.crx differ
diff --git a/builds/4chan-X-noupdate.user.js b/builds/4chan-X-noupdate.user.js
index 0a091018d..25a0f6f19 100644
--- a/builds/4chan-X-noupdate.user.js
+++ b/builds/4chan-X-noupdate.user.js
@@ -1,7 +1,7 @@
// Generated by CoffeeScript
// ==UserScript==
// @name 4chan X
-// @version 1.11.14.4
+// @version 1.11.14.5
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -414,7 +414,7 @@
doc = d.documentElement;
g = {
- VERSION: '1.11.14.4',
+ VERSION: '1.11.14.5',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -10195,7 +10195,7 @@
return Gallery.cb.advance();
},
advance: function() {
- if (Gallery.nodes.current.paused) {
+ if (!Conf['Autoplay'] && Gallery.nodes.current.paused) {
return Gallery.nodes.current.play();
} else {
return Gallery.cb.next();
@@ -10539,7 +10539,7 @@
return;
}
e.preventDefault();
- if ((ref = file.fullImage) != null ? ref.paused : void 0) {
+ if (!Conf['Autoplay'] && ((ref = file.fullImage) != null ? ref.paused : void 0)) {
return file.fullImage.play();
} else {
return ImageExpand.toggle(post);
@@ -19674,6 +19674,7 @@
" padding-left: 3px;\n" +
" overflow: hidden;\n" +
" text-overflow: ellipsis;\n" +
+" white-space: nowrap;\n" +
"}\n" +
"#qr-no-file {\n" +
" color: #AAA;\n" +
diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx
index 6e4a32142..5266b79cb 100644
Binary files a/builds/4chan-X.crx and b/builds/4chan-X.crx differ
diff --git a/builds/4chan-X.meta.js b/builds/4chan-X.meta.js
index 20fc0904f..c6f97705f 100644
--- a/builds/4chan-X.meta.js
+++ b/builds/4chan-X.meta.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
-// @version 1.11.14.4
+// @version 1.11.14.5
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js
index a312d2079..107c86a82 100644
--- a/builds/4chan-X.user.js
+++ b/builds/4chan-X.user.js
@@ -1,7 +1,7 @@
// Generated by CoffeeScript
// ==UserScript==
// @name 4chan X
-// @version 1.11.14.4
+// @version 1.11.14.5
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -414,7 +414,7 @@
doc = d.documentElement;
g = {
- VERSION: '1.11.14.4',
+ VERSION: '1.11.14.5',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -10195,7 +10195,7 @@
return Gallery.cb.advance();
},
advance: function() {
- if (Gallery.nodes.current.paused) {
+ if (!Conf['Autoplay'] && Gallery.nodes.current.paused) {
return Gallery.nodes.current.play();
} else {
return Gallery.cb.next();
@@ -10539,7 +10539,7 @@
return;
}
e.preventDefault();
- if ((ref = file.fullImage) != null ? ref.paused : void 0) {
+ if (!Conf['Autoplay'] && ((ref = file.fullImage) != null ? ref.paused : void 0)) {
return file.fullImage.play();
} else {
return ImageExpand.toggle(post);
@@ -19674,6 +19674,7 @@
" padding-left: 3px;\n" +
" overflow: hidden;\n" +
" text-overflow: ellipsis;\n" +
+" white-space: nowrap;\n" +
"}\n" +
"#qr-no-file {\n" +
" color: #AAA;\n" +
diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip
index 232cd5260..e1b22886d 100644
Binary files a/builds/4chan-X.zip and b/builds/4chan-X.zip differ
diff --git a/builds/updates-beta.xml b/builds/updates-beta.xml
index 3a87001cf..577d2bbe3 100644
--- a/builds/updates-beta.xml
+++ b/builds/updates-beta.xml
@@ -1,7 +1,7 @@
-
+
diff --git a/builds/updates.xml b/builds/updates.xml
index 283385829..e06eaa659 100644
--- a/builds/updates.xml
+++ b/builds/updates.xml
@@ -1,7 +1,7 @@
-
+
diff --git a/package.json b/package.json
index ea8187179..59a82b27c 100644
--- a/package.json
+++ b/package.json
@@ -4,8 +4,8 @@
"meta": {
"name": "4chan X",
"fork": "ccd0",
- "version": "1.11.14.4",
- "date": "2015-10-26T18:29:12.872Z",
+ "version": "1.11.14.5",
+ "date": "2015-10-28T02:18:17.245Z",
"page": "https://www.4chan-x.net/",
"downloads": "https://www.4chan-x.net/builds/",
"oldVersions": "https://raw.githubusercontent.com/ccd0/4chan-x/",