Release 4chan X v1.11.26.0.

This commit is contained in:
ccd0 2016-02-14 15:40:55 -08:00
parent 1d0ffff41b
commit 1d9cec1d3b
13 changed files with 724 additions and 399 deletions

View File

@ -2,6 +2,16 @@
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.26
**v1.11.26.0** *(2016-02-14)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.26.0/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.26.0/builds/4chan-X-noupdate.crx "Chromium version")]
- Based on v1.11.25.4.
- (Matěj Grabovský) Add keybind for refreshing thread watcher (default: `Shift+r`).
- Add Dailymotion embedding and StrawPoll link titles.
- Move image editing button to the menu. It is now enabled/disables by the `Edit Link` setting.
- Turn `Inline Cross-thread Quotes Only` back off in new installs.
- Reduce number of tabs to get to submit button in forms using v2 Recaptcha.
### v1.11.25
**v1.11.25.4** *(2016-02-13)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.25.4/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.25.4/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.25.4
// @version 1.11.26.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.25.4
// @version 1.11.26.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.25.4' />
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.11.26.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.25.4' />
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.11.26.0' />
</app>
</gupdate>

View File

@ -1,4 +1,4 @@
{
"version": "1.11.25.4",
"date": "2016-02-14T05:38:07.763Z"
"version": "1.11.26.0",
"date": "2016-02-14T23:40:09.379Z"
}