v2.1.0

gitroomhq/postiz-appv2.1.0Aug 1, 2025by nevo-david

AI Summary

This release introduces error tracking via Sentry, enhances social media functionality with @mentions across multiple platforms, and improves database query performance.

Key Highlights

  • Added Sentry integration for error tracking and debugging
  • Enabled @mentions functionality in Bluesky, X, and LinkedIn
  • Added database indexes to improve query performance
  • General fixes implemented via Sentry

New Features

  • Sentry integration
  • @mentions functionality across social platforms

Full Release Notes

We now have Sentry thanks to @egelhaus.
This allows us to fix many features.

- Added mentions: now in Bluesky, X, and LinkedIn, you can start typing "@" to get mentions.
- General fixed thanks to sentry
- Queries improvements (added indexes)

## What's Changed
* Sentry by @nevo-david in https://github.com/gitroomhq/postiz-app/pull/905
* Better mentioning functionality by @nevo-david in https://github.com/gitroomhq/postiz-app/pull/911

**Full Changelog**: https://github.com/gitroomhq/postiz-app/compare/v2.0.8...v2.1.0