Skip to content

Releases: AgregoreWeb/agregore-browser

Version 1.0.0-25 - Extracted gemini and md render, fixes

22 Oct 01:14
Compare
Choose a tag to compare
  • 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

06 Oct 18:10
Compare
Choose a tag to compare
  • 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

04 Oct 21:36
Compare
Choose a tag to compare
  • 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

03 Oct 23:59
Compare
Choose a tag to compare
  • 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

18 Sep 21:02
Compare
Choose a tag to compare
  • 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

18 Sep 15:37
Compare
Choose a tag to compare
  • 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

31 Aug 00:15
Compare
Choose a tag to compare
  • 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

1.0.0-14

18 Aug 05:10
Compare
Choose a tag to compare
1.0.0-14 Pre-release
Pre-release
  • You can hit enter to navigate without having to wait for history to be looked up
  • When you enter text in the omni-box the previous history search gets aborted
  • Fixed race condition where hitting enter faster than the search results made the results pop up after navigating
  • Added support for the Gemini Protocol

1.0.0-13

07 Aug 17:30
Compare
Choose a tag to compare
1.0.0-13 Pre-release
Pre-release
  • Fix clicking nav suggestions
  • Try to fix up icons 🤷

Fetch changes:

  • Support auto directory creation in PUT
  • Allow header differs based on writability
  • added canonical link header that points to the resolved URL
  • added ETag header tracking drive version
  • removed index.json extension
  • added .well-known/dat
  • added X-Resolve:none for disabling resloving index.json
  • added X-Blocks and X-Blocks-Downloaded headers for files

1.0.0-11

07 Aug 01:50
Compare
Choose a tag to compare
1.0.0-11 Pre-release
Pre-release
  • Updated dat-fetch
  • Directory listings have trailing slashes for directories to identify them
  • You can create directories with PUT
  • Proper error status code when directory not writable
  • Fix Content-Length and Content-Range headers in responses
  • Added Allow header for list of methods allowed when using an invalid method.