Skip to content

Releases: gitroomhq/postiz-app

Change order of pictures, Fix tiktok API, write text "post / comment", better uploading progress, modal fixes.

29 Jun 12:08

Choose a tag to compare

Change the order of pictures - When creating a new post, after uploading an image, you can rearrange the order of the images.
Fix TikTok API - Since some restrictions were not accepted when using the TikTok API, it fell back to not posting captions; now fixed.
"post/comment" text - under each post, showing the correct label, depending on the platform.
Better uploading progress - ditching Uppy ProgressBar for Uppy Dashboard with some hacks.

Full Changelog: v1.56.0...v1.57.0

Drag and Drop images + Paste images on the new editor

27 Jun 11:06

Choose a tag to compare

We have revamped the drag-and-drop and paste image features in the new editor.
Now, it's not locking your screen; it's uploading in the background, and it lets you continue to work.
Additionally, it displays a progress bar.

Internal plugs urgent fix

27 Jun 05:45

Choose a tag to compare

Total chars next to editor fix

27 Jun 04:57

Choose a tag to compare

Fixed weighted problem on X + added char counter

26 Jun 18:23

Choose a tag to compare

Fix removal of internal when returning back from global mode

26 Jun 17:55

Choose a tag to compare

v1.55.2

feat: fix removal of internal

Fixed Dribble and Nostr to work with the new Modal

26 Jun 13:59

Choose a tag to compare

New Modal Creation Dialog

26 Jun 13:34

Choose a tag to compare

I'm super excited about this feature; it was the most significant technical debt of Postiz.

  • Removed the "edit" only this, it is now just a new tab with an edit button.
  • Move everything to a global state with Zustand.
  • Validation works 10x better
  • Removed the weird "useValues"; it is now working with useImperativeHandle.

We are having office hours tomorrow (25.6.2025) on Discord, about everything, including the new modal editor.
Please join (and test it before 😉)

Fixed uploading large files

23 Jun 18:07

Choose a tag to compare

Uploading videos was set to a lower number, changed to 1gb.

Full Changelog: v1.54.0...v1.54.1

New Concept: 3rd party integrations

21 Jun 17:10
9a74d75

Choose a tag to compare

We now have a completely new page called integrations.
It allows you to connect Postiz with external services to: Generate video/pictures, send webhooks, etc.
The first integration is up: HeyGen - you can convert your post into a video of you talking! pretty neat :)
If you have a SaaS, feel free to add it as an integration.
Docs will be uploaded soon!

What's Changed