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
Upgraded to Electron 23-beta with new chromium and node.js 18
Changed all the code to use EcmaScript Modules instead of CommonJS
ASAR builds now fully extract their contents which takes more space in the filesystem
Breaking: hyper:// support got updated to use the latest holepuch APIs. Old drives can no longer be loaded and new drives cannot be loaded in old versions of Agregore
hyper:// now only supports DNSLink based DNS in domains. You can use this by adding a TXT record for _dnslink.yourdomain.com whose value is dnslink=/hyper/YOUR_HYPERCORE_KEY_HERE
hyper:// now properly recognizes .gmi and .gemini files and sets the mime type to text/gemini.
hyper:// now supports loading index.md, index.gmi, index.gemini, and README.md in addition to index.html (Pending bringing this to IPFS and BitTorrent)
Fixed IPFS randomly being unable to start due to uncleaned lockfiles
Fixed the URL bar being obstructed by web content due to a MacOS bug
Fixed the system tray looking huge on MacOS
Removed arm64 build of Mac since it's broken due to the wrtc module