Skip to content

Releases: HughIsaacs2/DatPart

Version 0.0.20

30 Mar 19:48
8b078eb
Compare
Choose a tag to compare
  • 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.

Version 0.0.6

12 Dec 13:21
6708395
Compare
Choose a tag to compare
Version 0.0.6 Pre-release
Pre-release
  • Added mime types.

  • Tiny bug fix for the extension (the dat:// link on the error page).

Version 0.0.5

12 Dec 06:52
0d17c48
Compare
Choose a tag to compare
Version 0.0.5 Pre-release
Pre-release
  • Cleaned up the files (cleared out everything that wasn't in use).

  • Electron app now minimizes to the system tray (it also starts like this).

  • Chrome Extension now provides a retry button and a dat:// link on the error page.

  • Electron app no longer sets itself as the default protocol handler for dat:// (I'll get around to providing an option for this in the future).

  • Electron app now sets itself as the default protocol handler for datPart:// so that it can be opened from the extension via a link.

  • Chrome extension page now provides a datPart:// link to open the Electron app.

  • Electron app now creates a "dats" folder for storing Dats if it doesn't exist.

First release!

10 Dec 19:36
Compare
Choose a tag to compare
First release! Pre-release
Pre-release

First release!

Set all of the version numbers to 0.0.1 here but on the Chrome Web Store version of the extension it's 0.0.3 [as I've been using it for test builds before this GitHub even existed], so the next release will skip to a higher number just to align everything.

Also this release is only 32-bit.