diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fe7163fb..8b59a8b0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor ### v1.11.19 +**v1.11.19.2** *(2015-12-02)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.19.2/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.19.2/builds/4chan-X-noupdate.crx "Chromium version")] +- Minor bug fixes. + **v1.11.19.1** *(2015-12-01)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.19.1/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.19.1/builds/4chan-X-noupdate.crx "Chromium version")] - Try to reduce false positives in detection of links split across two lines. diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx index b9580d6de..fc627e288 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 ef5f5826b..654983a06 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.19.1 +// @version 1.11.19.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 60af03c1c..f6662925a 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.19.1 +// @version 1.11.19.2 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -433,7 +433,7 @@ doc = d.documentElement; g = { - VERSION: '1.11.19.1', + VERSION: '1.11.19.2', NAMESPACE: '4chan X.', boards: {} }; @@ -7914,7 +7914,7 @@ return $.ajax(url, { onloadend: function() { attempts++; - if (attempts >= 5 || this.status === 200) { + if (attempts >= 6 || this.status === 200) { return cb(); } else { return setTimeout(check, attempts * $.SECOND); @@ -12160,7 +12160,7 @@ } }, { key: 'YouTube', - regExp: /^\w+:\/\/(?:youtu.be\/|[\w\.]*youtube[\w\.]*\/.*(?:v=|\/embed\/|\/v\/|\/videos\/))([\w\-]{11})[^#\&\?]?(.*)/, + regExp: /^\w+:\/\/(?:youtu.be\/|[\w.]*youtube[\w.]*\/.*(?:v=|\bembed\/|\bv\/))([\w\-]{11})(.*)/, el: function(a) { var el, start; start = a.dataset.options.match(/\b(?:star)?t\=(\w+)/); diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx index d3dc63554..eaf08ece2 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 81cf58f4c..d52647e54 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.19.1 +// @version 1.11.19.2 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -433,7 +433,7 @@ doc = d.documentElement; g = { - VERSION: '1.11.19.1', + VERSION: '1.11.19.2', NAMESPACE: '4chan X.', boards: {} }; @@ -7914,7 +7914,7 @@ return $.ajax(url, { onloadend: function() { attempts++; - if (attempts >= 5 || this.status === 200) { + if (attempts >= 6 || this.status === 200) { return cb(); } else { return setTimeout(check, attempts * $.SECOND); @@ -12160,7 +12160,7 @@ } }, { key: 'YouTube', - regExp: /^\w+:\/\/(?:youtu.be\/|[\w\.]*youtube[\w\.]*\/.*(?:v=|\/embed\/|\/v\/|\/videos\/))([\w\-]{11})[^#\&\?]?(.*)/, + regExp: /^\w+:\/\/(?:youtu.be\/|[\w.]*youtube[\w.]*\/.*(?:v=|\bembed\/|\bv\/))([\w\-]{11})(.*)/, el: function(a) { var el, start; start = a.dataset.options.match(/\b(?:star)?t\=(\w+)/); diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx index b63cdf6ce..a7cffc40a 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 17d80bb10..e68400c6b 100644 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.11.19.1 +// @version 1.11.19.2 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index b1d97d214..161564d70 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.19.1 +// @version 1.11.19.2 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -433,7 +433,7 @@ doc = d.documentElement; g = { - VERSION: '1.11.19.1', + VERSION: '1.11.19.2', NAMESPACE: '4chan X.', boards: {} }; @@ -7914,7 +7914,7 @@ return $.ajax(url, { onloadend: function() { attempts++; - if (attempts >= 5 || this.status === 200) { + if (attempts >= 6 || this.status === 200) { return cb(); } else { return setTimeout(check, attempts * $.SECOND); @@ -12160,7 +12160,7 @@ } }, { key: 'YouTube', - regExp: /^\w+:\/\/(?:youtu.be\/|[\w\.]*youtube[\w\.]*\/.*(?:v=|\/embed\/|\/v\/|\/videos\/))([\w\-]{11})[^#\&\?]?(.*)/, + regExp: /^\w+:\/\/(?:youtu.be\/|[\w.]*youtube[\w.]*\/.*(?:v=|\bembed\/|\bv\/))([\w\-]{11})(.*)/, el: function(a) { var el, start; start = a.dataset.options.match(/\b(?:star)?t\=(\w+)/); diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip index df9ba67b7..c7dbd595d 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 e64691e57..023e2ff5f 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 b8e86f1d6..e5335cb29 100644 --- a/builds/updates.xml +++ b/builds/updates.xml @@ -1,7 +1,7 @@ - + diff --git a/version.json b/version.json index 7f69afa34..896c20234 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "version": "1.11.19.1", - "date": "2015-12-01T11:21:21.155Z" + "version": "1.11.19.2", + "date": "2015-12-02T23:05:18.259Z" }