Release 4chan X v1.11.33.0.

This commit is contained in:
ccd0 2016-05-07 20:53:52 -07:00
parent c6d4415b9f
commit 787bba642a
13 changed files with 558 additions and 519 deletions

View File

@ -2,6 +2,15 @@
Sometimes the changelog has notes (not comprehensive) acknowledging people's work. This does not mean the changes are their fault, only that their code was used. All changes to the script are chosen by and the fault of the maintainer (ccd0).
### v1.11.33
**v1.11.33.0** *(2016-05-08)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.33.0/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.33.0/builds/4chan-X-noupdate.crx "Chromium version")]
- Based on v1.11.32.5.
- Add new option `%d` to `File Info Formatting` to add a one-click download button.
- Add openings.moe embedding, and update embedding in general.
- Work around issue causing scrolling to the top of the page on thread updates / expanding all images for Chrome Dev + Tampermonkey users.
- Minor bugfixes.
### v1.11.32
**v1.11.32.5** *(2016-05-07)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.32.5/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.32.5/builds/4chan-X-noupdate.crx "Chromium version")]

Binary file not shown.

View File

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

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

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

File diff suppressed because one or more lines are too long

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.32.5' />
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.11.33.0' />
</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.32.5' />
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.11.33.0' />
</app>
</gupdate>

View File

@ -1,4 +1,4 @@
{
"version": "1.11.32.5",
"date": "2016-05-07T18:50:32.271Z"
"version": "1.11.33.0",
"date": "2016-05-08T03:53:06.405Z"
}