Skip to content

v1.3.0

Latest

Choose a tag to compare

@alex-oleshkevich alex-oleshkevich released this 15 Mar 13:02
b091e0c

What's changed

Security

  • Fixed XSS vulnerabilities via Jinja2 autoescape and proper HTML escaping throughout templates

Bug fixes

  • Fixed exception chaining: both explicit (raise X from Y) and implicit (raise inside except) chains are now followed
  • Fixed per-exception notes: each exception in a chain now shows its own notes instead of the top-level exception's notes
  • Fixed unclosed <span> in frame template

Improvements

  • Masked secrets (tokens, passwords, keys, URL passwords) now show a reveal button instead of requiring a click on the masked value
  • IDE links now URL-encode file paths with special characters
  • Expanded example app to cover all features

Docs

  • Updated README with secrets masking, exception chains, and dark theme sections