Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Beaker 0.4.0

Compare
Choose a tag to compare
@pfrazee pfrazee released this 24 Oct 21:27
· 7790 commits to master since this release

With the 0.4.x series, we begin work on Dat applications, starting with the dat Web API. We'll continue to add new APIs and application support over the coming months.

Changes

  • πŸ“• Add dat API with two new methods, dat.readFile and dat.readDirectory
  • πŸ“„ Dat directories without an index.html will now render a simple file-listing, instead of redirecting to the dat-viewer. Users can manually redirect using the navbar tools.

Fixes:

  • Fixed a crash-condition in dev tools for dat sites #149
  • Relaxed security policy to: HTTPS sites can now show images served over HTTP, but still can't embed executable assets #94
  • Updated Electron to enable dat-protocol features, without bypassing CSPs #115