-
Notifications
You must be signed in to change notification settings - Fork 454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Meta file timestamp #215
Comments
If you update the script, you should always bump the version. I am -1 on this; userscript engines already handle updates via |
I'm not arguing for or against this, but for the record: userscripts.org did not require a |
That I did not know. Hashing may become a realization on OUJS at some point for integrity checks but greasemonkey/greasemonkey#1963 needs to be finalized with possible consideration of OpenUserJS/OpenUserJS.org#226 (comment) regarding the delimiter character I think.
|
Until now, I did not know how FireFox extension addon checks for updates, but I know that some USO update scripts (including mine) used the extra information provided by USO for checking update. The Tampermonkey way, @uso-hash, is also another way to differentiate between updates that does not rely on the user changing the version number. I do like the @hash property better than an auto-incremental version number. The information such as number of installs, rating for specific version is also quite an interesting stats for authors (or at least this author). |
I don't see a reason for this - as mentioned, you should use |
Add a timestamp or an incremental version value in the userscript header part of the "meta.js" file. Useful for update scripts as the @Version does not always get updated.
An example of uso added:
Very useful and informative.
Thanks
The text was updated successfully, but these errors were encountered: