Grove v0.2 (BETA)
This release of the Grove contains the following changes:
- The OS can open URLs in a new tab by returning an object with a
urlproperty frommain(). Seetest-Grove.jsline 218 for an example. - The filename format for downloaded snapshots has changed:
- The appended timestamp is now in the local timezone rather than UTC.
- Filenames now have a
.htmlextension. - Filenames may only contain letters, numbers, periods, dashes (
-), and underscores (_). If the computer's name contains other characters, they are replaced with dashes.
- The computer's name (which is displayed in the browser title bar and used as the filename for downloaded snapshots) can now be set only by writing to the
namerecord. Writing tosystem/nameno longer has any special effect. - Rendering performance has improved. Frames now take around 25% less CPU time to render (in Chrome on Mac).
- Cosmetic improvements in Firefox and Safari