v2.5.4

gitroomhq/postiz-appv2.5.4Sep 1, 2025by nevo-david

AI Summary

Fixed Prisma connection management for resource savings, corrected preview date rendering, and replaced HTML entities in the Tiptap editor.

Key Highlights

  • Added disconnect on Prisma NestJS shutdown hook
  • Fixed preview date rendering to show local server-side date
  • Replaced HTML entities (> and <) in Tiptap editor

New Features

  • Resource optimization via Prisma disconnect
  • Date display correction
  • Text formatting fix for social media publication

Full Release Notes

- Added a disconnect on Prisma nestjs shutdown hook, to remove the connection and save resources.
- Preview date rendered the local date on the server side, which caused it to show an irrelevant date.
- Tiptap editor send > and < and this is how it is published on social media, added a replace.

**Full Changelog**: https://github.com/gitroomhq/postiz-app/compare/v2.5.3...v2.5.4