Let's try to fix that markdown.
This commit is contained in:
parent
adb5b4808e
commit
5b874152b7
@ -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.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>";
|
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.replace(/\./g, '')) + "' 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
|
||||||
|
|||||||
80
CHANGELOG.md
80
CHANGELOG.md
@ -1,59 +1,59 @@
|
|||||||
### 3.0.0
|
# 3.0.0
|
||||||
|
|
||||||
Major rewrite of 4chan X.
|
**Major rewrite of 4chan X.**
|
||||||
|
|
||||||
Header:
|
Header:
|
||||||
Easily access features and the boards list directly from the Header.
|
- Easily access features and the boards list directly from the Header.
|
||||||
The board list can be customized.
|
- The board list can be customized.
|
||||||
The Header can be automatically hidden.
|
- The Header can be automatically hidden.
|
||||||
|
|
||||||
Egocentrism:
|
Egocentrism:
|
||||||
`(You)` will be added to quotes linking to your posts.
|
- `(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.
|
- 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.
|
- Delete links in the post menu will only appear for your posts.
|
||||||
|
|
||||||
Quick Reply changes:
|
Quick Reply changes:
|
||||||
Opening text files will insert their content in the comment field.
|
- 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.
|
- 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 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.
|
- 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.
|
- 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.
|
- 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.
|
- 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.
|
- Selection-to-quote also applies to selected text inside the post, not just inside the comment.
|
||||||
Added thumbnailing support for Opera.
|
- Added thumbnailing support for Opera.
|
||||||
|
|
||||||
Image Expansion changes:
|
Image Expansion changes:
|
||||||
The toggle and settings are now located in the Header's shortcuts and menu.
|
- The toggle and settings are now located in the Header's shortcuts and menu.
|
||||||
There is now a setting to allow expanding spoilers.
|
- There is now a setting to allow expanding spoilers.
|
||||||
Expanding OP images won't squish replies anymore.
|
- Expanding OP images won't squish replies anymore.
|
||||||
|
|
||||||
Thread Updater changes:
|
Thread Updater changes:
|
||||||
The Thread Updater will now notify of sticky/closed status change and update the icons.
|
- 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.
|
- 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.
|
- Added a setting to always auto-scroll to the bottom instead of the first new post.
|
||||||
|
|
||||||
Unread posts changes:
|
Unread posts changes:
|
||||||
Added a line to distinguish read post from unread ones.
|
- Added a line to distinguish read post from unread ones.
|
||||||
Read posts won't be marked as unread after reloading a thread.
|
- 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.
|
- 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.
|
- Visible posts will not be taken into account towards the unread count.
|
||||||
|
|
||||||
Thread Stats changes:
|
Thread Stats changes:
|
||||||
Post and file count will now adjust with deleted posts.
|
- Post and file count will now adjust with deleted posts.
|
||||||
The post count will now become red past the bump limit.
|
- The post count will now become red past the bump limit.
|
||||||
The file count will not become red anymore inside sticky threads.
|
- The file count will not become red anymore inside sticky threads.
|
||||||
|
|
||||||
Thread/Post Hiding changes:
|
Thread/Post Hiding changes:
|
||||||
Added Thread & Post Hiding in the Menu, with individual settings.
|
- Added Thread & Post Hiding in the Menu, with individual settings.
|
||||||
Thread & Post Hiding Buttons can now be disabled in the settings.
|
- Thread & Post Hiding Buttons can now be disabled in the settings.
|
||||||
Recursive Hiding will be automatically applied when manually showing/hiding a post.
|
- Recursive Hiding will be automatically applied when manually showing/hiding a post.
|
||||||
|
|
||||||
Other:
|
Other:
|
||||||
Added touch and multi-touch support for dragging windows.
|
- Added touch and multi-touch support for dragging windows.
|
||||||
Added [eqn] and [math] tags keybind.
|
- Added [eqn] and [math] tags keybind.
|
||||||
Fix Chrome's install warning saying that 4chan X would execute on all domains.
|
- 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 Quote Backlinks and Quote Highlighting not affecting inlined quotes.
|
||||||
Fix unreadable inlined posts with the Tomorrow theme.
|
- Fix unreadable inlined posts with the Tomorrow theme.
|
||||||
Fix user ID highlighting on fetched posts.
|
- Fix user ID highlighting on fetched posts.
|
||||||
More fixes and improvements.
|
- More fixes and improvements.
|
||||||
|
|||||||
@ -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.md##{g.VERSION}' target=_blank>#{g.VERSION}</a> |
|
<a href='<%= meta.repo %>blob/<%= meta.mainBranch %>/CHANGELOG.md##{g.VERSION.replace(/\./g, '')}' 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