diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb5e9febd..cd9ef0e25 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,9 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor
### v1.11.20
+**v1.11.20.3** *(2015-12-11)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.20.3/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.20.3/builds/4chan-X-noupdate.crx "Chromium version")]
+- Turn `Pass Link` off and `Inline Cross-thread Quotes Only` on in new installs.
+
**v1.11.20.2** *(2015-12-08)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.20.2/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.20.2/builds/4chan-X-noupdate.crx "Chromium version")]
- Possible fix for errors on index page in Safari.
diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx
index 2a20f4c6e..2a8676d7e 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 8e750a658..3ce5976d5 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.20.2
+// @version 1.11.20.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 e2dfad1d2..022573284 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.20.2
+// @version 1.11.20.3
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -248,13 +248,13 @@
'Use Recaptcha v1': [false, 'Use the old text version of Recaptcha where possible.'],
'Use Recaptcha v2 in Reports': [false, 'Use the image selection captcha in the report window.'],
'Force Noscript Captcha': [false, 'Use the non-Javascript fallback captcha even if Javascript is enabled (Recaptcha v2 only).'],
- 'Pass Link': [true, 'Add a 4chan Pass login link to the bottom of the page.']
+ 'Pass Link': [false, 'Add a 4chan Pass login link to the bottom of the page.']
},
'Quote Links': {
'Quote Backlinks': [true, 'Add quote backlinks.'],
'OP Backlinks': [true, 'Add backlinks to the OP.', 1],
'Quote Inlining': [true, 'Inline quoted post on click.'],
- 'Inline Cross-thread Quotes Only': [false, 'Only inline quote links when the posts are on another thread or board, or fetched from the archive.', 1],
+ 'Inline Cross-thread Quotes Only': [true, 'Only inline quote links when the posts are on another thread or board, or fetched from the archive.', 1],
'Quote Hash Navigation': [false, 'Include an extra link after quotes for autoscrolling to quoted posts.', 1],
'Forward Hiding': [true, 'Hide original posts of inlined backlinks.', 1],
'Quote Previewing': [true, 'Show quoted post on hover.'],
@@ -433,7 +433,7 @@
doc = d.documentElement;
g = {
- VERSION: '1.11.20.2',
+ VERSION: '1.11.20.3',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -17152,7 +17152,7 @@
}
},
upgrade: function(data, version) {
- var boardID, changes, compareString, k, key, len1, name, record, ref, ref1, ref2, ref3, rice, type, uids;
+ var boardID, changes, compareString, k, key, len1, name, record, ref, ref1, ref2, ref3, ref4, rice, type, uids, value;
changes = {};
compareString = version.replace(/\d+/g, function(x) {
return ('0000' + x).slice(-5);
@@ -17221,6 +17221,18 @@
});
});
}
+ if (compareString < '00001.00011.00020.00003') {
+ ref4 = {
+ 'Inline Cross-thread Quotes Only': false,
+ 'Pass Link': true
+ };
+ for (key in ref4) {
+ value = ref4[key];
+ if (data[key] == null) {
+ changes[key] = value;
+ }
+ }
+ }
return changes;
},
loadSettings: function(data, cb) {
diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx
index 4a6cb997c..7b9fe9603 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 7ee7f4535..886320449 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.20.2
+// @version 1.11.20.3
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -248,13 +248,13 @@
'Use Recaptcha v1': [false, 'Use the old text version of Recaptcha where possible.'],
'Use Recaptcha v2 in Reports': [false, 'Use the image selection captcha in the report window.'],
'Force Noscript Captcha': [false, 'Use the non-Javascript fallback captcha even if Javascript is enabled (Recaptcha v2 only).'],
- 'Pass Link': [true, 'Add a 4chan Pass login link to the bottom of the page.']
+ 'Pass Link': [false, 'Add a 4chan Pass login link to the bottom of the page.']
},
'Quote Links': {
'Quote Backlinks': [true, 'Add quote backlinks.'],
'OP Backlinks': [true, 'Add backlinks to the OP.', 1],
'Quote Inlining': [true, 'Inline quoted post on click.'],
- 'Inline Cross-thread Quotes Only': [false, 'Only inline quote links when the posts are on another thread or board, or fetched from the archive.', 1],
+ 'Inline Cross-thread Quotes Only': [true, 'Only inline quote links when the posts are on another thread or board, or fetched from the archive.', 1],
'Quote Hash Navigation': [false, 'Include an extra link after quotes for autoscrolling to quoted posts.', 1],
'Forward Hiding': [true, 'Hide original posts of inlined backlinks.', 1],
'Quote Previewing': [true, 'Show quoted post on hover.'],
@@ -433,7 +433,7 @@
doc = d.documentElement;
g = {
- VERSION: '1.11.20.2',
+ VERSION: '1.11.20.3',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -17152,7 +17152,7 @@
}
},
upgrade: function(data, version) {
- var boardID, changes, compareString, k, key, len1, name, record, ref, ref1, ref2, ref3, rice, type, uids;
+ var boardID, changes, compareString, k, key, len1, name, record, ref, ref1, ref2, ref3, ref4, rice, type, uids, value;
changes = {};
compareString = version.replace(/\d+/g, function(x) {
return ('0000' + x).slice(-5);
@@ -17221,6 +17221,18 @@
});
});
}
+ if (compareString < '00001.00011.00020.00003') {
+ ref4 = {
+ 'Inline Cross-thread Quotes Only': false,
+ 'Pass Link': true
+ };
+ for (key in ref4) {
+ value = ref4[key];
+ if (data[key] == null) {
+ changes[key] = value;
+ }
+ }
+ }
return changes;
},
loadSettings: function(data, cb) {
diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx
index f7a06099d..c9010d49d 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 ee96d9466..29c4b6bb3 100644
--- a/builds/4chan-X.meta.js
+++ b/builds/4chan-X.meta.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
-// @version 1.11.20.2
+// @version 1.11.20.3
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js
index bf13c9dc6..52854d28b 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.20.2
+// @version 1.11.20.3
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -248,13 +248,13 @@
'Use Recaptcha v1': [false, 'Use the old text version of Recaptcha where possible.'],
'Use Recaptcha v2 in Reports': [false, 'Use the image selection captcha in the report window.'],
'Force Noscript Captcha': [false, 'Use the non-Javascript fallback captcha even if Javascript is enabled (Recaptcha v2 only).'],
- 'Pass Link': [true, 'Add a 4chan Pass login link to the bottom of the page.']
+ 'Pass Link': [false, 'Add a 4chan Pass login link to the bottom of the page.']
},
'Quote Links': {
'Quote Backlinks': [true, 'Add quote backlinks.'],
'OP Backlinks': [true, 'Add backlinks to the OP.', 1],
'Quote Inlining': [true, 'Inline quoted post on click.'],
- 'Inline Cross-thread Quotes Only': [false, 'Only inline quote links when the posts are on another thread or board, or fetched from the archive.', 1],
+ 'Inline Cross-thread Quotes Only': [true, 'Only inline quote links when the posts are on another thread or board, or fetched from the archive.', 1],
'Quote Hash Navigation': [false, 'Include an extra link after quotes for autoscrolling to quoted posts.', 1],
'Forward Hiding': [true, 'Hide original posts of inlined backlinks.', 1],
'Quote Previewing': [true, 'Show quoted post on hover.'],
@@ -433,7 +433,7 @@
doc = d.documentElement;
g = {
- VERSION: '1.11.20.2',
+ VERSION: '1.11.20.3',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -17152,7 +17152,7 @@
}
},
upgrade: function(data, version) {
- var boardID, changes, compareString, k, key, len1, name, record, ref, ref1, ref2, ref3, rice, type, uids;
+ var boardID, changes, compareString, k, key, len1, name, record, ref, ref1, ref2, ref3, ref4, rice, type, uids, value;
changes = {};
compareString = version.replace(/\d+/g, function(x) {
return ('0000' + x).slice(-5);
@@ -17221,6 +17221,18 @@
});
});
}
+ if (compareString < '00001.00011.00020.00003') {
+ ref4 = {
+ 'Inline Cross-thread Quotes Only': false,
+ 'Pass Link': true
+ };
+ for (key in ref4) {
+ value = ref4[key];
+ if (data[key] == null) {
+ changes[key] = value;
+ }
+ }
+ }
return changes;
},
loadSettings: function(data, cb) {
diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip
index 60960739f..880916756 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 a9d846e87..163054b97 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 aed2b7d4e..7704acc6d 100644
--- a/builds/updates.xml
+++ b/builds/updates.xml
@@ -1,7 +1,7 @@
-
+
diff --git a/version.json b/version.json
index bf52ffb82..84383d1e7 100644
--- a/version.json
+++ b/version.json
@@ -1,4 +1,4 @@
{
- "version": "1.11.20.2",
- "date": "2015-12-08T21:29:57.132Z"
+ "version": "1.11.20.3",
+ "date": "2015-12-11T08:28:46.605Z"
}