Release 4chan X v1.2.36.
This commit is contained in:
parent
e44480c0c6
commit
bc0f30612c
19
CHANGELOG.md
19
CHANGELOG.md
@ -1,7 +1,24 @@
|
||||
### v1.2.36
|
||||
*2013-08-26*
|
||||
|
||||
**MayhemYDG**:
|
||||
- New desktop notification:
|
||||
- The QR will now warn you when you are running low on cached captchas while auto-posting.
|
||||
* The QR will now warn you when you are running low on cached captchas while auto-posting.
|
||||
|
||||
**seaweedchan**:
|
||||
- Visual overhaul for gallery mode
|
||||
|
||||
**Zixaphir**:
|
||||
- Fix an issue with the file dialog randomly opening multiple times (with seaweedchan)
|
||||

|
||||
- Add new feature: `Gallery`.
|
||||
* Opens images in a lightweight Gallery script.
|
||||
* If enabled while Image Expansion is disabled, will takeover as the default action when images are clicked.
|
||||
* Supports several hotkeys: left is previous, right and enter are next, escape closes.
|
||||
* Works with Thread Updater to add new images to the Gallery while its open.
|
||||
* BLINK/WEBKIT ONLY: Clicking the file title will download the image with the original name.
|
||||
* Menu button to hide thumbnails, enable/disable fit width/height
|
||||
* Thumbnails scroll with the active image
|
||||
|
||||
### v1.2.35
|
||||
*2013-08-20*
|
||||
|
||||
2
LICENSE
2
LICENSE
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* 4chan X - Version 1.2.35 - 2013-08-26
|
||||
* 4chan X - Version 1.2.36 - 2013-08-26
|
||||
*
|
||||
* Licensed under the MIT license.
|
||||
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.2.35
|
||||
// @version 1.2.36
|
||||
// @minGMVer 1.13
|
||||
// @minFFVer 22
|
||||
// @namespace 4chan-X
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
// Generated by CoffeeScript
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.2.35
|
||||
// @version 1.2.36
|
||||
// @minGMVer 1.13
|
||||
// @minFFVer 22
|
||||
// @namespace 4chan-X
|
||||
@ -22,7 +22,7 @@
|
||||
// ==/UserScript==
|
||||
|
||||
/*
|
||||
* 4chan X - Version 1.2.35 - 2013-08-26
|
||||
* 4chan X - Version 1.2.36 - 2013-08-26
|
||||
*
|
||||
* Licensed under the MIT license.
|
||||
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
|
||||
@ -332,7 +332,7 @@
|
||||
doc = d.documentElement;
|
||||
|
||||
g = {
|
||||
VERSION: '1.2.35',
|
||||
VERSION: '1.2.36',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {},
|
||||
threads: {},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "4chan X",
|
||||
"version": "1.2.35",
|
||||
"version": "1.2.36",
|
||||
"manifest_version": 2,
|
||||
"description": "Cross-browser userscript for maximum lurking on 4chan.",
|
||||
"icons": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// Generated by CoffeeScript
|
||||
/*
|
||||
* 4chan X - Version 1.2.35 - 2013-08-26
|
||||
* 4chan X - Version 1.2.36 - 2013-08-26
|
||||
*
|
||||
* Licensed under the MIT license.
|
||||
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
|
||||
@ -311,7 +311,7 @@
|
||||
doc = d.documentElement;
|
||||
|
||||
g = {
|
||||
VERSION: '1.2.35',
|
||||
VERSION: '1.2.36',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {},
|
||||
threads: {},
|
||||
|
||||
@ -1 +1 @@
|
||||
postMessage({version:'1.2.35'},'*')
|
||||
postMessage({version:'1.2.36'},'*')
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "4chan-X",
|
||||
"version": "1.2.35",
|
||||
"version": "1.2.36",
|
||||
"description": "Cross-browser userscript for maximum lurking on 4chan.",
|
||||
"meta": {
|
||||
"name": "4chan X",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user