Core Changes
- Implement E2E testing with Playwright
auth.spec.ts
: ensures proper redirectmessage.spec.ts
: tests sending and receiving messagesnote.spec.ts
: for note related operations
- Remove the progress dialog when sending a message
Patch Changes
- Add
@whatwg-node/server
to resolve type reference error - Show success message on submit
- Display quiet mode icon in note card if enabled
Misc Changes
- Upgrade dependencies
- Remove matrix strategy in CI
Credits
Full Changelog: v2.1.2...v2.2.0