Notas de la versión

v0.7.563

Improved feedback attachments and storage security

This release strengthens how feedback attachments are stored and protected, raises the attachment size limit to 20 MB, and adds a paperclip indicator to the feedback overview. Several reliability improvements are included as well.

Funciones

  • Larger feedback attachments: Files attached to feedback submissions can now be up to 20 MB in size.
  • Attachment count in the feedback list: The feedback overview now shows a paperclip icon with the number of attachments per submission, so you can see at a glance which items have files without opening them.
  • Forced download per attachment: Each attachment on the feedback detail page now has its own download link, making it easier to save files directly.
  • Clearer loading state: The feedback detail page shows a proper loading placeholder while attachment information is being retrieved.

Correcciones

  • Image previews in feedback attachments now show a clear error message when a file cannot be loaded, and a failed preview no longer leaves a broken image on screen.

Seguridad y fiabilidad

  • Feedback attachments are now encrypted when stored, providing an additional layer of protection for sensitive files.
  • Access controls for file storage have been tightened so that only the application itself can reach private files — no unnecessary access paths remain open.
  • Attachment retention is now capped at two years from the moment a file is uploaded, regardless of the status of the related submission, ensuring no files are kept longer than necessary.
  • The route used to view attachments now includes safeguards against excessive automated requests.