| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-22 | 1.2 kB | |
| Released version 2.11.4 source code.tar.gz | 2026-04-22 | 85.7 kB | |
| Released version 2.11.4 source code.zip | 2026-04-22 | 130.4 kB | |
| tracy.phar | 2026-04-22 | 79.9 kB | |
| Totals: 4 Items | 297.2 kB | 0 | |
A maintenance release focused on CSP-friendly assets, mobile-friendly error pages, and a couple of handy API additions. Expect cleaner nonce handling, better behavior on phones, and a bar.js that no longer trips strict Content Security Policies.
- script-src-elem support in Helpers::getNonce() – nonces are now also picked up from the
script-src-elemCSP directive, not justscript-src(#612). - CSP-friendly Tracy Bar – replaced the inline
onloadattribute in bar.js with a nativeaddEventListener, eliminating a common CSP violation (#614). - FileSession::clean() – emits a warning when the session directory is not readable, making misconfigured storage easier to diagnose (#538).
- Mobile-friendly error pages – BlueScreen and the 500 error template now include a proper viewport meta tag, so exceptions no longer render microscopically on phones (#604).
- Improved PHPDoc descriptions and fixed PHPStan errors across the codebase.
- open-in-editor on Windows – installer now registers the protocol via
AutoLaunchProtocolsFromOrigins, suppressing the browser's "Open external app?" confirmation prompt (#573).