Release appchan x v2.8.0.
This commit is contained in:
parent
2061eb1a75
commit
c13cbfce18
52
CHANGELOG.md
52
CHANGELOG.md
@ -1,6 +1,16 @@
|
||||
<<<<<<< HEAD
|
||||
### v2.7.5
|
||||
*2014-01-04*
|
||||
## v2.8.0
|
||||
*2014-01-11*
|
||||
|
||||
|
||||
**seaweedchan**:
|
||||
- Various fixes and improvements for the JSONified index
|
||||
- Removed unnecessary index refresh notifications
|
||||
- Various style tweaks
|
||||
|
||||
**Zixaphir**:
|
||||
- Various fixes and improvements for the JSONified index
|
||||
- We now use JSON for navigating between boards and threads. This should result in various bandwidth and performance improvements. Probably.
|
||||
- Users are now subjected to whatever terrible code went into that previous feature. :3
|
||||
|
||||
### v2.7.4
|
||||
*2013-12-27*
|
||||
@ -56,10 +66,6 @@
|
||||
|
||||
## v2.6.0
|
||||
*2013-11-27*
|
||||
=======
|
||||
## v1.3.0
|
||||
*2014-01-10*
|
||||
>>>>>>> json
|
||||
|
||||
**MayhemYDG**:
|
||||
- **New option**: `Auto-hide header on scroll`.
|
||||
@ -103,42 +109,10 @@
|
||||
- You cannot post an image reply immediately after a non-image reply anymore.
|
||||
- Various minor fixes
|
||||
|
||||
<<<<<<< HEAD
|
||||
### v2.5.1
|
||||
*2013-10-20*
|
||||
**Zixaphir**:
|
||||
- Infinite Scrolling Bugfix (chrome)
|
||||
=======
|
||||
**seaweedchan**:
|
||||
- Various fixes and improvements for the JSONified index
|
||||
- Removed index refresh notifications
|
||||
- Various style tweaks
|
||||
|
||||
**Zixaphir**:
|
||||
- FappeTyme and WerkTyme now persist across sessions.
|
||||
- Various fixes and improvements for the JSONified index
|
||||
|
||||
### v1.2.45
|
||||
*2014-01-07*
|
||||
|
||||
**seaweedchan**:
|
||||
- Remove moot's plea to remove ad-blocker
|
||||
- Hopefully fix NSFW themes and 404 image redirecting
|
||||
- Update archive list
|
||||
|
||||
**Zixaphir**:
|
||||
- Fix optional increase for thread updater
|
||||
|
||||
### v1.2.44
|
||||
*2013-12-06*
|
||||
|
||||
**MayhemYDG**:
|
||||
- Cooldown fix (You can no longer post an image reply immediately after a text reply)
|
||||
- Fix for 4chan markup change that caused a lot of errors
|
||||
|
||||
**seaweedchan**:
|
||||
- Fix catalog links option
|
||||
>>>>>>> json
|
||||
|
||||
### v2.4.1
|
||||
*2013-10-13*
|
||||
|
||||
2
LICENSE
2
LICENSE
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* appchan x - Version 2.7.5 - 2014-01-11
|
||||
* appchan x - Version 2.8.0 - 2014-01-11
|
||||
*
|
||||
* Licensed under the MIT license.
|
||||
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name appchan x
|
||||
// @version 2.7.5
|
||||
// @version 2.8.0
|
||||
// @minGMVer 1.13
|
||||
// @minFFVer 26
|
||||
// @namespace zixaphir
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
// Generated by CoffeeScript
|
||||
// ==UserScript==
|
||||
// @name appchan x
|
||||
// @version 2.7.5
|
||||
// @version 2.8.0
|
||||
// @minGMVer 1.13
|
||||
// @minFFVer 26
|
||||
// @namespace zixaphir
|
||||
@ -22,7 +22,7 @@
|
||||
// ==/UserScript==
|
||||
|
||||
/*
|
||||
* appchan x - Version 2.7.5 - 2014-01-11
|
||||
* appchan x - Version 2.8.0 - 2014-01-11
|
||||
*
|
||||
* Licensed under the MIT license.
|
||||
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
||||
@ -460,7 +460,7 @@
|
||||
doc = d.documentElement;
|
||||
|
||||
g = {
|
||||
VERSION: '2.7.5',
|
||||
VERSION: '2.8.0',
|
||||
NAMESPACE: 'appchan_x.',
|
||||
TYPE: 'sfw',
|
||||
boards: {},
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "appchan x",
|
||||
"version": "2.7.5",
|
||||
"version": "2.8.0",
|
||||
"manifest_version": 2,
|
||||
"description": "The most comprehensive 4chan userscript.",
|
||||
"icons": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// Generated by CoffeeScript
|
||||
/*
|
||||
* appchan x - Version 2.7.5 - 2014-01-11
|
||||
* appchan x - Version 2.8.0 - 2014-01-11
|
||||
*
|
||||
* Licensed under the MIT license.
|
||||
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
||||
@ -439,7 +439,7 @@
|
||||
doc = d.documentElement;
|
||||
|
||||
g = {
|
||||
VERSION: '2.7.5',
|
||||
VERSION: '2.8.0',
|
||||
NAMESPACE: 'appchan_x.',
|
||||
TYPE: 'sfw',
|
||||
boards: {},
|
||||
|
||||
@ -1 +1 @@
|
||||
postMessage({version:'2.7.5'},'*')
|
||||
postMessage({version:'2.8.0'},'*')
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "appchan-x",
|
||||
"version": "2.7.5",
|
||||
"version": "2.8.0",
|
||||
"description": "The most comprehensive 4chan userscript.",
|
||||
"meta": {
|
||||
"name": "appchan x",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user