Releases: gitroomhq/postiz-app
Adding alt and thumbnails to media
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
- Thumbnails and alt by @nevo-david in #851
Full Changelog: v1.57.0...v1.58.0
Change order of pictures, Fix tiktok API, write text "post / comment", better uploading progress, modal fixes.
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
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
Full Changelog: v1.55.4...v1.55.5
Total chars next to editor fix
Full Changelog: v1.55.3...v1.55.4
Fixed weighted problem on X + added char counter
Full Changelog: v1.55.2...v1.55.3
Fix removal of internal when returning back from global mode
v1.55.2 feat: fix removal of internal
Fixed Dribble and Nostr to work with the new Modal
Full Changelog: v1.55.0...v1.55.1
New Modal Creation Dialog
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
Uploading videos was set to a lower number, changed to 1gb.
Full Changelog: v1.54.0...v1.54.1