Releases: Syslifters/sysreptor
Releases · Syslifters/sysreptor
0.89
- Update dependencies to fix vulnerabilities in python requests (CVE-2023-32681) and webpack (CVE-2023-28154)
- Prevent setting reference-type specific CSS classes to
<ref>
components with slot content - Prevent buffering full
StreamingHttpResponse
causing high memory load - Add fonts Roboto Flex, STIX Two Text and Arimo
- Remove non-variable fonts Roboto, Tinos, Lato and Courier Prime
- Configure fallback of common fonts to similar looking fonts (Arial, Helvetica, Times New Roman, Courier New, Verdana)
0.87
- Provide (optional) base styles in designer via
@import "/assets/global/base.css";
- Add
<ref>
component to designs to reference headings, figures, tables and findings - Support writing markdown inside design HTML templates via
<markdown>
component - Support markdown attrs for headings
- Allow
<u>
and<pagebreak />
in markdown - Provide lodash utility functions in design template
- The update script rebuilds Docker images every seven days to ensure dependencies are updated regularly
- Fix user type field formatting in design rendering
- Add settings for OIDC with Google
0.83
- Fix parsing of nested markdown labels (link in footnote in image caption)
- On file not found during PDF rendering: add reference to finding/section in error message
- Add more languages
- Allow confiuring languages via setting PREFERRED_LANGUAGES
- Show current software version in license page
- Allow deleting users via UI
- Fix markdown code block alignment
- Update django to 4.2.1 (security release)