Release 4chan X v1.11.10.5.

This commit is contained in:
ccd0 2015-09-20 13:05:09 -07:00
parent c5cf23471b
commit 1e939d26b1
13 changed files with 24 additions and 21 deletions

View File

@ -4,6 +4,9 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor
### v1.11.10
**v1.11.10.5** *(2015-09-20)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.10.5/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.10.5/builds/4chan-X-noupdate.crx "Chromium version")]
- 4chan change: "Admin Emeritus" capcode is now "Founder".
**v1.11.10.4** *(2015-09-01)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.10.4/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.10.4/builds/4chan-X-noupdate.crx "Chromium version")]
- (pleebe) Update archive list: Merge not4plebs with 4plebs.

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X beta
// @version 1.11.10.4
// @version 1.11.10.5
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X

View File

@ -1,7 +1,7 @@
// Generated by CoffeeScript
// ==UserScript==
// @name 4chan X beta
// @version 1.11.10.4
// @version 1.11.10.5
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -412,7 +412,7 @@
doc = d.documentElement;
g = {
VERSION: '1.11.10.4',
VERSION: '1.11.10.5',
NAMESPACE: '4chan X.',
boards: {}
};
@ -4244,9 +4244,9 @@
if (capcode) {
capcodeUC = capcode.split(' ')[0];
capcodeLC = capcodeUC.toLowerCase();
if (capcode === 'Admin Emeritus') {
capcodePlural = 'the Administrator Emeritus';
capcodeDescription = "4chan's founding Administrator";
if (capcode === 'Founder') {
capcodePlural = 'the Founder';
capcodeDescription = "4chan's Founder";
} else {
capcodeLong = {
'Admin': 'Administrator',

Binary file not shown.

View File

@ -1,7 +1,7 @@
// Generated by CoffeeScript
// ==UserScript==
// @name 4chan X
// @version 1.11.10.4
// @version 1.11.10.5
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -412,7 +412,7 @@
doc = d.documentElement;
g = {
VERSION: '1.11.10.4',
VERSION: '1.11.10.5',
NAMESPACE: '4chan X.',
boards: {}
};
@ -4244,9 +4244,9 @@
if (capcode) {
capcodeUC = capcode.split(' ')[0];
capcodeLC = capcodeUC.toLowerCase();
if (capcode === 'Admin Emeritus') {
capcodePlural = 'the Administrator Emeritus';
capcodeDescription = "4chan's founding Administrator";
if (capcode === 'Founder') {
capcodePlural = 'the Founder';
capcodeDescription = "4chan's Founder";
} else {
capcodeLong = {
'Admin': 'Administrator',

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.11.10.4
// @version 1.11.10.5
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X

View File

@ -1,7 +1,7 @@
// Generated by CoffeeScript
// ==UserScript==
// @name 4chan X
// @version 1.11.10.4
// @version 1.11.10.5
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -412,7 +412,7 @@
doc = d.documentElement;
g = {
VERSION: '1.11.10.4',
VERSION: '1.11.10.5',
NAMESPACE: '4chan X.',
boards: {}
};
@ -4244,9 +4244,9 @@
if (capcode) {
capcodeUC = capcode.split(' ')[0];
capcodeLC = capcodeUC.toLowerCase();
if (capcode === 'Admin Emeritus') {
capcodePlural = 'the Administrator Emeritus';
capcodeDescription = "4chan's founding Administrator";
if (capcode === 'Founder') {
capcodePlural = 'the Founder';
capcodeDescription = "4chan's Founder";
} else {
capcodeLong = {
'Admin': 'Administrator',

Binary file not shown.

View File

@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='lacclbnghgdicfifcamcmcnilckjamag'>
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.11.10.4' />
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.11.10.5' />
</app>
</gupdate>

View File

@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='lacclbnghgdicfifcamcmcnilckjamag'>
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.11.10.4' />
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.11.10.5' />
</app>
</gupdate>

View File

@ -4,8 +4,8 @@
"meta": {
"name": "4chan X",
"fork": "ccd0",
"version": "1.11.10.4",
"date": "2015-09-01T14:54:58.058Z",
"version": "1.11.10.5",
"date": "2015-09-20T20:03:31.648Z",
"page": "https://www.4chan-x.net/",
"downloads": "https://www.4chan-x.net/builds/",
"oldVersions": "https://raw.githubusercontent.com/ccd0/4chan-x/",