diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cc916599..938070aae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ ### v1.14.16 +**v1.14.16.6** *(2020-03-24)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.16.6/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.16.6/builds/4chan-X-noupdate.crx)] +- Fix description exceeding maximum length. + **v1.14.16.5** *(2020-03-06)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.16.5/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.16.5/builds/4chan-X-noupdate.crx)] - Enable 4chan X by default on more sites. diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx index 4dbe17fcb..c8192e071 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 f80821d42..c45ff5f14 100644 --- a/builds/4chan-X-beta.meta.js +++ b/builds/4chan-X-beta.meta.js @@ -1,10 +1,10 @@ // ==UserScript== // @name 4chan X beta -// @version 1.14.16.5 +// @version 1.14.16.6 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X -// @description 4chan X is a script that adds various features to anonymous imageboards. It was originally developed for 4chan but has no affiliation with it. +// @description 4chan X is a script that adds various features to anonymous imageboards. // @license MIT; https://github.com/ccd0/4chan-x/blob/master/LICENSE // @include http://boards.4chan.org/* // @include https://boards.4chan.org/* diff --git a/builds/4chan-X-beta.user.js b/builds/4chan-X-beta.user.js index 4861fc83e..c37a876d6 100644 --- a/builds/4chan-X-beta.user.js +++ b/builds/4chan-X-beta.user.js @@ -1,10 +1,10 @@ // ==UserScript== // @name 4chan X beta -// @version 1.14.16.5 +// @version 1.14.16.6 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X -// @description 4chan X is a script that adds various features to anonymous imageboards. It was originally developed for 4chan but has no affiliation with it. +// @description 4chan X is a script that adds various features to anonymous imageboards. // @license MIT; https://github.com/ccd0/4chan-x/blob/master/LICENSE // @include http://boards.4chan.org/* // @include https://boards.4chan.org/* @@ -215,7 +215,7 @@ docSet = function() { }; g = { - VERSION: '1.14.16.5', + VERSION: '1.14.16.6', NAMESPACE: '4chan X.', sites: Object.create(null), boards: Object.create(null) diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx index e041ebe94..67867d7f6 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 589a94d6e..0531b4b84 100644 --- a/builds/4chan-X-noupdate.user.js +++ b/builds/4chan-X-noupdate.user.js @@ -1,10 +1,10 @@ // ==UserScript== // @name 4chan X -// @version 1.14.16.5 +// @version 1.14.16.6 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X -// @description 4chan X is a script that adds various features to anonymous imageboards. It was originally developed for 4chan but has no affiliation with it. +// @description 4chan X is a script that adds various features to anonymous imageboards. // @license MIT; https://github.com/ccd0/4chan-x/blob/master/LICENSE // @include http://boards.4chan.org/* // @include https://boards.4chan.org/* @@ -215,7 +215,7 @@ docSet = function() { }; g = { - VERSION: '1.14.16.5', + VERSION: '1.14.16.6', NAMESPACE: '4chan X.', sites: Object.create(null), boards: Object.create(null) diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx index ddb8424d2..87cc6e6aa 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 414fc72da..e3889955c 100644 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,10 +1,10 @@ // ==UserScript== // @name 4chan X -// @version 1.14.16.5 +// @version 1.14.16.6 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X -// @description 4chan X is a script that adds various features to anonymous imageboards. It was originally developed for 4chan but has no affiliation with it. +// @description 4chan X is a script that adds various features to anonymous imageboards. // @license MIT; https://github.com/ccd0/4chan-x/blob/master/LICENSE // @include http://boards.4chan.org/* // @include https://boards.4chan.org/* diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 75ed2bb0c..e59590ac7 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -1,10 +1,10 @@ // ==UserScript== // @name 4chan X -// @version 1.14.16.5 +// @version 1.14.16.6 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X -// @description 4chan X is a script that adds various features to anonymous imageboards. It was originally developed for 4chan but has no affiliation with it. +// @description 4chan X is a script that adds various features to anonymous imageboards. // @license MIT; https://github.com/ccd0/4chan-x/blob/master/LICENSE // @include http://boards.4chan.org/* // @include https://boards.4chan.org/* @@ -215,7 +215,7 @@ docSet = function() { }; g = { - VERSION: '1.14.16.5', + VERSION: '1.14.16.6', NAMESPACE: '4chan X.', sites: Object.create(null), boards: Object.create(null) diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip index 386337772..3c1ac41ea 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 569edc867..7f1e8f704 100644 --- a/builds/updates-beta.json +++ b/builds/updates-beta.json @@ -3,7 +3,7 @@ "4chan-x@4chan-x.net": { "updates": [ { - "version": "1.14.16.5", + "version": "1.14.16.6", "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 e2dcce20c..c9a5f3257 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 e1d144f7c..cdfff6a82 100644 --- a/builds/updates.json +++ b/builds/updates.json @@ -3,7 +3,7 @@ "4chan-x@4chan-x.net": { "updates": [ { - "version": "1.14.16.5", + "version": "1.14.16.6", "update_link": "https://www.4chan-x.net/builds/4chan-X.crx" } ] diff --git a/builds/updates.xml b/builds/updates.xml index be26e5680..1a5d2b333 100644 --- a/builds/updates.xml +++ b/builds/updates.xml @@ -1,7 +1,7 @@ - + diff --git a/version.json b/version.json index 1ec75e38c..877f5e612 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "version": "1.14.16.5", - "date": "2020-03-06T20:16:06.958Z" + "version": "1.14.16.6", + "date": "2020-03-24T12:25:37.657Z" } \ No newline at end of file