diff --git a/CHANGELOG.md b/CHANGELOG.md
index f0a028dc1..b486d72bc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,9 @@
### v1.14.4
+**v1.14.4.2** *(2018-10-31)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.4.2/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.4.2/builds/4chan-X-noupdate.crx)]
+- Fix unread line becoming invisible on Halloween theme.
+
**v1.14.4.1** *(2018-10-29)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.4.1/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.4.1/builds/4chan-X-noupdate.crx)]
- Move drawing of QR file onto Tegaki canvas into 4chan X so it is less likely to be affected by ad blocking.
- Add link to FAQ section in 'Could not open file.' error.
diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx
index 4e6bec871..cf0b04932 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 1ff5ab75f..80a423cfc 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.1
+// @version 1.14.4.2
// @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 1a3d643aa..c956e8a7e 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.1
+// @version 1.14.4.2
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -175,7 +175,7 @@ docSet = function() {
};
g = {
- VERSION: '1.14.4.1',
+ VERSION: '1.14.4.2',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -4317,6 +4317,8 @@ a:only-of-type > .remove {\n\
/* Unread */\n\
:root.spooky .unread-line {\n\
border-color: rgb(197, 200, 198);\n\
+ visibility: visible;\n\
+ opacity: 1;\n\
}\n\
/* Thread Watcher */\n\
:root.spooky .replies-quoting-you > a, :root.spooky #watcher-link.replies-quoting-you {\n\
diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx
index 456cf911a..bb30c8f3e 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 6b8e67bbe..2ce2304be 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.1
+// @version 1.14.4.2
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -175,7 +175,7 @@ docSet = function() {
};
g = {
- VERSION: '1.14.4.1',
+ VERSION: '1.14.4.2',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -4317,6 +4317,8 @@ a:only-of-type > .remove {\n\
/* Unread */\n\
:root.spooky .unread-line {\n\
border-color: rgb(197, 200, 198);\n\
+ visibility: visible;\n\
+ opacity: 1;\n\
}\n\
/* Thread Watcher */\n\
:root.spooky .replies-quoting-you > a, :root.spooky #watcher-link.replies-quoting-you {\n\
diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx
index 37865a1df..5a53e5c1e 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 bc76a839c..6056f341a 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.1
+// @version 1.14.4.2
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js
index 4ff765624..bcc622e2c 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.1
+// @version 1.14.4.2
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -175,7 +175,7 @@ docSet = function() {
};
g = {
- VERSION: '1.14.4.1',
+ VERSION: '1.14.4.2',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -4317,6 +4317,8 @@ a:only-of-type > .remove {\n\
/* Unread */\n\
:root.spooky .unread-line {\n\
border-color: rgb(197, 200, 198);\n\
+ visibility: visible;\n\
+ opacity: 1;\n\
}\n\
/* Thread Watcher */\n\
:root.spooky .replies-quoting-you > a, :root.spooky #watcher-link.replies-quoting-you {\n\
diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip
index a0006eaa1..6fdcfac41 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 a4f611c61..3a0e033a8 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.1",
+ "version": "1.14.4.2",
"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 c2c630d9d..e52c3a548 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 b4c8278d8..913e88bd8 100644
--- a/builds/updates.json
+++ b/builds/updates.json
@@ -3,7 +3,7 @@
"4chan-x@4chan-x.net": {
"updates": [
{
- "version": "1.14.4.1",
+ "version": "1.14.4.2",
"update_link": "https://www.4chan-x.net/builds/4chan-X.crx"
}
]
diff --git a/builds/updates.xml b/builds/updates.xml
index 73821c485..7447b23f9 100644
--- a/builds/updates.xml
+++ b/builds/updates.xml
@@ -1,7 +1,7 @@
-
+
diff --git a/version.json b/version.json
index 529124609..ab71a6eda 100644
--- a/version.json
+++ b/version.json
@@ -1,4 +1,4 @@
{
- "version": "1.14.4.1",
- "date": "2018-10-29T07:37:33.590Z"
+ "version": "1.14.4.2",
+ "date": "2018-10-31T23:55:39.506Z"
}
\ No newline at end of file