8000 Release v1.1.0 · metauni/metaboard · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v1.1.0

Compare
Choose a tag to compare
@blinkybool blinkybool released this 31 Aug 07:27

metaboard is finally licensed with the MPL-2.0 license.

Changes

  • Cleaned, refactored and simplified much of the code
  • Persistence recognises format of board data stored in datastore, and is backwards compatible with old persistence formats (will always write in latest format). Uses rigorous checks to ensure data is present as expected.
  • Decreased StudsPerZIndex by 20x and InitialOffsetStuds set to 0 (lines at a higher z-index are much closer to the board now).
  • Removed placeholder Text from Toolbar TextButton
  • toolbar hides when user doesn't have write permission
  • Chat window hides when opening metaboard (can still open)
  • Fixed precision errors causing lines appearing off the board, or gaps between lines
  • Added metaboardPlaceConfig
  • Massive speedup to Persistence board loading startup time (one board at a time + prioritises close-visible boards)
  • New key convention for history boards (uses prefix History/)
  • Updated versioning to work with metauni/package-updater
  • Big writing performance improvement (see #68)
  • Fixed bug that allowed multiple boards to be opened on top of each other in Drawing UI
  • Added MPL-2.0 license
  • Added documentation of package licenses

Full Changelog: v1.0.0...v1.1.0

0