Skip to content

Releases: Syslifters/sysreptor

2024.69

30 Aug 13:26
Compare
Choose a tag to compare
  • Fix install and update procedures
  • Fix error importing designs without ordering fields
  • Rename version history close button

Click here to go to the update instructions: https://docs.sysreptor.com/setup/updates/

2024.68

30 Aug 09:11
Compare
Choose a tag to compare
2024.68 Pre-release
Pre-release
  • Rework field definition data format. Warning: breaking API changes
  • Allow custom order of object field properties
  • Allow sorting combobox suggestions
  • More settings for guest user permissions: GUEST_USERS_CAN_EDIT_PROJECTS, GUEST_USERS_CAN_SEE_ALL_USERS
  • Improve error messages for decryption errors
  • Fix user.is_active checkbox not reactive in edit user page
  • Fix checkboxes not rendered as checked in PDF
  • Provide prebuilt Docker images
  • Fix chromium error while rendering PDFs

Click here to go to the update instructions: https://docs.sysreptor.com/setup/updates/

2024.63

07 Aug 12:39
Compare
Choose a tag to compare
  • Allow searching notes in frontend
  • Retry redis commands on connection errors
  • Fix mermaid init blocks not applied in PDF rendering
  • Fix class paths of S3 storage backends
  • Fix SPELLCHECK_URL not set in docker-compose
  • Fix permission denied when user is superuser and guest

Click here to go to the update instructions: https://docs.sysreptor.com/setup/updates/

2024.61

31 Jul 10:07
Compare
Choose a tag to compare
  • Fix error in update.sh script for languagetool and caddy updates
  • Fix prebuilt frontend JS files not used in docker image

Click here to go to the update instructions: https://docs.sysreptor.com/setup/updates/

2024.60

31 Jul 07:42
Compare
Choose a tag to compare
  • Rework install.sh
  • Set restart policy for redis docker container
  • Add setting to disable websockets and always use HTTP for collaborative editing
  • Fix error while sorting finding templates by created/updated date
  • Fix create template from finding changes not saved

Click here to go to the update instructions: https://docs.sysreptor.com/setup/updates/

2024.58

10 Jul 14:17
Compare
Choose a tag to compare
  • Fix API token authentication in community edition

Click here to go to the update instructions: https://docs.sysreptor.com/setup/updates/

2024.57

10 Jul 13:14
Compare
Choose a tag to compare
  • Fix set assignee in notes, findings and sections
  • Fix error when setting note checkboxes
  • Suggest values used in other findings in combobx fields
  • Navigate through images in enlarged markdown image preview dialog

Click here to go to the update instructions: https://docs.sysreptor.com/setup/updates/

2024.55

04 Jul 10:56
Compare
Choose a tag to compare
  • Allow commenting finding and section fields and markdown text
  • Create backups via web interface
  • Show backup history in web interface
  • Store last usage date for API tokens
  • Allow duplicating findings
  • Compress PDFs to reduce file sizes
  • Use redis as channels layer instead of postgres for collaborative editing
  • Fix template pagination error for templates without CVSS score
  • Fix multiple bugs in collaborative editing over websockets
  • UI: Add button to copy confirm text in delete confirm dialogs
  • UI: Fix create finding dialog searchbar cleared on click outside
  • UI: Sticky toolbar in markdown editor

Click here to go to the update instructions: https://docs.sysreptor.com/setup/updates/

2024.49

18 Jun 07:26
Compare
Choose a tag to compare
  • Enable fontconfig cache in docker container
  • Respect verbosity option in backup and restorebackup commands
  • Immediately create new templates in API to allow image uploads on first editing
  • Fix importing of non-empty note assignees
  • Collaborative editing: Sync pending changes on reconnect
  • Fix collaborative editing updates applied out-of-order because of MDE update throttling
  • Set Secure flag for cookies when setting SECURE_SSL_REDIRECT=on

2024.43

27 May 07:09
Compare
Choose a tag to compare
  • Add sorting options to projects, templates, designs and users lists
  • Collaborative editing in project history diff views
  • Project history diff views: add revert changes button to markdown editor
  • Send update_text events with text diff when updating text fields via API instead of overwriting the whole text
  • Fix MDE preview layout break on zoom out
  • Throttle MDE update events to prevent browser from hanging
  • Fix elastic APM tracing middleware always enabled