- Configurable ticket numbering (Admin > Konfiguracja > Ogólne): admin-set
prefix and minimum zero-padded length for the ticket number.
- "Ukryj kolejność zgłoszeń": an opt-in mode that displays a stable,
HMAC-derived checksum instead of the sequential ticket number, so it gives
no indication of ticket volume or creation order. Ticket URLs switch to
the same checksum when this is on, so a link and the number on the page it
points to always match. The REST API is unaffected — pinned to `id`
regardless of this setting. Search now also matches by checksum.
- Fixed: attachments no longer show an inline image thumbnail in the
message thread — every attachment (images included) shows as just its
filename, opening in a new tab on click.
- Docs: README/ARCHITECTURE/wiki updated for all of the above.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>