New Features
- We have added a new Plugin System for developers to make custom plugins for notarizing different request.
- A new Provider API is added to inject
window.tlsn
to every page. Developers can use the API to interact with the extension and request notarization. - Due to integration issues identified in [email protected], we have skipped that version and jump directly to integrate with [email protected]. While using this version, please ensure that you are connected to a 0.1.0-alpha.7 notary server.
- There is significant change in the output JSON format.
What's Changed
- Notary Server Url Constant by @Codetrauma in #54
- docs: Add license information by @heeckhau in #57
- feat: Advanced Options to set MAX_SENT and MAX_RECV by @Codetrauma in #58
- feat: implement plugin system and add demo plugin for twitter profile by @0xtsukino in #59
- fix: pass maxSentData and maxRecvData correctly by @heeckhau in #60
- Store CID to prevent having to upload multiple times by @Codetrauma in #53
- feat: add logging options and reload extension on save by @0xtsukino in #61
- feat: add redaction back to plugin by @0xtsukino in #64
- feat: Display Plugin Information by @Codetrauma in #62
- Twitter dm plugin by @heeckhau in #66
- Add example plugin in Typescript by @heeckhau in #71
- feat: add injected client to content script by @0xtsukino in #69
- Request Builder fixes by @Codetrauma in #65
- fix: overwrite metadata when installing plugin by @0xtsukino in #72
- fix: overwrite headers and cookies by @0xtsukino in #73
- Disclaimer readme by @Codetrauma in #74
- [chore] MV3 migration: remove persistent key from background' by @maceip in #76
- Content Script disconnect by @Codetrauma in #75
- feat: upgrade to alpha.6 by @0xtsukino in #78
- fix: update logging level to work with alpha6; update verify method in background; add version to option page by @0xtsukino in #79
- Adding Connection status to redux store by @Codetrauma in #82
- fix: empty body string should be undefined by @0xtsukino in #85
- fix: add default empty array for secret values by @0xtsukino in #86
- chore: moved all example plugins to the boilerplate repository by @heeckhau in #90
- fix: add body to request by @heeckhau in #89
- feat: add default plugins to extension bundle by @0xtsukino in #93
- Moving request builder.tsx to it's own component by @Codetrauma in #92
- feat: integrate with alpha.7 by @0xtsukino in #102
Full Changelog: 0.1.0.5...0.1.0.700