Skip to content

Releases: AgregoreWeb/agregore-browser

2.12.1 - Fix up button, new FileViewer link

15 May 02:44
Compare
Choose a tag to compare
  • The up button was busted and sometimes didn't show up
  • "Going up" is reliable now and supports going up from either files or directories
  • The new "Fileviewer" app is now linked to from the welcome page

2.12.0 - Peersky theme compat, Local AI onboarding improvements

12 May 02:38
Compare
Choose a tag to compare
  • Pages should now use the browser://theme/style.css URL for adding styles across both Agregore and Peersky
  • The default LLM model is now qwen2.5-coder:3B which can run on lower end hardware
  • The AI flow will try to detect ollama and guide you to install it if it's missing.
  • Config changes are now immediate (upon save) and you don't need to reload the browser for changes to take effect
  • The welcome page got cleaned up a bit to be more focused

2.11.0 - New Navigation Options

07 May 01:51
Compare
Choose a tag to compare
  • Plain text files like CSS now get syntax highlighting via the syntax highlighting font
  • Built in 404 page has some styling now
  • There's a new "up" button which lets you navigate up one level in whatever directory you're in. So UP on hyper://example.com/foo/bar/baz would take you to hyper://example.com/foo/bar/
  • For folks using Gemini, agregore now properly allows sites to request user input via a basic form with a site-customizable prompt. This enables support for sites like search engines

Also we've updated some stuff on our main website so check out the explore page!

2.10.1 - Fixes

29 Apr 02:35
Compare
Choose a tag to compare
  • Less noisy logging
  • Updated extensions system to catch errors instead of crashing, should fix some of the random crashes when navigating to new links
  • Forces default color scheme more effectively, prevents some pages from rendering as white text on white backgrounds
  • add overflow to tables in default style to avoid messing up the layout in reader mode

2.10.0 - History page, better reader mode

05 Apr 02:48
Compare
Choose a tag to compare

We now finally have a "view history" page which lets you search through your history and clear items that you no longer want.

The reader mode has also had some fixes. A bunch of pages just didn't render properly before, but with the latest change most pages should work out of the box.

We also have some improvements in the default stylesheet for supporting "details" elements and tables. You can see all the styles in the example theme page at agregore://theme/example

2.8.2 - Font Based Syntax Highlighting

25 Feb 21:06
Compare
Choose a tag to compare

Thanks to @josephmolina256 we now have font based syntax highlighting in Agregore!

This applies to code blocks and to <textarea> elements and is included in any site that depends on agregore://theme/style.css.

This replaces the dependency on highlight-js which requires JS to work and was a bigger dependency.

This release also fixes a bug in the render where pages would be "double rendered" and content would get overwritten.

2.7.0 - Settings Page

16 Jan 21:14
Compare
Choose a tag to compare

We now finally have a way to mess with the settings in agregore like the default page and theme colors without needing to edit a text file!

Also improves some styling for forms and lists.

2.6.3 - Different default LLM, more styling

11 Nov 22:26
Compare
Choose a tag to compare
  • 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

03 Oct 15:19
Compare
Choose a tag to compare
  • Added model auto-download with consent for ollama backend

2.6.1 - Language model API, small fixes

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