Skip to content

Grove v0.2 (BETA)

Compare
Choose a tag to compare
@benchristel benchristel released this 20 May 22:31
· 22 commits to master since this release

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 from main(). See test-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 to system/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