|
|
Line 9: |
Line 9: |
| , | | , |
|
| |
|
| == 0.5 ==
| | , |
| | |
| === 0.5.3 ===
| |
| | |
| September 3rd, 2005
| |
| [http://greaseblog.blogspot.com/2005/09/053-available.html]
| |
| [http://greasemonkey.mozdev.org/changes/0.5.3.html]
| |
| | |
| === 0.5.2 ===
| |
| | |
| September 1st, 2005
| |
| [http://greaseblog.blogspot.com/2005/09/035-051-migration-madness.html]
| |
| | |
| Released to the Greasemonkey mailing list, fixed bugs in the automatic migration system for the changes between the 0.3 and 0.5 branches.
| |
| | |
| === 0.5.1 ===
| |
| | |
| August 25, 2005
| |
| [http://greaseblog.blogspot.com/2005/08/greasemonkey-051-final.html]
| |
| [http://greasemonkey.mozdev.org/changes/0.5.1.html]
| |
| | |
| Introduced:
| |
| * Security fix wherein a [[user script]] could elevate itself to chrome privileges.
| |
| * User can select the editor to use for "Edit" in manage, and "New User Script".
| |
| * Unicode support for non-english characters.
| |
| | |
| === 0.5 beta ===
| |
| | |
| July 30th, 2005
| |
| [http://greaseblog.blogspot.com/2005/07/greasemonkey-05-beta.html]
| |
| [http://greasemonkey.mozdev.org/changes/0.5.html]
| |
| | |
| The first release containing [[security]] fixes over 0.3.5 intended for public consumption.
| |
| "Greasemonkey 0.5 is actually the combination of a massive security audit and all the new code which was planned for 0.4."
| |
| | |
| Introduced:
| |
| * [[GM_openInTab]], [[unsafeWindow]]
| |
| * Enhancements to [[GM_registerMenuCommand]]: keyboard shortcuts, stability.
| |
| * Memory leak fixes.
| |
| * "New User Script" menu item, shortcut to a new blank template for [[user script]] authors.
| |
| * Restricted [[GM_xmlhttpRequest]] from accessing local <code>file://</code> URLs.
| |
|
| |
|
| == 0.4 == | | == 0.4 == |
Revision as of 07:53, 30 September 2011
,
,
,
,
,
0.4
0.4.x
Details needed.
The 0.4 branch was an internal development version, where experimentation for security fixes happened.
0.3
0.3.5
July 19th, 2005
[1]
[2]
Security flaw release.
Contained no fixes, rather removed all vulnerable features.
Intended for (limited) continued use while fixes were being performed.
0.3.4
May 12th, 2005
[3]
Introduced:
- ".tld" support in @include/@exclude, allowing things like
@include http://www.example.tld/
for all international permutations.
- Log level option for GM_log
- Minor enhancements and bugfixes.
0.3.3
May 10th, 2005
[4]
[5]
Primarily bugfix release.
0.3 beta
April 23rd, 2005
[6]
[7]
Introduced:
0.2
0.2.6
March 30th, 2005
[8]
[9]
Bugfix release.
0.2.5
March 28th, 2005
[10]
[11]
Introduced:
Also, the default user scripts that were bundled with Greasemonkey by default until this point were removed.