diff --git a/4chan_x.user.js b/4chan_x.user.js
index 6e24d0718..03f46b859 100644
--- a/4chan_x.user.js
+++ b/4chan_x.user.js
@@ -1268,7 +1268,7 @@
return;
}
$.event('CloseMenu');
- html = "
";
+ html = "";
Settings.dialog = overlay = $.el('div', {
id: 'overlay',
innerHTML: html
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 000000000..c328780a8
--- /dev/null
+++ b/CHANGELOG.md
@@ -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.
diff --git a/changelog b/changelog
index 165fb0eff..e37aa34db 100644
--- a/changelog
+++ b/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
2.39.0
diff --git a/src/features.coffee b/src/features.coffee
index 3ebf47791..d4fd4ec5f 100644
--- a/src/features.coffee
+++ b/src/features.coffee
@@ -212,7 +212,7 @@ Settings =