Releases: interledger/web-monetization-extension
Releases · interledger/web-monetization-extension
v0.5.0.1
This release improves user experience, addresses bugs, and optimizes processes that impact payments.
Getting started:
- Improve the wallet connection step in the page that opens after you first install the extension (#872).
Connecting the extension to a wallet:
- The extension popup will no longer get in your way when you're connecting your wallet (#807).
- Ensure error message details are shown while having issues connecting to a wallet (#837).
- Display the progress of automatic key addition in only the wallet tab that was opened by the extension (#849).
- Some changes in Interledger Cards broke automatic key addition when using $ilp.dev payment pointers. This has been addressed (#878).
Editing settings:
- Remove incorrect budget renewal message when updating a non-renewable budget (#883).
Making payments:
- With continuous payments, eliminate unnecessary waiting for the previous payments to complete (#858).
- Improved the detection of monetization link tags, making it more reliable (#882).
- The one-time payment success message in the popup is now cleaner, without the amount included (#886).
We've also made significant efforts in automated end-to-end tests to make extension more reliable (#610).
Full Changelog: v0.4.0.0-preview...v0.5.0.1
Preview v0.5.0.1
v0.5.0.1
Full Changelog: v0.5.0.0-preview...v0.5.0.1-preview
Preview v0.5.0.0
v0.5.0.0
Full Changelog: v0.4.0.0-preview...v0.5.0.0-preview
Nightly 2025.2.4
Warning
The Nightly build is for adventurous folks. It's updated daily with less-tested features and improvements.
Preview v0.4.0.0
v0.4.0.0
Full Changelog: v0.3.0.0-preview...v0.4.0.0-preview
Preview v0.3.0.0
v0.3.0.0
Full Changelog: v0.2.0.0-preview...v0.3.0.0-preview
Preview v0.2.0.0
v0.2.0.0
Web Monetization Extension-alpha 2
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