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
url
property frommain()
. Seetest-Grove.js
line 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
.html
extension. - 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
name
record. Writing tosystem/name
no 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