diff --git a/CHANGELOG.md b/CHANGELOG.md
index 11f7577e3..0124911bc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,9 @@
### v1.14.4
+**v1.14.4.5** *(2018-11-23)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.4.5/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.4.5/builds/4chan-X-noupdate.crx)]
+- Fix bug in previous version causing 4channel.org to be seen as separate site in thread watcher etc.
+
**v1.14.4.4** *(2018-11-23)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.4.4/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.4.4/builds/4chan-X-noupdate.crx)]
- Update for 4channel.org
- Don't remove code paste field if the captcha is refusing to serve a challenge.
diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx
index 8cfaa0823..fcbb11538 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 561ffd371..e7fe88914 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.14.4.4
+// @version 1.14.4.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 a2da2fd67..470df7f7a 100644
--- a/builds/4chan-X-beta.user.js
+++ b/builds/4chan-X-beta.user.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X beta
-// @version 1.14.4.4
+// @version 1.14.4.5
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -198,7 +198,7 @@ docSet = function() {
};
g = {
- VERSION: '1.14.4.4',
+ VERSION: '1.14.4.5',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -7580,6 +7580,9 @@ Site = (function() {
while (hostname && !(hostname in swDict)) {
hostname = hostname.replace(/^[^.]*\.?/, '');
}
+ if (hostname === '4channel.org') {
+ hostname = '4chan.org';
+ }
if (hostname) {
this.set(hostname, swDict[hostname]);
return cb();
diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx
index 44e21ec6c..e2dca78c3 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 e0e180f8e..d27178815 100644
--- a/builds/4chan-X-noupdate.user.js
+++ b/builds/4chan-X-noupdate.user.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
-// @version 1.14.4.4
+// @version 1.14.4.5
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -198,7 +198,7 @@ docSet = function() {
};
g = {
- VERSION: '1.14.4.4',
+ VERSION: '1.14.4.5',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -7580,6 +7580,9 @@ Site = (function() {
while (hostname && !(hostname in swDict)) {
hostname = hostname.replace(/^[^.]*\.?/, '');
}
+ if (hostname === '4channel.org') {
+ hostname = '4chan.org';
+ }
if (hostname) {
this.set(hostname, swDict[hostname]);
return cb();
diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx
index 1806615d2..2e0f4375d 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 bc4c55e30..6c93a2dbe 100644
--- a/builds/4chan-X.meta.js
+++ b/builds/4chan-X.meta.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
-// @version 1.14.4.4
+// @version 1.14.4.5
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js
index 1d74cbfba..79538f72a 100644
--- a/builds/4chan-X.user.js
+++ b/builds/4chan-X.user.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
-// @version 1.14.4.4
+// @version 1.14.4.5
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -198,7 +198,7 @@ docSet = function() {
};
g = {
- VERSION: '1.14.4.4',
+ VERSION: '1.14.4.5',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -7580,6 +7580,9 @@ Site = (function() {
while (hostname && !(hostname in swDict)) {
hostname = hostname.replace(/^[^.]*\.?/, '');
}
+ if (hostname === '4channel.org') {
+ hostname = '4chan.org';
+ }
if (hostname) {
this.set(hostname, swDict[hostname]);
return cb();
diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip
index 5be64450b..5f0553d46 100644
Binary files a/builds/4chan-X.zip and b/builds/4chan-X.zip differ
diff --git a/builds/updates-beta.json b/builds/updates-beta.json
index d37600998..f3101950b 100644
--- a/builds/updates-beta.json
+++ b/builds/updates-beta.json
@@ -3,7 +3,7 @@
"4chan-x@4chan-x.net": {
"updates": [
{
- "version": "1.14.4.4",
+ "version": "1.14.4.5",
"update_link": "https://www.4chan-x.net/builds/4chan-X-beta.crx"
}
]
diff --git a/builds/updates-beta.xml b/builds/updates-beta.xml
index 6fea57d8d..5dc2737f4 100644
--- a/builds/updates-beta.xml
+++ b/builds/updates-beta.xml
@@ -1,7 +1,7 @@
-
+
diff --git a/builds/updates.json b/builds/updates.json
index ffa3c19fd..a805270e8 100644
--- a/builds/updates.json
+++ b/builds/updates.json
@@ -3,7 +3,7 @@
"4chan-x@4chan-x.net": {
"updates": [
{
- "version": "1.14.4.4",
+ "version": "1.14.4.5",
"update_link": "https://www.4chan-x.net/builds/4chan-X.crx"
}
]
diff --git a/builds/updates.xml b/builds/updates.xml
index 23566562e..bcce9ebb1 100644
--- a/builds/updates.xml
+++ b/builds/updates.xml
@@ -1,7 +1,7 @@
-
+
diff --git a/version.json b/version.json
index 8668f58b1..24c52b4fb 100644
--- a/version.json
+++ b/version.json
@@ -1,4 +1,4 @@
{
- "version": "1.14.4.4",
- "date": "2018-11-23T22:35:01.925Z"
+ "version": "1.14.4.5",
+ "date": "2018-11-23T22:52:15.116Z"
}
\ No newline at end of file