Userscripts v4.1.0 (macOS), v1.1.0 (iOS)
Changes:
- [macOS / iOS] update console messages when userscripts get injected - #149
- [macOS / iOS] - updated and included more values for GM.info - #229
- [macOS / iOS] make GM.info and GM_info an object rather than function - #229
- [macOS] fixed context-menu injection regressions
- [macOS] - limit userscript description length #207
- [macOS] - highlight search input text when focusing #199
- [macOS] - show full userscript directory path when hovering the label in app #214
- [macOS / iOS] - allow whitespace after opening tags in userscript, trim whitespace on metadata lines #218
- [macOS / iOS] - improve save error messages #218
- [macOS / iOS] - fix issue where async api methods were returning the wrong values #220 #221
- [macOS / iOS] - fix issue where GM.xmlHttpRequest wasn't returning data for responseType arraybuffer & blob #212 #222
- [macOS / iOS] - implement GM.setClipboard & GM_setClipboard api method
- [macOS / iOS] - fix issue where getting remote file contents failed when url had unicode characters #226
- [macOS / iOS] - allow user to cancel update checks #211
- [macOS / iOS] - implement GM.info & GM_info #188
- [macOS / iOS] - misc. code and style updates