You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.