Skip to content

Releases: re621/re621.Legacy

1.0.2

09 Apr 06:02
Compare
Choose a tag to compare

Fixes

  • Resolved an issue that caused the script to crash if the blacklist was empty

1.0.1

07 Apr 21:40
43e064e
Compare
Choose a tag to compare

Changes

  • Added an option to reset module settings

Fixes

  • Stopped the Forum Subscriptions from notifying users about their own messages
  • Fixed notifications not being cleared while an update is in progress
  • Fixed the Image Scaler dropdown menu not saving its value
  • Resolved duplicated IDs in the Formatting Helper

1.0.0

05 Apr 19:24
abddb18
Compare
Choose a tag to compare

This is the big public release!

Changes

  • Open posts in a new tab when double-clicking on them
  • Added voting buttons to the post previews
  • Added a button to copy tags from wiki pages
  • Added a link to the wiki page of tags when using TinyAlias
  • The delivered userscript now gets minified

Fixes

  • Correctly handle swf thumbnails
  • Dates for the ThumbnailEnhancer now display correctly in all browsers
  • Also display TinyAlias when editing a post
  • Also display DText formating when editing a post
  • Fresh installs would start out with notifications in the SubscriptionManager
  • The text for the next update in SubscriptionManager could be in the past

0.1.19

04 Apr 05:15
Compare
Choose a tag to compare

Changes

  • Added a manual update button for Subscription Manager
  • Lazyload images on the search page and inside the Subscription Manager
  • Implemented Thumbnail Enhancer - a suite of improvements for search page thumbnails
  • Added hotkeys to image note actions

Fixes

  • Fixed the incorrect quote formatting
  • Removed the "Add Page" indicator if there are no more posts

0.1.18

03 Apr 05:52
Compare
Choose a tag to compare

Getting closer to a public release.

Changes

  • Made the searchbar section stick to the viewport when scrolling
  • Add a ThemeCustomizer setting to change the position of post navbars
  • Added a way to export and import all settings into file, not just subscriptions
  • Implemented a way to unsubscribe directly from the notifications window
  • Extended the thumbnail croppign to the other image pages

Fixes

  • Require user interaction to load the next page of results
  • Fixed subscriptions not updating if reloadeding during the update checking
  • Fixed eSix Extended pool subscriptions importing function
  • Fixes and changes to the sidebar tag list

0.1.17

02 Apr 02:16
Compare
Choose a tag to compare

Changes

  • Rewritten the project to use new helper classes instead of duplicating the theming system
  • Changed the SubscriptionManager update and notification handling to improve the user experience

Fixes

  • Refactored the legacy importing functionality to avoid code duplication
  • Fixed a CORS issue with version checking and changelog fetching on Firefox
  • Fixed the tag still remaining even after removing it from the blacklist

0.1.16

01 Apr 05:19
5840869
Compare
Choose a tag to compare

Changes

  • Gave all subscription modules a common update timer. To share.
  • Improved subscription update entries sorting
  • General code cleanup of the Subscription Manager

Fixes

  • Resolved compatibility issues with e926 by only loading images if they have image data
  • Stretched the FormattingHelper modal windows to better fit their contents
  • Fixed the PoolNavigator hotkeys not working in some situations
  • Made sure the upload page buttons were properly colored
  • Prevent accidental duplicate subscription update checks

0.1.15

31 Mar 03:52
Compare
Choose a tag to compare

Changes

  • Cleaned up the code in accodrdance to eslint recommendations
  • Overhauled the module initialization and loading process
  • Fully implement pool, forum, and tag subscriptions
  • Implemented eSix Extended settings importer
  • Implemented the Avoid-Posting check for TinyAlias

Fixes

  • Increased "just now" tolerance
  • Re-aligned the notes block correctly over the image

0.1.14

30 Mar 00:12
Compare
Choose a tag to compare
Include building the DNP list in the workflow

0.1.13

29 Mar 04:02
Compare
Choose a tag to compare
Switch from storing data in cookies to using Tampermonkey methods ins…