Skip to content

Releases: AgregoreWeb/extension-agregore-renderer

v2.1.5 - trigger dom load on render

14 Mar 17:34
Compare
Choose a tag to compare

After rendering the page we now properly close the document and emit a "load" event which is needed for the browser to detect if css loaded correctly.

v2.1.3 - clean reader view

13 Mar 20:16
Compare
Choose a tag to compare

Detect when reader view wraps article content with extra elements and remove them.

v2.1.2 - Update gemini and ssb deps

13 Mar 19:44
Compare
Choose a tag to compare
  • Gemini links now render in an p instead of a div
  • Update ssb-markdown dep to point at npm instead of the fork

v2.1.1 - Fix reader mode sometimes showing null for author info

08 Dec 21:00
Compare
Choose a tag to compare

What's Changed

  • don't show 'null' byline on some pages by @easrng in #9

New Contributors

  • @easrng made their first contribution in #9

Full Changelog: v2.1.0...v2.1.1

v2.1.0 - New reader mode

29 Aug 21:36
Compare
Choose a tag to compare

Adds a new action button to view a simplified version of a page.

Uses Mozilla's Readability API to parse the page.

Also injects the agregore styles like the other renderers.

v2.0.2 - Fix syntax error!

27 Jun 06:08
Compare
Choose a tag to compare

Whoops! Looks like there was a syntax error breaking the extension. Added a step for linting in the release process so we can catch this more obviously next time.

Should be working correctly now.

v2.0.1 - Fix renderers not working

27 Jun 05:56
Compare
Choose a tag to compare

Due to the the .gitignore in the project, the generated bundles for the renderers were not actually getting saved to the zip.

Now they are!

v2.0.0 - ActivityStreams and JSON-LD rendering, new release format

10 May 02:10
Compare
Choose a tag to compare
  • JSON renderer now correctly detects the application/ld+json and application/activity+json mime types
  • The renderer bundles are no longer part of the source tree
  • The extension now gets automatically built and released upon tagging (for the new Agregore extension system