Web Monetization Extension-alpha 2
Pre-release
Pre-release
What's Changed
General Changes
- feat: adjust monetization frequency based on wallet by @raducristianpopa in #281
- feat: bulk actions start, stop, resume by @dianafulga in #294
- feat: add intent to background & split amount by @dianafulga in #307
- feat: support manifest v3 by @sidvishnoi in #313
- feat: add monetization state to browser action's tooltip text by @sidvishnoi in #357
- fix: deduplicate token rotation requests by @raducristianpopa in #305
- fix: prevent data loss in connect screen by @dianafulga in #321
- fix: set default
hasHostPermissions
to true by @sidvishnoi in #340 - fix: ensure default storage is populated; fix popup crash by @sidvishnoi in #342
- fix: dispatch MonetizationEvent instead of CustomEvent by @sidvishnoi in #346
- fix: use window ID when querying active tab by @raducristianpopa in #333
- fix: show SiteNotMonetized state for non-monetized websites by @sidvishnoi in #347
- fix: ensure correct icon is reflected for monetization state by @sidvishnoi in #355
- refactor: clear up icons usage by @sidvishnoi in #356
- chore: add lint checks by @sidvishnoi in #306
- chore: remove unused eslint plugins by @raducristianpopa in #325
- chore: use webpack defines for hosts and protocols; remove profiler by @raducristianpopa in #341
- chore: add linting for spelling, fix typos by @sidvishnoi in #350
Dependency Updates
- chore: revert update dependency eslint to v9 by @raducristianpopa in #297
New Contributors
- @sidvishnoi made their first contribution in #265
Full Changelog: v0.2.3...alpha2