Move v3+ changelog in CHANGELOG.md, link to it in the settings.
This commit is contained in:
parent
6994904af2
commit
adb5b4808e
@ -1268,7 +1268,7 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$.event('CloseMenu');
|
$.event('CloseMenu');
|
||||||
html = "<div id=fourchanx-settings class=dialog>\n <nav>\n <div class=sections-list></div>\n <div class=credits>\n <a href='http://mayhemydg.github.com/4chan-x/' target=_blank>4chan X Beta</a> |\n <a href='https://github.com/MayhemYDG/4chan-x/blob/v3/changelog' target=_blank>" + g.VERSION + "</a> |\n <a href='https://github.com/MayhemYDG/4chan-x/blob/v3/CONTRIBUTING.md#reporting-bugs' target=_blank>Issues</a> |\n <a href=javascript:; class=close title=Close>×</a>\n </div>\n </nav>\n <hr>\n <div class=section-container><section></section></div>\n</div>";
|
html = "<div id=fourchanx-settings class=dialog>\n <nav>\n <div class=sections-list></div>\n <div class=credits>\n <a href='http://mayhemydg.github.com/4chan-x/' target=_blank>4chan X Beta</a> |\n <a href='https://github.com/MayhemYDG/4chan-x/blob/v3/CHANGELOG.md#" + g.VERSION + "' target=_blank>" + g.VERSION + "</a> |\n <a href='https://github.com/MayhemYDG/4chan-x/blob/v3/CONTRIBUTING.md#reporting-bugs' target=_blank>Issues</a> |\n <a href=javascript:; class=close title=Close>×</a>\n </div>\n </nav>\n <hr>\n <div class=section-container><section></section></div>\n</div>";
|
||||||
Settings.dialog = overlay = $.el('div', {
|
Settings.dialog = overlay = $.el('div', {
|
||||||
id: 'overlay',
|
id: 'overlay',
|
||||||
innerHTML: html
|
innerHTML: html
|
||||||
|
|||||||
59
CHANGELOG.md
Normal file
59
CHANGELOG.md
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
### 3.0.0
|
||||||
|
|
||||||
|
Major rewrite of 4chan X.
|
||||||
|
|
||||||
|
Header:
|
||||||
|
Easily access features and the boards list directly from the Header.
|
||||||
|
The board list can be customized.
|
||||||
|
The Header can be automatically hidden.
|
||||||
|
|
||||||
|
Egocentrism:
|
||||||
|
`(You)` will be added to quotes linking to your posts.
|
||||||
|
The Unread tab icon will indicate new unread posts quoting you with an exclamation mark.
|
||||||
|
Delete links in the post menu will only appear for your posts.
|
||||||
|
|
||||||
|
Quick Reply changes:
|
||||||
|
Opening text files will insert their content in the comment field.
|
||||||
|
Pasting files/images (e.g. from another website) in Chrome will open them in the QR.
|
||||||
|
Cooldown start time is now more accurate, which means shorter cooldown period and faster auto-posting.
|
||||||
|
Cooldown remaining time will adjust to your upload speed and file size for faster auto-posting.
|
||||||
|
Clicking the submit button while uploading will abort the upload and won't start re-uploading automatically anymore.
|
||||||
|
Closing the QR while uploading will abort the upload and won't close the QR anymore.
|
||||||
|
Creating threads outside of the index is now possible.
|
||||||
|
Selection-to-quote also applies to selected text inside the post, not just inside the comment.
|
||||||
|
Added thumbnailing support for Opera.
|
||||||
|
|
||||||
|
Image Expansion changes:
|
||||||
|
The toggle and settings are now located in the Header's shortcuts and menu.
|
||||||
|
There is now a setting to allow expanding spoilers.
|
||||||
|
Expanding OP images won't squish replies anymore.
|
||||||
|
|
||||||
|
Thread Updater changes:
|
||||||
|
The Thread Updater will now notify of sticky/closed status change and update the icons.
|
||||||
|
The Thread Updater will pause when offline, and resume when online.
|
||||||
|
Added a setting to always auto-scroll to the bottom instead of the first new post.
|
||||||
|
|
||||||
|
Unread posts changes:
|
||||||
|
Added a line to distinguish read post from unread ones.
|
||||||
|
Read posts won't be marked as unread after reloading a thread.
|
||||||
|
The page will scroll to the last read post after reloading a thread.
|
||||||
|
Visible posts will not be taken into account towards the unread count.
|
||||||
|
|
||||||
|
Thread Stats changes:
|
||||||
|
Post and file count will now adjust with deleted posts.
|
||||||
|
The post count will now become red past the bump limit.
|
||||||
|
The file count will not become red anymore inside sticky threads.
|
||||||
|
|
||||||
|
Thread/Post Hiding changes:
|
||||||
|
Added Thread & Post Hiding in the Menu, with individual settings.
|
||||||
|
Thread & Post Hiding Buttons can now be disabled in the settings.
|
||||||
|
Recursive Hiding will be automatically applied when manually showing/hiding a post.
|
||||||
|
|
||||||
|
Other:
|
||||||
|
Added touch and multi-touch support for dragging windows.
|
||||||
|
Added [eqn] and [math] tags keybind.
|
||||||
|
Fix Chrome's install warning saying that 4chan X would execute on all domains.
|
||||||
|
Fix Quote Backlinks and Quote Highlighting not affecting inlined quotes.
|
||||||
|
Fix unreadable inlined posts with the Tomorrow theme.
|
||||||
|
Fix user ID highlighting on fetched posts.
|
||||||
|
More fixes and improvements.
|
||||||
61
changelog
61
changelog
@ -1,64 +1,3 @@
|
|||||||
beta
|
|
||||||
- Mayhem
|
|
||||||
Major rewrite of 4chan X.
|
|
||||||
|
|
||||||
New features:
|
|
||||||
Header:
|
|
||||||
Access the list of boards directly from the Header.
|
|
||||||
The board list can be customized.
|
|
||||||
From the Header's menu, access to:
|
|
||||||
Settings
|
|
||||||
Quick Reply shortcut
|
|
||||||
Image Expansion
|
|
||||||
Can be auto-hidden.
|
|
||||||
Egocentrism:
|
|
||||||
"(You)" will be added to quotes linking to your posts.
|
|
||||||
The Unread tab icon will indicate new unread posts quoting you with an exclamation mark.
|
|
||||||
Delete links in the post menu will only appear for your posts.
|
|
||||||
|
|
||||||
QR changes:
|
|
||||||
Opening text files will insert their content in the comment field.
|
|
||||||
Pasting files/images (e.g. from another website) in Chrome will open them in the QR.
|
|
||||||
Cooldown start time is now more accurate, which means shorter cooldown period and faster auto-posting.
|
|
||||||
Cooldown remaining time will adjust to your upload speed and file size for faster auto-posting.
|
|
||||||
Clicking the submit button while uploading will abort the upload and won't start re-uploading automatically anymore.
|
|
||||||
Closing the QR while uploading will abort the upload and won't close the QR anymore.
|
|
||||||
Creating threads outside of the index is now possible.
|
|
||||||
Selection-to-quote also applies to selected text inside the post, not just inside the comment.
|
|
||||||
Added thumbnailing support for Opera.
|
|
||||||
|
|
||||||
Image Expansion changes:
|
|
||||||
Expanding OP images won't squish replies anymore.
|
|
||||||
There is now a setting to allow expanding spoilers.
|
|
||||||
|
|
||||||
Thread Updater changes:
|
|
||||||
The Thread Updater will now notify of sticky/closed status change and update the icons.
|
|
||||||
The Thread Updater will pause when offline, and resume when online.
|
|
||||||
Added an option to always auto-scroll to the bottom.
|
|
||||||
|
|
||||||
Unread posts changes:
|
|
||||||
A line will distinguish read post from unread ones.
|
|
||||||
Read posts won't be marked as unread after reloading a thread.
|
|
||||||
Visible posts will not be taken into account towards the unread count.
|
|
||||||
|
|
||||||
Thread Stats changes:
|
|
||||||
Post and file count will now adjust with deleted posts.
|
|
||||||
The post count will now go red past the bump limit.
|
|
||||||
The file count will not go red anymore when the thread is a sticky.
|
|
||||||
|
|
||||||
Thread/Post Hiding changes:
|
|
||||||
Added Thread & Post Hiding in the Menu, with individual settings.
|
|
||||||
Thread & Post Hiding Buttons can now be disabled in the settings.
|
|
||||||
Recursive Hiding will be automatically applied when manually hiding a post.
|
|
||||||
|
|
||||||
Added touch and multi-touch support for dragging windows.
|
|
||||||
Added [eqn] and [math] tags keybind.
|
|
||||||
Fix Chrome's install warning saying that 4chan X would execute on all domains.
|
|
||||||
Fix Quote Backlinks not affecting inlined quotes.
|
|
||||||
Fix Quote Highlighting not affecting inlined quotes.
|
|
||||||
Fix unreadable inlined posts with the Tomorrow theme.
|
|
||||||
Fix user ID highlighting on fetched posts.
|
|
||||||
|
|
||||||
master
|
master
|
||||||
|
|
||||||
2.39.0
|
2.39.0
|
||||||
|
|||||||
@ -212,7 +212,7 @@ Settings =
|
|||||||
<div class=sections-list></div>
|
<div class=sections-list></div>
|
||||||
<div class=credits>
|
<div class=credits>
|
||||||
<a href='<%= meta.page %>' target=_blank><%= meta.name %></a> |
|
<a href='<%= meta.page %>' target=_blank><%= meta.name %></a> |
|
||||||
<a href='<%= meta.repo %>blob/<%= meta.mainBranch %>/changelog' target=_blank>#{g.VERSION}</a> |
|
<a href='<%= meta.repo %>blob/<%= meta.mainBranch %>/CHANGELOG.md##{g.VERSION}' target=_blank>#{g.VERSION}</a> |
|
||||||
<a href='<%= meta.repo %>blob/<%= meta.mainBranch %>/CONTRIBUTING.md#reporting-bugs' target=_blank>Issues</a> |
|
<a href='<%= meta.repo %>blob/<%= meta.mainBranch %>/CONTRIBUTING.md#reporting-bugs' target=_blank>Issues</a> |
|
||||||
<a href=javascript:; class=close title=Close>×</a>
|
<a href=javascript:; class=close title=Close>×</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user