From 6bad4725d95f91b99dab5a6b3c82af66f0d1d7b9 Mon Sep 17 00:00:00 2001 From: toolbox-team Date: Tue, 16 Jul 2024 16:59:55 +0000 Subject: [PATCH] Update from https://github.com/toolbox-team/reddit-moderator-toolbox/commit/23773c14910c959c7acf869f5ee295e0038f48ec --- Module.html | 2 +- TBListener.html | 2 +- background_messageHandling.js.html | 2 +- global.html | 2 +- index.html | 5 ++++- modules_historybutton.js.html | 2 +- modules_modbar.js.html | 2 +- modules_modbutton.js.html | 2 +- modules_modnotes.jsx.html | 2 +- modules_nukecomments.js.html | 2 +- modules_oldreddit.js.html | 2 +- modules_profile.js.html | 2 +- modules_queue_overlay.js.html | 2 +- modules_queuetools.js.html | 2 +- modules_usernotes.js.html | 2 +- tbcore.js.html | 2 +- tbhelpers.js.html | 2 +- tblistener.js.html | 2 +- tbmodule.jsx.html | 2 +- tbstorage.js.html | 2 +- tbui.js.html | 2 +- 21 files changed, 24 insertions(+), 21 deletions(-) diff --git a/Module.html b/Module.html index 2a1bf43c..3734f8dc 100644 --- a/Module.html +++ b/Module.html @@ -2393,7 +2393,7 @@
Returns:

diff --git a/TBListener.html b/TBListener.html index b2e77ad3..d9b621cf 100644 --- a/TBListener.html +++ b/TBListener.html @@ -842,7 +842,7 @@
Parameters:

diff --git a/background_messageHandling.js.html b/background_messageHandling.js.html index 07a02791..30e84aca 100644 --- a/background_messageHandling.js.html +++ b/background_messageHandling.js.html @@ -86,7 +86,7 @@

background/messageHandling.js


diff --git a/global.html b/global.html index 56cac360..a996bddb 100644 --- a/global.html +++ b/global.html @@ -21737,7 +21737,7 @@

getM
- Documentation generated by JSDoc 4.0.2 on Tue Jul 16 2024 16:23:44 GMT+0000 (Coordinated Universal Time) using the docdash theme. + Documentation generated by JSDoc 4.0.2 on Tue Jul 16 2024 16:59:51 GMT+0000 (Coordinated Universal Time) using the docdash theme.
diff --git a/index.html b/index.html index 5336f4d3..e0ff7233 100644 --- a/index.html +++ b/index.html @@ -168,6 +168,9 @@

Tagging a New Release

Make sure the working directory is clear and you're on the master branch.

  • +

    Update firefox_manifest.json's strict_min_version to the latest ESR version of Firefox. Here's a link to the FF release calendar for reference. (TODO: automate this somehow. this is necessary because AMO will eventually prevent you from uploading extensions where this number is too low, but we want to set it to something to prevent people from using the extension in browser versions where it will obviously not work.)

    +
  • +
  • Run npm run release. This script will prompt you for the new four-segment version number, then the release name.