diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9a83b064a..d1573c3c9 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,9 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor
### v1.11.5
+**v1.11.5.1** *(2015-07-14)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.5.1/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.5.1/builds/4chan-X-noupdate.crx "Chromium version")]
+- Bugfixes.
+
**v1.11.5.0** *(2015-07-14)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.5.0/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.5.0/builds/4chan-X-noupdate.crx "Chromium version")]
- Based on v1.11.4.1.
- When posting a reply with a file on /f/, add a link to it in the comment.
diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx
index 3339143fe..7c05bc3ae 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 4a54ac5f8..386383fc3 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.5.0
+// @version 1.11.5.1
// @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 42f58a493..19811d500 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.5.0
+// @version 1.11.5.1
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -411,7 +411,7 @@
doc = d.documentElement;
g = {
- VERSION: '1.11.5.0',
+ VERSION: '1.11.5.1',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -9347,7 +9347,8 @@
switch (name) {
case 'thread':
(this.thread !== 'new' ? $.addClass : $.rmClass)(QR.nodes.el, 'reply-to-thread');
- return QR.status();
+ QR.status();
+ return this.updateFlashURL();
case 'com':
this.nodes.span.textContent = this.com;
QR.captcha.onPostChange();
diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx
index 6833519a7..8d4def280 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 d51fc4e93..bf681335c 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.5.0
+// @version 1.11.5.1
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -410,7 +410,7 @@
doc = d.documentElement;
g = {
- VERSION: '1.11.5.0',
+ VERSION: '1.11.5.1',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -9346,7 +9346,8 @@
switch (name) {
case 'thread':
(this.thread !== 'new' ? $.addClass : $.rmClass)(QR.nodes.el, 'reply-to-thread');
- return QR.status();
+ QR.status();
+ return this.updateFlashURL();
case 'com':
this.nodes.span.textContent = this.com;
QR.captcha.onPostChange();
diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx
index e48698f6d..5e74dcb49 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 f59769069..feca9d8a2 100644
--- a/builds/4chan-X.meta.js
+++ b/builds/4chan-X.meta.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
-// @version 1.11.5.0
+// @version 1.11.5.1
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js
index 706ad879d..35070521e 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.5.0
+// @version 1.11.5.1
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -411,7 +411,7 @@
doc = d.documentElement;
g = {
- VERSION: '1.11.5.0',
+ VERSION: '1.11.5.1',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -9347,7 +9347,8 @@
switch (name) {
case 'thread':
(this.thread !== 'new' ? $.addClass : $.rmClass)(QR.nodes.el, 'reply-to-thread');
- return QR.status();
+ QR.status();
+ return this.updateFlashURL();
case 'com':
this.nodes.span.textContent = this.com;
QR.captcha.onPostChange();
diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip
index 01b455a43..e3d3fc331 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 45170e1e8..1b6b7c815 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 f9fc1b61b..39deeeaec 100644
--- a/builds/updates.xml
+++ b/builds/updates.xml
@@ -1,7 +1,7 @@
-
+
diff --git a/package.json b/package.json
index 4e9f9374b..bffee4702 100755
--- a/package.json
+++ b/package.json
@@ -3,8 +3,8 @@
"description": "Cross-browser userscript for maximum lurking on 4chan.",
"meta": {
"name": "4chan X",
- "version": "1.11.5.0",
- "date": "2015-07-15T04:28:57.955Z",
+ "version": "1.11.5.1",
+ "date": "2015-07-15T04:46:18.491Z",
"repo": "https://github.com/ccd0/4chan-x/",
"page": "https://github.com/ccd0/4chan-x",
"downloads": "https://ccd0.github.io/4chan-x/builds/",