Releases: toolbox-team/reddit-moderator-toolbox
Releases · toolbox-team/reddit-moderator-toolbox
v6.1.6
v6.1.5
Additions
Fixes
- The Domain Tagger module activates correctly again. (#756)
- Fixed several instances of dates not being converted to relative times consistently. (#758)
- The Mod Notes popup will now close automatically after successfully saving a new note. (#757)
- Mod macros once again display in modmail. (#771, #773, thanks @RGood!)
- Other user action buttons once again display in the modmail conversation sidebar. (#774, #775)
V6.1.4
v6.1.3
Additions
- The modnotes module now has a setting to change the default label for creating new notes (#702)
- The modnotes module now saves note context when creating new notes (#746)
Fixes
- Performing actions in the modnotes window now uses standard success/error feedback instead of intrusive browser alerts (#696)
- Pressing enter when typing a mod note now submits the note (#696)
- Some information (such as user karma) which was missing from the history button has been restored (#698)
- Automoderator match highlighting no longer highlights text all the way to the end of the paragraph (#695, #710)
- Automoderator match highlighting now works with non-English Reddit UI languages (#604, #711)
- Buttons on users are once again displayed in a consistent order (#699, #707)
- Setting up personal notes to save to a subreddit with capital letters in its name works again (#697)
- When using the user profile view from modmail, links within posts displayed in the profile view now work properly when clicked (#692)
- Deleting a mod note no longer scrolls you back to the top of the page (#734)
- Cache is now stored per user based on the session cookie. This should prevent issues with switching between users. (#745)
V6.1.2 hotfix release
Fixes:
- Usernotes above a certain amount would not load for subreddits due to Pako update.
- Removal reason HTML would not render properly.
V6.1.1 Delaying Donkey
Identical to V6.1.0 with the exception that sourcemaps are no longer included for init.js
as the Mozilla validator does not like files over 4mb in size.
V6.1.0 Delaying Donkey
Additions
- Queue tools "recent actions" display now shows action descriptions (#590, #598)
- You can now configure mod macros to remove items as spam (#571, #605, thanks @LMBishop!)
- User flair is now available in mod macros (#680, thanks @rysie!)
- When new reddit dark mode is enabled toolbox will now also automatically turn on dark mode (#665)
- Queue tools: Ignore reports is now available for selected item actions and as keyboard shortcut
G
(#311, #659, thanks @Endercheif!) - Option to unban with modmacros (#529, #664, thanks @Endercheif!)
- Improvements to the beta mod notes module
Fixes
- Settings backup dates are saved properly again, and several other related issues with settings were fixed (#600)
- Beta modules are no longer disabled after hotfix releases (#612)
- If the modbar was previously hidden, it will no longer flash a shown state momentarily when loading the page (#607, #613)
- With the Personal Notes module enabled, the corresponding button on the modbar is no longer missing sometimes (#617)
- Other Toolbox buttons are also no longer missing from the page sometimes (#621)
- Cached information about the current user is now refreshed properly (#603)
- Help boxes appear correctly styled when opening them from new Reddit (#609, #640)
- Grammar/spelling fixes (#642)
- Modules in the settings window are sorted alphabetically again (#661)
- Links to toolbox settings work again (#667, #689)
- Clicking the settings link icon next to a setting will now properly open up the settings link information (#668)
- Fix for faulty reddit color-scheme implementation on new reddit (#653, #654)
Internals
- Lots and lots of work to enable Manifest V3 (#555)
- The background script has been converted to use ES modules (#616)
- Dependencies are now pulled from npm; various related adjustments to our release workflow (#618, #623, #630)
- Internal caching was reworked for MV3 compatibility (#76, #78, #599, #614, #631)
- Other background elements were updated for MV3 compatibility (#615, #620)
- Chrome and Firefox manifests are now completely split to facilitate MV3-specific manifest keys (#632)
- Other miscellaneous code quality and workflow improvements (#597, #601, #636, #637, #643)
V6.0.2
Fixes/Additions
- Modmail sidebar adjustments (#595) for the upcoming new sidebar from reddit containing modnotes and useravatars.
- Setting to style the reddit avatar in three ways:
Original
,Compact
,Hidden
. - Feature where more elements are clickable to go to the user profile.
- Setting to disable the "particle" animation of avatars.
- Toolbox buttons have been moved and restyled a little bit to fit the new sidebar.
- Various fixes to account for information now having to be pulled from different elements.
- Setting to style the reddit avatar in three ways:
Internals
- Update DOMPurify to 2.3.12 (#596)
V6.0.1
V6.0.0 Backwards Bison
Additions
- Removal reason comments can now be sent via the recent "Remove as subreddit" functionality by checking the new "Send as /u/subreddit-ModTeam" box in the removal reasons popup. (#582, #583)
- [Beta] Native mod notes can be viewed and edited from Toolbox via the new "Mod Notes" module. (#565, #566)
Fixes
- Toolbox now recognizes and corrects for an issue that exists in Slide for Reddit's implementation of usernote storage. Notes created with Slide will now be accessible to Toolbox and other conforming usernotes implementations. (#577)
Internals
- Virtually all content script code was rewritten to take advantage of ES6 modules, helping with maintainability and providing a slight performance improvement on page load. (#198, #518, #576, #584, #585, #586 - this was a long road!)
- Miscellaneous performance and code quality improvements (#408)
- Metadata and developer documentation updates (#575, #569)