Releases: TuxedoTako/4chan-xt
Releases · TuxedoTako/4chan-xt
2.9.0
- FxTwitter embeds. Has some extra functionality in the settings. Twitframe is also still available in the settings. #57
- Fixed youtube shorts embeds. #58
- Fixed the extension version not displaying the error message in case fetching the thread from an external archive
failed. #8 (comment) - Button to watch threads now uses an svg icon instead of a background image, and is now a button instead of an anchor. This should only be important if you use custom css to style it.
2.8.2
- PostHiding now waits for the board config, so the option to hide by poster ID should always appear on boards with those. #41 (comment)
- Restoring deleted posts from archives when reply threading is active no longer recalculates the threads. Turning reply
threading off and on again still works. #55
2.8.1
- Fixed quick reply modal putting icon buttons in the wrong place in the catalog. #54
- Removed 'Work around CORB Bug', which was fixed in chrome 85, while this script is 90 and up.
- Because this meant a file had a dependency less, which in combination with the circular dependencies, caused some files to be in a different order in the output, and caused some common variables to not have
$1
appended. So sorry for the giant diff.
- Because this meant a file had a dependency less, which in combination with the circular dependencies, caused some files to be in a different order in the output, and caused some common variables to not have
- Code specific for the userscript isn't in the chrome extension anymore and vice versa.
2.8.0
- Fixed post hiding on poster ID not applying to new posts. #41 (comment)
- Fixed semicolon in Yotsuba B CSS. #48
- Capitalized "Watcher" in the header for consistency. #49
- To address the restore from archive issues #51:
- Added an error message when fetching fails instead of failing silently.
- Added option to select archive to fetch from.
- Counting poster IDs is now used as a fallback for the missing IP count. #52
- Trying to fetch the captcha in /biz/ without verified email verification now shows the error to the user instead of failing silently. #53
2.7.1
2.7.0
- Re-added font-awesome for the header icons. This time I'm only importing the icons needed instead of the whole icon font. #38
- Added button to un-randomize the filename in the quick reply. #40
- Moved the icon buttons and submit button to a new row to give the file input some space.
- Added option to hide posts by poster ID. #41
- Made the audio the source of truth for video sound posts. Should fix #36, but I didn't find a video to longer audio to test on.
2.6.0
2.5.2
2.5.1
- Fixed missing semicolon in yotsuba.css. Thanks to @saxamaphone69's review.
2.5.0
- Quick MD5 filter on shift + click on a thumbnail or expanded file. #32
- Can be turned off in the settings.
- Moved different themes to CSS variables.
- This shouldn't make a difference for the end user, but I have accidentally broking things before.
- Added
color-scheme: dark;
for tomorrow and spooky themes for dark scroll bars, inputs and buttons.