Skip to content

Releases: TuxedoTako/4chan-xt

2.9.0

12 May 19:24
Compare
Choose a tag to compare
  • 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

03 May 17:49
Compare
Choose a tag to compare
  • 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

23 Apr 17:32
Compare
Choose a tag to compare
  • 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.
  • Code specific for the userscript isn't in the chrome extension anymore and vice versa.

2.8.0

18 Apr 14:03
Compare
Choose a tag to compare
  • 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

12 Apr 15:10
Compare
Choose a tag to compare
  • Right-align shortcut icons in header when header links are centered. #45
  • OneeChan compatibility fixes:
    • Do not apply highlights of your posts and replies when OneeChan is detected since the CSS specificity from XT was higher. #43
    • Switched from overflow: clip; to overflow: auto; on posts. #44
  • Fixed Expand/Contract All Images icon in the header. #47

2.7.0

06 Apr 16:52
Compare
Choose a tag to compare
  • 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

30 Mar 18:39
Compare
Choose a tag to compare
  • Added an option to Update stats more often and add purge position when a thread is close to getting purged, for anons who manage general threads. #39

2.5.2

06 Mar 18:39
Compare
Choose a tag to compare
  • Fixed thread watcher icon not changing colors when somebody replies to your post in the tomorrow theme. #35
  • Fixed header color in the futaba theme.

2.5.1

03 Mar 12:17
Compare
Choose a tag to compare

2.5.0

25 Feb 12:52
Compare
Choose a tag to compare
  • 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.