diff --git a/CHANGELOG.md b/CHANGELOG.md
index 62d6c29b8..7988b1620 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,9 @@
### v1.14.11
+**v1.14.11.3** *(2019-08-09)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.11.3/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.11.3/builds/4chan-X-noupdate.crx)]
+- Reduce default thread updater interval from 30 seconds to 5 seconds.
+
**v1.14.11.2** *(2019-08-07)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.11.2/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.11.2/builds/4chan-X-noupdate.crx)]
- Fix error from Catalog Links feature in native catalog when /f/ is in the custom board list. #2390
diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx
index 251844af9..a9aec9378 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 aaa4952ed..25329aece 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.11.2
+// @version 1.14.11.3
// @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 400215ee7..70cd6c997 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.11.2
+// @version 1.14.11.3
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -199,7 +199,7 @@ docSet = function() {
};
g = {
- VERSION: '1.14.11.2',
+ VERSION: '1.14.11.3',
NAMESPACE: '4chan X.',
sites: Object.create(null),
boards: Object.create(null)
@@ -551,7 +551,7 @@ Config = (function() {
'Auto Update': [true, 'Automatically fetch new posts.'],
'Optional Increase': [false, 'Increase the intervals between updates on threads without new posts.']
},
- 'Interval': 30
+ 'Interval': 5
},
customCooldown: 0,
customCooldownEnabled: true,
diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx
index 27c7a62d7..07b7f1170 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 d701aad2d..39a604f1e 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.11.2
+// @version 1.14.11.3
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -199,7 +199,7 @@ docSet = function() {
};
g = {
- VERSION: '1.14.11.2',
+ VERSION: '1.14.11.3',
NAMESPACE: '4chan X.',
sites: Object.create(null),
boards: Object.create(null)
@@ -551,7 +551,7 @@ Config = (function() {
'Auto Update': [true, 'Automatically fetch new posts.'],
'Optional Increase': [false, 'Increase the intervals between updates on threads without new posts.']
},
- 'Interval': 30
+ 'Interval': 5
},
customCooldown: 0,
customCooldownEnabled: true,
diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx
index 3e22948c0..37d23ab5a 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 23d49d3ee..7e4b8410a 100644
--- a/builds/4chan-X.meta.js
+++ b/builds/4chan-X.meta.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
-// @version 1.14.11.2
+// @version 1.14.11.3
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js
index ee7976915..75573c59d 100644
--- a/builds/4chan-X.user.js
+++ b/builds/4chan-X.user.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
-// @version 1.14.11.2
+// @version 1.14.11.3
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -199,7 +199,7 @@ docSet = function() {
};
g = {
- VERSION: '1.14.11.2',
+ VERSION: '1.14.11.3',
NAMESPACE: '4chan X.',
sites: Object.create(null),
boards: Object.create(null)
@@ -551,7 +551,7 @@ Config = (function() {
'Auto Update': [true, 'Automatically fetch new posts.'],
'Optional Increase': [false, 'Increase the intervals between updates on threads without new posts.']
},
- 'Interval': 30
+ 'Interval': 5
},
customCooldown: 0,
customCooldownEnabled: true,
diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip
index 7ed63ac3f..b13d8ad75 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 03fdac6e1..89409e617 100644
--- a/builds/updates-beta.json
+++ b/builds/updates-beta.json
@@ -3,7 +3,7 @@
"4chan-x@4chan-x.net": {
"updates": [
{
- "version": "1.14.11.2",
+ "version": "1.14.11.3",
"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 82ace1837..805ab281f 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 9676bb169..ad47379d1 100644
--- a/builds/updates.json
+++ b/builds/updates.json
@@ -3,7 +3,7 @@
"4chan-x@4chan-x.net": {
"updates": [
{
- "version": "1.14.11.2",
+ "version": "1.14.11.3",
"update_link": "https://www.4chan-x.net/builds/4chan-X.crx"
}
]
diff --git a/builds/updates.xml b/builds/updates.xml
index 96e8a0a56..8407caebf 100644
--- a/builds/updates.xml
+++ b/builds/updates.xml
@@ -1,7 +1,7 @@
-
+
diff --git a/version.json b/version.json
index c1f409467..c8f15b8d7 100644
--- a/version.json
+++ b/version.json
@@ -1,4 +1,4 @@
{
- "version": "1.14.11.2",
- "date": "2019-08-07T05:44:31.189Z"
+ "version": "1.14.11.3",
+ "date": "2019-08-09T02:33:55.150Z"
}
\ No newline at end of file