Releases: AgregoreWeb/agregore-browser
Releases · AgregoreWeb/agregore-browser
1.0.0-31 - Bug Fixes, Performance Improvements
- Lazy load protocol handlers
- Fix bookmarks not working on Linux (@unmellow)
- Fix support for uploading blobs to hyper and ipfs
1.0.0-29 - Bookmarks, Improved P2P handlers
- Improved styles in Markdown and Gemini renderers
- Changes to fetch interface:
DOWNLOAD
andCLEAR
APIs- Default CORS headers
- Add support for Hyperdrive tags / versions in
hyper://
URLs
- Fixes for IPFS protocol handler
- Generate base36 URls on POST / PUBLISH
- "Bookmark" pages using
ctrl+d
to save a shortcut to your desktop. Windows/Linux only for now
Version 1.0.0-26 - IPFS support, Bug fixes
- Adds support for IPFS/IPNS
- Able to load web pages
- Support for adding data via the fetch API
- Fix window creation sometimes breaking history #68
- Fix UTF-8 encoding not showing up #73
- Fix Gemini rendering not being included in builds #72
- Fix ctrl+click window opening #57
- Fix minor styling issue in omnibox #70
Version 1.0.0-25 - Extracted gemini and md render, fixes
- Better docs for keyboard shortcuts @KyGost
- Extracted gemini page rendering into an extension (can render from any protocol) @KyGost
- Implemented markdown rendering extension @KyGost
- Change to styling of the header, fixes browser actions being too big @KyGost
- Migrated to Github actions for the build process
- Updated electron-builder
1.0.0-22 - Theming, Markdown Extension, bug fixes
- Support for setting the theme of the browser from the config file. Docs
- Markdown renderer extension. @KyGost
- Fixes for menu button spelling @cinnamon-bun
- Added discord link to welcome page
- Hide URL bar when in full screen mode @KyGost
- Don't allow extensions to run on devtools protocols.
1.0.0-20 - Fix window resizing, fix memory leak in closed windows
- Fix for window resizing not working sometimes due to values having fractions instead of being integers. @KyGost
- Fix issue where hypercore-protocol wasn't actually using the resolveName API from the initialized SDK. @KyGost
- Fix memory leak where webContents for pages weren't being destroyed and were running in the background
1.0.0-19 - External Extensions, bug fixes, quality of life
- Can now load extensions from a folder
- Menu button for opening your extensions folder
- Refactored README into a docs folder
- Fix bugs where URL bar and nav buttons weren't working sometimes
- Clicking links opens them in actual links
- Fixed context menus not showing up in opened windows
- Updated electron (not sure what the changes are. 🤷)
- Fixed bug where opening links with Agregore would sometimes fail
- Added menu button for opening your config file
1.0.0-17 - Fix browser action buttons and getting the active tab
- Stop using ASAR because it was breaking installer builds
- Fix browser actions, now they work in all cases
- Fix setting the active browser tab
Version 1.0.0-16 - New Electron, Streaming Video, Save Window Position
- Refactored how window spawning and management works under the hood (Electron's remote API got removed)
- Use new Electron beta which supports streaming video over custom protocol handlers
- Save the positions of windows when you exit Agregore, so that they spawn in the same place next time
- Temporarily disabled browser actions for extensions (needs a new RPC API)
1.0.0-15 - Ad blocker, extension action button
- Added an ad blocker extension to block a bunch of ads from a random list I found
- Extensions that have "Browser Action Button"s will have their buttons rendered beside the omnibox.
- Removed the system tray icon since it wasn't doing anything useful