Releases: AgregoreWeb/agregore-browser
Releases · AgregoreWeb/agregore-browser
2.6.3 - Different default LLM, more styling
- Default to using Qwen2.5-Coder
- Have built in styling support for dialog and fieldset elements
- Add scroll bar styling to top level frame CSS
2.6.2 - LLM fixes
- Added model auto-download with consent for ollama backend
2.6.1 - Language model API, small fixes
- New
window.llm
JS API with ollama and openAI support (blog post incoming) - Welcome page links to
p2pad
demo to speed up building - Update gemini link on welcome page
- Prefer p2p URLs on welcome page
- Improve magnet link parsing logic
- Update webrtc module for latest node/macos
2.5.1 - MacOS style fix, minor bug fixes
- Mac OS no longer has a blank bar at the top shifting content off screen
- Pasting non-links works as expected now, before it was ignoring the paste
- Pages that have no stylesheets but have inline
style
attributes no longer get Agregore's stylesheet injected.
2.5.0 - Bug fixes, Look and feel
Features
- Middle click in url bar navigates to links automatically (thanks @Arskan17 !)
- Updated theme stylesheet: max-width is now applied to textual elements directly in the body instead of the body itself. This makes it easier to make apps that take the entire width by putting content in the
main
tag. - Pages without any stylesheets will have the default style injected into them
- The reader mode now has cleaner HTML to go with the new styles and it can now render properly even when a page's CORS settings prevent loading default styles
Fixes
- Fixed issue with second instances crashing on GNOME due to serializing
- Fixed hypercore dependencies and upgraded to latest version
- "uncaught errors" now don't freeze the browser with a popup and instead get logged to STDERR
2.4.0 - Fixes and updates
- Hypercore is now more reliable for downloading the site via both dns and the public key.
- Updated hypercore dependencies for improved speed and reliability
- Fixed reader mode showing "null" for the author field
- Improved built in themes with custom styled select boxes and audio elements
- Updated electron version with bug fixes
2.3.0 - Reader view, Context Menus, Fixes
- New "reader view" that uses Mozilla's Readability API to simplify the HTML on a page and render using Agregore's color scheme
- Fixes the bug where opening several windows at startup causes a bunch of z-fighting and flashing
- Added custom scrollbar for sites importing `agregore://theme/style.css"
- Added more context menu items. Now you can copy a link to selected text on a page
2.2.3 - New welcome page, fix renderer extension
- Changed the style of the welcome page to use the builtin theme more directly
- Added "explore" page more prominently
- Fixed renderer not running due to some bugs in the last update. Now it also supports rendering ActivityStreams and JSON-LD data with inline links!
- Updated the archiveweb.page extension which now has more advanced settings for IPFS configuration
- Improve startup time by delaying registering protocol handlers
2.2.2 - Fix ad blocker
Last release broke the built in UBlock Origin extension by using the firefox version instead of chromium.
This fixes it by loading the correct chromium version.
2.2.1 fixes for windows with hyper core, better system tray
- fix the issue on windows were loading a hyper url throws an error to do with the file path. now it should correctly detect windows file paths and initialize properly
- clicking on the tray icon opens in a window so that you don't have to right click and open the context menu