Skip to content

Releases: gitroomhq/postiz-app

Fix wordpress upload cover picture

06 Aug 16:20

Choose a tag to compare

Support Hyperlinks in TipTap editor

05 Aug 07:16

Choose a tag to compare

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

04 Aug 14:26

Choose a tag to compare

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

04 Aug 13:05

Choose a tag to compare

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

04 Aug 11:36

Choose a tag to compare

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

04 Aug 05:41

Choose a tag to compare

When authenticating an account, it should not be limited by other requests.

Tag people on Discord

03 Aug 10:04

Choose a tag to compare

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

03 Aug 05:33

Choose a tag to compare

Better HTML to Markdown - Discord fix

02 Aug 16:56

Choose a tag to compare

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

01 Aug 15:13

Choose a tag to compare

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

Full Changelog: v2.0.8...v2.1.0