Scriptish Version History
9 versions
Be careful with old versions!
These versions are displayed for reference and testing purposes. You should always use the latest version of an add-on.
Version 0.1.11.1-signed.1-signed
* toolbar button icon fix
- Source code released under MIT/X11 License
Version 0.1.10.1-signed.1-signed
https://github.com/scriptish/scriptish/compare/v0.1.8...v0.1.9
https://github.com/scriptish/scriptish/compare/v0.1.9...v0.1.10
https://github.com/scriptish/scriptish/compare/v0.1.9...v0.1.10
- Source code released under MIT/X11 License
Version 0.1.8.1-signed.1-signed
- No longer supporting the old Fennec. Native Fennec support is coming!
- Links changed to the Github issues tracker
- Updates to support Firefox 16+ (
GM_xmlhttpRequest
,GM_log
, etc.) - Opt-in synchronization of Scriptish preferences (via Firefox Sync)
- Doing additional cleanup of resources (zombie compartments)
- Userscripts created via "New User Script" will now be created as UTF-8. This fixes non-ASCII characters not showing up properly in a newly-created userscript.
- Added
onprogress
support for GM_xmlhttpRequest - Added the
BaseURL
argument to GM_safeHTMLParser - Localization updates
- Various minor bug fixes
https://github.com/scriptish/scriptish/compare/v0.1.7...v0.1.8
- Source code released under MIT/X11 License
Version 0.1.7.1-signed.1-signed
- Bug fixes for Nightly versions of Firefox (Screen shot, Scratchpad, and Error Console related issues)
- Using sandbox names now.
https://github.com/scriptish/scriptish/compare/v0.1.6...v0.1.7
- Source code released under MIT/X11 License
Version 0.1.6.1-signed.1-signed
bug fixes
- https://scriptish.lighthouseapp.com/projects/83146/tickets/536
- https://scriptish.lighthouseapp.com/projects/83146/tickets/563
- https://scriptish.lighthouseapp.com/projects/83146/tickets/543
https://github.com/scriptish/scriptish/compare/v0.1.5...v0.1.6
- https://scriptish.lighthouseapp.com/projects/83146/tickets/536
- https://scriptish.lighthouseapp.com/projects/83146/tickets/563
- https://scriptish.lighthouseapp.com/projects/83146/tickets/543
https://github.com/scriptish/scriptish/compare/v0.1.5...v0.1.6
- Source code released under MIT/X11 License
Version 0.1.5.1-signed.1-signed
extensions.scriptish.editor
is invalid (previously threw an error) (#485)extensions.scriptish.config.prettyPrint.enabled
preference (#473)GM_notification
fallback for OSX when Growl is not installed (#484)@noframes
is no longer ignored if a value is set (#496)https://github.com/scriptish/scriptish/compare/v0.1.4...v0.1.5
- Source code released under MIT/X11 License
Version 0.1.4.1-signed.1-signed
- Fixed bugs where user scripts did not appear in the Add-ons Manager (#411, #413)
- Added support for install user scripts through the Add-ons Manager (#421)
- User scripts with updates now appear in the Add-on Manager's "Available Updates" section (#317)
- Added "zh-CN" (Simplified Chinese) and "zh-TW" (Traditional Chinese) translations
- Now plays well with AutoPager (#281)
- The Scriptish icon now displays a badge showing the number of user scripts running (#436)
- A user script's "Automatic Updates" preference (set through the Add-ons Manager) is now persisted across updates
- Made the "no scripts" text in the toolbar button menu more descriptive (#349)
- Implemented
@contributionURL
,@contributionAmount
, and@developer
(#215, #221) - Added the
extensions.scriptish.optimizingRegexpMerge
preference to control optimization of RegExps used in Scriptish. Refer to Manual: Preferences for more details. (#386) - Now only logging Scriptish messages if the "Log non-critical extension messages to the Error Console" option is enabled (#440)
- Full support for the Web Console API (
console.log
, etc.) GM_log
will now log to both the Web and Error consolesGM_openInTab
now respects thebrowser.tabs.insertRelatedAfterCurrent
preference (#423)- Cookies are now passed to the source website during user script installations and updates (#445)
- Improved efficiency through lazy loading of Scriptish internals and
GM_*
API functions - Improved performance by only parsing a user script's header when metadata is needed
- Improved Scriptish's method to write files
- Added GM_xpath (#416)
- The
method
property of the object passed toGM_xmlhttpRequest
is now optional, and defaults to "GET". - Implemented a temporary fix for cases where
alert()
does not work. See bug 647727. (#422) GM_setClipboard
now supports typehtml
(#462)- No longer including the test suite in builds released to AMO (#443)
- Improved popup notification behavior (#391)
- Consistent with other add-on types, disabled user scripts no longer display an Options button in the Add-ons Manager (#434)
- Various improvements to the "New User Script" window
- Various improvements to the "Scriptish Options" windows (#432, #439, and more)
- Various additions and improvements to existing localizations
https://github.com/scriptish/scriptish/compare/v0.1.3...v0.1.4
- Source code released under MIT/X11 License
Version 0.1.3.1-signed.1-signed
- Version 0.1.1 issues
- Version 0.1.2 issues
- Version 0.1.3 issues
https://github.com/erikvold/scriptish/compare/v0.1...v0.1.1
https://github.com/erikvold/scriptish/compare/v0.1...v0.1.2
https://github.com/erikvold/scriptish/compare/v0.1.1...v0.1.2
https://github.com/erikvold/scriptish/compare/v0.1...v0.1.3
https://github.com/erikvold/scriptish/compare/v0.1.1...v0.1.3
https://github.com/erikvold/scriptish/compare/v0.1.2...v0.1.3
- Version 0.1.2 issues
- Version 0.1.3 issues
https://github.com/erikvold/scriptish/compare/v0.1...v0.1.1
https://github.com/erikvold/scriptish/compare/v0.1...v0.1.2
https://github.com/erikvold/scriptish/compare/v0.1.1...v0.1.2
https://github.com/erikvold/scriptish/compare/v0.1...v0.1.3
https://github.com/erikvold/scriptish/compare/v0.1.1...v0.1.3
https://github.com/erikvold/scriptish/compare/v0.1.2...v0.1.3
- Source code released under MIT/X11 License
Version 0.1.1-signed.1-signed
- Adding per script option to disable script defined @include and @match (#193)
- Parsing author name and website url from @author (#38)
- Implemented GM_unregisterMenuCommand and GM_generateUUID
- Implemented @priority, @domain, @icon64, and @supportURL
- Implemented a blocklist
- SSL certs are checked when updating scripts, this also applies for redirects that may occur.
- Fetching review data from userscripts.org
- New ignoreCache argument for GM_xmlhttpRequest
- bug fixes
https://github.com/erikvold/scriptish/compare/v0.1b9...v0.1
- Parsing author name and website url from @author (#38)
- Implemented GM_unregisterMenuCommand and GM_generateUUID
- Implemented @priority, @domain, @icon64, and @supportURL
- Implemented a blocklist
- SSL certs are checked when updating scripts, this also applies for redirects that may occur.
- Fetching review data from userscripts.org
- New ignoreCache argument for GM_xmlhttpRequest
- bug fixes
https://github.com/erikvold/scriptish/compare/v0.1b9...v0.1
- Source code released under MIT/X11 License
To create your own collections, you must have a Mozilla Add-ons account.