Releases: secutils-dev/secutils-webui
Releases · secutils-dev/secutils-webui
1.0.0-beta.1 (2024-05-20)
Refer to #secutils/v1.0.0-beta.1 for the full Secutils.dev release notes.
⚠ BREAKING CHANGES
- platform, security: migrate user authentication to Ory Kratos (b785d68)
Features
- platform: add
Account
UI to view and manage subscription details (3e09090)
- webhooks: allow enabling/disabling responders (1104922)
- platform: allow zooming script editor content with the mouse wheel (187fdfd)
- web-scraping: limit a number of tracker revisions and responder requests according to the user subscription (24da25e and 1d67a98) according to the user subscription
Bug Fixes
- platform: redirect user to
/signin
after signout and do not cacheindex.html
(bb581f6) - utils: increase width of the
Actions
column for certificates, private keys, and CSP (f8a48d9)
Full Changelog: v1.0.0-alpha.5...v1.0.0-beta.1
v1.0.0-alpha.5 (2024-01-10)
Refer to #secutils/v1.0.0-alpha.5 for the full Secutils.dev release notes.
⚠ BREAKING CHANGES
- webhooks: drop UI for the dedicated
delay
responder setting in favor of custom responder JavaScript extension (7727f82)
Features
- webhooks: add UI to support custom responder JavaScript extensions (7727f82)
- webhooks: display
f
icon next to the responder name if it is configured with a script (ecb3af7)
- webhooks: display full client socket address, responder request path and query string in captured requests grid (f78f5e2)
Full Changelog: v1.0.0-alpha.4...v1.0.0-alpha.5
v1.0.0-alpha.4 (2023-12-26)
Refer to #secutils/v1.0.0-alpha.4 for the full Secutils.dev release notes.
Features
- platform: add support for job retries in all web page tracker UIs (only constant strategy) (b44fd2d)
- certificates: introduce UI for a new
Certificates -> Private keys
utility (a9462dd, check out the guides to learn more)
- certificates: allow sharing certificate templates (dc3a269, check out the guides to learn more)
- web-scraping: add UI for custom HTTP headers for web page trackers (5ec9b00)
- web-scraping: introduce UI for a new
Web Scraping -> Content
utility (dcde972, check out the guides to learn more)
- web-scraping: redesign web page tracker previews (22bea69)
- web-security: implement UI for importing content security policies (CSP) (de60ab7, check out the guides and this blog post to learn more)
- webhooks: add support for "subdomain"-based webhook URLs (edc77c3, check out the guides to learn more)
- webhooks: support responders with the same path, but different HTTP methods (ec43221)
Fixes
- platform: make sure grid items are rendered consistently (6213cc6)
- certificates: properly handle name change in certificate template editor (5134646)
- certificates: fix docs links for certificate templates and private keys (87d1759)
- web-scraping: use tracker ID as a unique identifier instead of name (6ead9be)
- web-security: remove
X-User-Share-Id
from URL if it is invalid to avoid infinite reload loop (64ea260)
Enhancements
- web-scraping: render web page tracker name with indicators for scheduled checks and notifications (7fca493)
Full Changelog: v1.0.0-alpha.3...v1.0.0-alpha.4
v1.0.1-alpha.1 (2023-06-04)
This is a bug-fix release of Secutils.dev Web UI.
Fixes
- [Misc] Update footer to include links to Blog and Documentation (8ce447e).
Secutils.dev API doesn't have any changes in this release.
v1.0.0-alpha.1 (2023-05-16)
This is the first public (alpha) release of Secutils.dev Web UI 🎉
Features
- Added support for basic webhooks functionality.
- Added support for generation of the digital certificates.
- Added support for generation of the Content Security Policies (CSP).
Refer to https://github.com/secutils-dev/secutils/releases for the Secutils.dev API release notes.