diff --git a/CHANGELOG.md b/CHANGELOG.md
index 01585a39e..d0bc3eb57 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,9 @@
### v1.14.17
+**v1.14.17.1** *(2020-04-03)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.17.1/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.17.1/builds/4chan-X-noupdate.crx)]
+- Fix 'Mark Read' link for 'Unread Line in Index' being placed in wrong position on smuglo.li.
+
**v1.14.17.0** *(2020-04-01)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.17.0/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.17.0/builds/4chan-X-noupdate.crx)]
- Based on v1.14.16.7.
- Preliminary support for new Kissu UI.
diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx
index 36966fffd..072355c6a 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 d28356fa0..f00ffa653 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.17.0
+// @version 1.14.17.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 41591234b..7b8b65e31 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.17.0
+// @version 1.14.17.1
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -215,7 +215,7 @@ docSet = function() {
};
g = {
- VERSION: '1.14.17.0',
+ VERSION: '1.14.17.1',
NAMESPACE: '4chan X.',
sites: Object.create(null),
boards: Object.create(null)
@@ -7785,7 +7785,6 @@ SW = {};
index: '.page-container'
};
s.thread = 'div[id^="thread_"]';
- s.threadDivider = 'page-container > hr';
return Main.mounted(cb);
} else {
return cb();
@@ -7867,7 +7866,7 @@ SW = {};
selectors: {
board: 'form[name="postcontrols"]',
thread: 'input[name="board"] ~ div[id^="thread_"]',
- threadDivider: 'div[id^="thread_"] > hr:last-of-type',
+ threadDivider: 'div[id^="thread_"] > hr:last-child',
summary: '.omitted',
postContainer: 'div[id^="reply_"]:not(.hidden)',
opBottom: '.op',
diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx
index c798b30f8..577f8dbe3 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 b3ad53e5d..9be92a9fe 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.17.0
+// @version 1.14.17.1
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -215,7 +215,7 @@ docSet = function() {
};
g = {
- VERSION: '1.14.17.0',
+ VERSION: '1.14.17.1',
NAMESPACE: '4chan X.',
sites: Object.create(null),
boards: Object.create(null)
@@ -7785,7 +7785,6 @@ SW = {};
index: '.page-container'
};
s.thread = 'div[id^="thread_"]';
- s.threadDivider = 'page-container > hr';
return Main.mounted(cb);
} else {
return cb();
@@ -7867,7 +7866,7 @@ SW = {};
selectors: {
board: 'form[name="postcontrols"]',
thread: 'input[name="board"] ~ div[id^="thread_"]',
- threadDivider: 'div[id^="thread_"] > hr:last-of-type',
+ threadDivider: 'div[id^="thread_"] > hr:last-child',
summary: '.omitted',
postContainer: 'div[id^="reply_"]:not(.hidden)',
opBottom: '.op',
diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx
index 31d116c46..57625eb94 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 122b26dd9..f235b319e 100644
--- a/builds/4chan-X.meta.js
+++ b/builds/4chan-X.meta.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
-// @version 1.14.17.0
+// @version 1.14.17.1
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js
index de185f164..c1f197a41 100644
--- a/builds/4chan-X.user.js
+++ b/builds/4chan-X.user.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
-// @version 1.14.17.0
+// @version 1.14.17.1
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -215,7 +215,7 @@ docSet = function() {
};
g = {
- VERSION: '1.14.17.0',
+ VERSION: '1.14.17.1',
NAMESPACE: '4chan X.',
sites: Object.create(null),
boards: Object.create(null)
@@ -7785,7 +7785,6 @@ SW = {};
index: '.page-container'
};
s.thread = 'div[id^="thread_"]';
- s.threadDivider = 'page-container > hr';
return Main.mounted(cb);
} else {
return cb();
@@ -7867,7 +7866,7 @@ SW = {};
selectors: {
board: 'form[name="postcontrols"]',
thread: 'input[name="board"] ~ div[id^="thread_"]',
- threadDivider: 'div[id^="thread_"] > hr:last-of-type',
+ threadDivider: 'div[id^="thread_"] > hr:last-child',
summary: '.omitted',
postContainer: 'div[id^="reply_"]:not(.hidden)',
opBottom: '.op',
diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip
index e3d33034c..e49ef086f 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 9fa9b609a..44298b010 100644
--- a/builds/updates-beta.json
+++ b/builds/updates-beta.json
@@ -3,7 +3,7 @@
"4chan-x@4chan-x.net": {
"updates": [
{
- "version": "1.14.17.0",
+ "version": "1.14.17.1",
"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 f2d954b67..834f8feb6 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 92e740afe..7f31ed1f2 100644
--- a/builds/updates.json
+++ b/builds/updates.json
@@ -3,7 +3,7 @@
"4chan-x@4chan-x.net": {
"updates": [
{
- "version": "1.14.17.0",
+ "version": "1.14.17.1",
"update_link": "https://www.4chan-x.net/builds/4chan-X.crx"
}
]
diff --git a/builds/updates.xml b/builds/updates.xml
index dd1802784..cbca24fda 100644
--- a/builds/updates.xml
+++ b/builds/updates.xml
@@ -1,7 +1,7 @@
-
+
diff --git a/version.json b/version.json
index 2f7b7d70a..70b455e92 100644
--- a/version.json
+++ b/version.json
@@ -1,4 +1,4 @@
{
- "version": "1.14.17.0",
- "date": "2020-04-01T11:47:10.349Z"
+ "version": "1.14.17.1",
+ "date": "2020-04-03T18:05:28.463Z"
}
\ No newline at end of file