Skip to content

v0.5.0

Choose a tag to compare

@ErikBjare ErikBjare released this 25 Feb 10:49
· 16 commits to master since this release
v0.5.0
aea9ff9

This release ported the extension to Vite, TypeScript, and Manifest V3. In large part thanks to the efforts of @saghen and @BelKed!

It also adds a bunch of quality of life features which should hopefully resolve certain browser incompatibilities, or at least provide a workaround.

It also now uses a correct hostname for the aw-watcher-web bucket (retrieved from the local aw-server), so no more _unknown suffix.

What's Changed

  • Update popup.html by @Zinkelburger in #114
  • Added caching to getBrowserName() by @qz4 in #113
  • fix: add a brave-specific check by @BelKed in #126
  • Create LICENSE by @simonslamka in #124
  • docs(README): updated the broken Chrome extension link by @justadityaraj in #135
  • ci: update actions to the latest versions by @BelKed in #150
  • Port to Vite and Typescript & Manifest V3 by @saghen and @BelKed in #152
  • feat: allow manually configuring the browser name by @BelKed in #154
  • fix: fixed incorrectly referenced ts module in new settings popup by @jjcastro in #155
  • docs: update README for installation and development build instructions by @BelKed in #161
  • feat: add automatic & manual hostname configuration by @cweiske and @BelKed in #158
  • fix: handle undefined values for browser name and hostname in UI by @BelKed in #162
  • fix: fix event-driven background pages by awaiting heartbeat calls by @ErikBjare in #153

New Contributors

Full Changelog: v0.4.8...v0.5.0