Skip to content

Releases: gitroomhq/postiz-app

Adding alt and thumbnails to media

01 Jul 07:31
Compare
Choose a tag to compare

This is the initial release of the alt and thumbnails; however, it has not yet been reflected in the scheduling.
That would be in the following versions.

What's Changed

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

29 Jun 12:08
Compare
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
Compare
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
Compare
Choose a tag to compare

Total chars next to editor fix

27 Jun 04:57
Compare
Choose a tag to compare

Fixed weighted problem on X + added char counter

26 Jun 18:23
Compare
Choose a tag to compare

Fix removal of internal when returning back from global mode

26 Jun 17:55
Compare
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
Compare
Choose a tag to compare

New Modal Creation Dialog

26 Jun 13:34
Compare
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
Compare
Choose a tag to compare

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

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