v0.5.0
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
- @Zinkelburger made their first contribution in #114
- @qz4 made their first contribution in #113
- @BelKed made their first contribution in #126
- @simonslamka made their first contribution in #124
- @justadityaraj made their first contribution in #135
- @saghen made their first contribution in #152
- @jjcastro made their first contribution in #155
- @cweiske made their first contribution in #158
Full Changelog: v0.4.8...v0.5.0