Releases: gitroomhq/postiz-app
Fix wordpress upload cover picture
Full Changelog: v2.3.0...v2.3.1
Support Hyperlinks in TipTap editor
You can now add hyperlinks in the tiptap editor.
Full Changelog: v2.2.5...v2.3.0
Using parse5 to make sure the HTML is intact
We are using TipTap, but I have already seen a few cases where it breaks the HTML.
Generally speaking, it's not a big deal since we usually strip it.
However, for platforms like Telegram, where we send HTML, it can be a significant issue.
Full Changelog: v2.2.4...v2.2.5
CRON EVERY HOURS: check for missing jobs and add them
Assuming something happened to your Redis, jobs were deleted (for some reason).
This job runs every hour and tests for 3 hours ahead of missing jobs, adding them as needed.
Full Changelog: v2.2.3...v2.2.4
URGENT FIX: better concurrency implemtation
The old Redis function for concurrency added extra load to Redis and caused it to malfunction (on large post loads, such as Postiz Cloud).
Switched to bottlenack until we find a better solution.
Remove authentication from concurrency
When authenticating an account, it should not be limited by other requests.
Tag people on Discord
You can now tag people in Discord when choosing the Discord channel.
Simply start writing "@"
Hot fix for mentions - when social doesn't exist in mentions, it crashes
Better HTML to Markdown - Discord fix
We have recently moved to the TipTap editor that gives us full HTML support.
It's a benefit because HTML can be easily translated to both Markdown and remain in its original form (HTML).
We have used a few libraries to convert HTML to Markdown, but they are not satisfactory, so we're now using a simple Regular Expression for replacement.
Full Changelog: v2.1.0...v2.1.1
Added Sentry + mentions with @ + general fixes
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 #905
- Better mentioning functionality by @nevo-david in #911
Full Changelog: v2.0.8...v2.1.0