SO-Close-Vote-Reviewers / UserScripts

Various user scripts that add features to the review queue or to the chat room
Other
57 stars 40 forks source link

Update and rename UnclosedRequestReview.user.js to UncompletedRequestReview.user.js #227

Closed Tyler-H closed 3 months ago

Tyler-H commented 3 months ago

Updating the name of the script to reflect the scope of the script. Updating the namespace as it's long since (always?) been located within the SOCVR GitHub repository, not TinyGiant's. Changing the namespace will help improve reliability regarding script naming conflicts. Updating the version from 2.1.0 to to 2.2.0 to reflect these changes.

makyen commented 3 months ago

The @name and @namespace values are used in userscript manager to verify that there's a new version of the same script. These changes would prevent the userscript from being auto updated in various userscript managers. They would, also, cause the userscript to be duplicated within the userscript manager when manually updating. That's why these values are not changed through the lifetime of the userscript. It is possible, with care, to manage updating them, but just dropping in the change will break updates for everyone.

If there's a real reason to make a change, then we can put in the effort, but it's non-trivial and impacts everyone using the userscript.