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

1.0.2

Compare
Choose a tag to compare
@okdistribute okdistribute released this 03 Apr 20:07
· 242 commits to master since this release

The most recent release of datproject.org includes a variety of features and bug fixes that we're excited to share!

New features 🔥

  • Preview and download files under 10MB from the browser. This is cached on our server in plaintext but will be upgraded to use websockets for direct p2p at some point. (#507, #508)
  • Shows a nice loading icon when loading a file preview (#493)

Minor ✨

  • Removed the browser warning for Firefox and Safari (#495)
  • datproject.org/:key will preview the key (#507)
  • Lengthen the timeout of dat loading on a preview to account for slow network speeds.

Fixes 🏥

  • Fixed a broken footer link to datproject's GitHub (#494)
  • Render the content size of the dat more reliably (#491)
  • Clean up some unused dependencies (#504)