diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4639d2f98..cdab2936a 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+### v1.7.45
+*2014-05-24*
+
**ccd0**
- Remove doubling of captcha response if only one word is entered. Google has begun serving captchas consisting of one house number and nothing else, and the doubling caused responses to these captchas to be rejected. As of now, the doubling is not needed anyway; submitting only the word known to Google is sufficient to pass a two-word captcha.
diff --git a/LICENSE b/LICENSE
index 8701803c3..86a8f6f29 100755
--- a/LICENSE
+++ b/LICENSE
@@ -1,5 +1,5 @@
/*
-* 4chan X - Version 1.7.44 - 2014-05-20
+* 4chan X - Version 1.7.45 - 2014-05-24
*
* Licensed under the MIT license.
* https://github.com/ccd0/4chan-x/blob/master/LICENSE
diff --git a/builds/4chan-X.meta.js b/builds/4chan-X.meta.js
index 513637fe6..e4b1fc13e 100755
--- a/builds/4chan-X.meta.js
+++ b/builds/4chan-X.meta.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
-// @version 1.7.44
+// @version 1.7.45
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js
index 7278d04ff..6be456735 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.7.44
+// @version 1.7.45
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -24,7 +24,7 @@
// ==/UserScript==
/*
-* 4chan X - Version 1.7.44 - 2014-05-20
+* 4chan X - Version 1.7.45 - 2014-05-24
*
* Licensed under the MIT license.
* https://github.com/ccd0/4chan-x/blob/master/LICENSE
@@ -372,7 +372,7 @@
doc = d.documentElement;
g = {
- VERSION: '1.7.44',
+ VERSION: '1.7.45',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -6829,9 +6829,6 @@
}
if (response) {
response = response.trim();
- if (!/\s/.test(response)) {
- response = "" + response + " " + response;
- }
}
return {
challenge: challenge,
@@ -12878,7 +12875,7 @@
Settings.dialog = dialog = $.el('div', {
id: 'fourchanx-settings',
className: 'dialog',
- innerHTML: '
'
+ innerHTML: '
'
});
$.on($('.export', Settings.dialog), 'click', Settings["export"]);
$.on($('.import', Settings.dialog), 'click', Settings["import"]);
@@ -13723,7 +13720,7 @@
}
if (previousversion) {
el = $.el('span', {
- innerHTML: '4chan X has been updated to version 1.7.44.'
+ innerHTML: '4chan X has been updated to version 1.7.45.'
});
new Notice('info', el, 15);
} else {
diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip
index ca5f8dad4..b93554e7a 100644
Binary files a/builds/4chan-X.zip and b/builds/4chan-X.zip differ
diff --git a/builds/crx.crx b/builds/crx.crx
index 11e215b66..8a4a4bcc0 100644
Binary files a/builds/crx.crx and b/builds/crx.crx differ
diff --git a/builds/crx/manifest.json b/builds/crx/manifest.json
index 372f9658e..1bbbd674e 100755
--- a/builds/crx/manifest.json
+++ b/builds/crx/manifest.json
@@ -1,6 +1,6 @@
{
"name": "4chan X",
- "version": "1.7.44",
+ "version": "1.7.45",
"manifest_version": 2,
"description": "Cross-browser userscript for maximum lurking on 4chan.",
"icons": {
diff --git a/builds/crx/script.js b/builds/crx/script.js
index 83b5d11f5..0120eb876 100644
--- a/builds/crx/script.js
+++ b/builds/crx/script.js
@@ -1,6 +1,6 @@
// Generated by CoffeeScript
/*
-* 4chan X - Version 1.7.44 - 2014-05-20
+* 4chan X - Version 1.7.45 - 2014-05-24
*
* Licensed under the MIT license.
* https://github.com/ccd0/4chan-x/blob/master/LICENSE
@@ -348,7 +348,7 @@
doc = d.documentElement;
g = {
- VERSION: '1.7.44',
+ VERSION: '1.7.45',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -6852,9 +6852,6 @@
}
if (response) {
response = response.trim();
- if (!/\s/.test(response)) {
- response = "" + response + " " + response;
- }
}
return {
challenge: challenge,
@@ -12884,7 +12881,7 @@
Settings.dialog = dialog = $.el('div', {
id: 'fourchanx-settings',
className: 'dialog',
- innerHTML: '
'
+ innerHTML: '
'
});
$.on($('.export', Settings.dialog), 'click', Settings["export"]);
$.on($('.import', Settings.dialog), 'click', Settings["import"]);
@@ -13716,7 +13713,7 @@
}
if (previousversion) {
el = $.el('span', {
- innerHTML: '4chan X has been updated to version 1.7.44.'
+ innerHTML: '4chan X has been updated to version 1.7.45.'
});
new Notice('info', el, 15);
} else {
diff --git a/builds/updates.xml b/builds/updates.xml
index 6eade3d19..61fb1738b 100644
--- a/builds/updates.xml
+++ b/builds/updates.xml
@@ -1,7 +1,7 @@
-
+
diff --git a/builds/wcrx/manifest.json b/builds/wcrx/manifest.json
index 32266080a..eb327396e 100644
--- a/builds/wcrx/manifest.json
+++ b/builds/wcrx/manifest.json
@@ -1,6 +1,6 @@
{
"name": "4chan X",
- "version": "1.7.44",
+ "version": "1.7.45",
"manifest_version": 2,
"description": "Cross-browser userscript for maximum lurking on 4chan.",
"icons": {
diff --git a/builds/wcrx/script.js b/builds/wcrx/script.js
index 83b5d11f5..0120eb876 100644
--- a/builds/wcrx/script.js
+++ b/builds/wcrx/script.js
@@ -1,6 +1,6 @@
// Generated by CoffeeScript
/*
-* 4chan X - Version 1.7.44 - 2014-05-20
+* 4chan X - Version 1.7.45 - 2014-05-24
*
* Licensed under the MIT license.
* https://github.com/ccd0/4chan-x/blob/master/LICENSE
@@ -348,7 +348,7 @@
doc = d.documentElement;
g = {
- VERSION: '1.7.44',
+ VERSION: '1.7.45',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -6852,9 +6852,6 @@
}
if (response) {
response = response.trim();
- if (!/\s/.test(response)) {
- response = "" + response + " " + response;
- }
}
return {
challenge: challenge,
@@ -12884,7 +12881,7 @@
Settings.dialog = dialog = $.el('div', {
id: 'fourchanx-settings',
className: 'dialog',
- innerHTML: '
'
+ innerHTML: '
'
});
$.on($('.export', Settings.dialog), 'click', Settings["export"]);
$.on($('.import', Settings.dialog), 'click', Settings["import"]);
@@ -13716,7 +13713,7 @@
}
if (previousversion) {
el = $.el('span', {
- innerHTML: '4chan X has been updated to version 1.7.44.'
+ innerHTML: '4chan X has been updated to version 1.7.45.'
});
new Notice('info', el, 15);
} else {
diff --git a/package.json b/package.json
index 375f71e44..45f57490f 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "4chan-X",
- "version": "1.7.44",
+ "version": "1.7.45",
"description": "Cross-browser userscript for maximum lurking on 4chan.",
"meta": {
"name": "4chan X",