Releases: quoid/userscripts
Releases · quoid/userscripts
v4.0.10, v.1.0.1
Userscripts v4.0.10 (macOS), v1.0.1 (iOS)
Changes:
v4.0.9, v.1.0
Userscripts v4.0.9 (macOS), v1.0 (iOS)
Userscripts versions 4+ require macOS 12.0+ and iOS 15.1+
Changes:
- migration of the extension from Safari App Extensions API to WebExtension API
- inclusion of GM API methods
- complete rewrite of the browser popup which now has rich functionality
- many bug fixes and style/code improvements - find those here
- inclusion of an iOS and iPadOS versions with near identical functionality, with the exception of the desktop exclusive code editor
v3.3.1
v3.3.0
v3.2.1
v3.2.0
Userscripts v3.2.0
v3.1.0
Userscripts v3.1.0
- created extension popover - #103
- new editor setting: "Auto Close Brackets" - #111
- new general setting: "Enable Injection"
- new general setting: "Show Toolbar Count"
- removed general setting: "Log Activity"
- improved remote script fetching (add remote, updateURL, downloadURL) - pull request #112
- updated containing app ui - #105
- updated app icon to big sur style - #109
- made auto the default inject-into value #115
- minor style and code changes
- merged pull request #110
v3.0.2
v3.0.1
Userscripts v3.0.1
- complete rewrite of Javascript frontend using Svelte
- support for new metadata keys:
@require
,@version
,@updateURL
,@downloadURL
and@noframes
- support for adding remote scripts by url
- sidebar sorting capabilities
- improved editor search
- new option: basic Javascript linting in editor
- loads of misc. code and style improvements