Skip to content

Releases: AgregoreWeb/agregore-browser

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.

Version 1.0.0-9 - Support creating / writing to hyperdrives

30 Jul 15:31
Compare
Choose a tag to compare
  • Added fetch API for writing to Hyperdrives

Version 1.0.0-10 - Support creating / writing to hyperdrives

31 Jul 07:26
Compare
Choose a tag to compare
  • Added fetch() based API for writing to Hyperdrives using PUT method.

Version 1.0.0-8 - Custom key bindings

26 Jul 00:46
Compare
Choose a tag to compare
Pre-release
  • Added the ability to customize key bindings using a config file
  • Hitting ESC in omnibox now focuses browser content
  • Fixes context menu not loading some times
  • Added automated builds

Version 1.0.0-5 - Find in page, better navigation, open folders

17 Jul 04:07
Compare
Choose a tag to compare
  • Save As now saves into downloads folder by default
  • Can now open file paths in the browser (e.g agregore-browser ./foobar.html)
  • Search box got refactored, you can click on search suggestions to navigate now, you can hit the right arrow key to fill in the URL
  • Added find in page function with ctrl+f

Version 1.0.0-4 - Improved UI, quality of life changes

08 Jul 02:13
Compare
Choose a tag to compare
  • Open Github repo instead of electron when clicking "help" menu
  • Added Save As context menu for images and videos and stuff
  • Styled the browser with a spooky dark theme based on my blog
  • Fixed tab navigation from URL bar to web content
  • Navigating to the same URL makes it reload instead of adding to the history

Version 1.0.0-3 - Persiting windows, more shortcuts

04 Jul 00:20
Compare
Choose a tag to compare
  • New open link in new window context menu item by @metanomial
  • Reworked application menu bar to be cleaner
  • Initial extension support
  • Autocomplete URLs from history when typing
  • Improved sandboxing on web contents.
  • Cleaned up welcome page
  • Save open windows when quitting the app, reopen them on load
  • Fixed bug where iframes were causing URL bar to enter an invalid state