diff --git a/CHANGELOG.md b/CHANGELOG.md index 684aceb56..2e201e63f 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor ### v1.11.11 +**v1.11.11.1** *(2015-09-28)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.11.1/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.11.1/builds/4chan-X-noupdate.crx "Chromium version")] +- Resurrected quotelinks now open in the same tab, consistent with normal quotelink behavior. + **v1.11.11.0** *(2015-09-28)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.11.0/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.11.0/builds/4chan-X-noupdate.crx "Chromium version")] - Based on v1.11.10.6. - (Jonathan Gawrych) Add filtering by post number. diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx index 36dc7dc22..c8154b548 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 6ecf7f63b..106f16dcd 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.11.0 +// @version 1.11.11.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 cff8f2808..cb74a7426 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.11.0 +// @version 1.11.11.1 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -413,7 +413,7 @@ doc = d.documentElement; g = { - VERSION: '1.11.11.0', + VERSION: '1.11.11.1', NAMESPACE: '4chan X.', boards: {} }; @@ -6786,7 +6786,6 @@ a = $.el('a', { href: Build.postURL(boardID, post.thread.ID, postID), className: 'quotelink deadlink', - target: '_blank', textContent: quote + "\u00A0(Dead)" }); $.extend(a.dataset, { @@ -6809,7 +6808,6 @@ a = $.el('a', { href: redirect || 'javascript:;', className: 'deadlink', - target: '_blank', textContent: quote + "\u00A0(Dead)" }); if (fetchable) { diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx index 93177dcd3..075671e26 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 6e01c784e..f9054d9d2 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.11.0 +// @version 1.11.11.1 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -413,7 +413,7 @@ doc = d.documentElement; g = { - VERSION: '1.11.11.0', + VERSION: '1.11.11.1', NAMESPACE: '4chan X.', boards: {} }; @@ -6786,7 +6786,6 @@ a = $.el('a', { href: Build.postURL(boardID, post.thread.ID, postID), className: 'quotelink deadlink', - target: '_blank', textContent: quote + "\u00A0(Dead)" }); $.extend(a.dataset, { @@ -6809,7 +6808,6 @@ a = $.el('a', { href: redirect || 'javascript:;', className: 'deadlink', - target: '_blank', textContent: quote + "\u00A0(Dead)" }); if (fetchable) { diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx index 11f41e3a0..fcf11b52a 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 9a16ff07e..5383c8441 100644 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.11.11.0 +// @version 1.11.11.1 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 3a01154d8..0aa7f73e9 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.11.0 +// @version 1.11.11.1 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -413,7 +413,7 @@ doc = d.documentElement; g = { - VERSION: '1.11.11.0', + VERSION: '1.11.11.1', NAMESPACE: '4chan X.', boards: {} }; @@ -6786,7 +6786,6 @@ a = $.el('a', { href: Build.postURL(boardID, post.thread.ID, postID), className: 'quotelink deadlink', - target: '_blank', textContent: quote + "\u00A0(Dead)" }); $.extend(a.dataset, { @@ -6809,7 +6808,6 @@ a = $.el('a', { href: redirect || 'javascript:;', className: 'deadlink', - target: '_blank', textContent: quote + "\u00A0(Dead)" }); if (fetchable) { diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip index 2cbc69ae1..d891f3b4e 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 bef5898e8..98a4c8000 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 24d2c2b57..2fdc29b9c 100644 --- a/builds/updates.xml +++ b/builds/updates.xml @@ -1,7 +1,7 @@ - + diff --git a/package.json b/package.json index 29127094d..fc5a76ddc 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "meta": { "name": "4chan X", "fork": "ccd0", - "version": "1.11.11.0", - "date": "2015-09-28T07:15:38.646Z", + "version": "1.11.11.1", + "date": "2015-09-28T17:54:23.729Z", "page": "https://www.4chan-x.net/", "downloads": "https://www.4chan-x.net/builds/", "oldVersions": "https://raw.githubusercontent.com/ccd0/4chan-x/",