Releases: AgregoreWeb/agregore-browser
Releases · AgregoreWeb/agregore-browser
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
1.0.0-14
- 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
- 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
- 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
- Added fetch API for writing to Hyperdrives
Version 1.0.0-10 - Support creating / writing to hyperdrives
- Added
fetch()
based API for writing to Hyperdrives usingPUT
method.
Version 1.0.0-8 - Custom key bindings
- 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
- 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 withctrl+f
Version 1.0.0-4 - Improved UI, quality of life changes
- 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
- 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