Skip to content

Version 0.0.20

Latest
Compare
Choose a tag to compare
@HughIsaacs2 HughIsaacs2 released this 30 Mar 19:48
· 5 commits to master since this release
8b078eb
  • App

    • Added a log to the app! So now it should be easier to gauge if any errors are occurring.
    • Chrome OS version! Powered by dat-js, WebSockets and WebRTC.
    • Switched to downloading only the Dat content the browser views on the Windows app, instead of the whole Dat.
    • Greatly increased the number of mime types for file types.
    • Added a link to this GitHub on the bottom.
    • Added a small user agent display on the bottom left.
    • Updated the Windows app to Electron 4.1.2.
    • Leapt all of the way to version 0.0.20 because numbers don't matter.
  • Extension

    • Added a QR code scanner to the extension. Powered by jsQR.
    • Added a QR code generator to the extension. Powered by qrcode-svg.
    • Added Dat-DNS support to the extension via the .well-known/dat method (TXT record support not possible yet for Chrome extensions).
    • Added notification support to the extension (does nothing yet).
    • Added Dat.json support to the extension.
      • For displaying the title, description, author name, author email, author website, and donate link.
    • Added README.md support to the extension (no Markdown support yet).
    • Added an options page with the ability to switch to a different gateway for loading Dats.
    • Added omnibox functionality for loading sites straight from dat:// urls (doesn't work with Dat DNS URLs yet though).
    • Added a content script (datsite.js) that adds a DatPart variable that equals true so that Dat sites can check if they're being displayed in DatPart and act accordingly.
    • Added a credits page to highlight libraries used and related projects.
    • Added Dat Project and Beaker Browser donate links.
    • Leapt all of the way to version 0.0.20 to be inline with the app and also because numbers don't matter.