Skip to content

v0.9.0

Compare
Choose a tag to compare
@Lartsch Lartsch released this 07 Dec 18:59
· 287 commits to main since this release

General:

  • Renamed to FediAct to better describe the extension's use and prevent a naming issue with an existing Fedi account

Features:

  • Now showing a hint for toots that could not be resolved

Under the hood:

  • Completely changed the way the extension detects toots dynamically. It is now a) more reliable b) more efficient and easier to maintain and c) at the same time prevents that more API calls are made than needed when an already processed toot is reinserted into the DOM (now cached data will be used until the page context changes)
  • Many small bug fixes