Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Dec 19:41
· 48 commits to main since this release

1.1.0 (2025-12-03)

Bug Fixes

  • add fallback to higher Chrome version when extension has a minimum chrome version like stylus, closes #32 (f05018a)
  • catch errors extension initialization to not break the extension bar (a827418)
  • Fixed extensions not finding updates if chrome page was not in english (de2420f)
  • properly shutdown plugin when unloading (6b4f757)
  • try making getUserInfo more reliable, should prevent less random fails on launch (59d74e3)

Features

  • add chrome.runtime.lastError property to both frontend and webkit implementations (fceded0)
  • add current account balance to fake header (6f0cf8e)
  • add safe proxy wrapper for chrome API to improve error logging on unhandled api calls (5dab17e)
  • implement extension onInstalled events and handle create tab option page (2e69ea3)