Releases: gitroomhq/postiz-app
Urgent Fix: Providers posting and commenting
We split posts and comments into separate functions to break the task and add a delay between comments.
But we missed a few providers, such as Slack; we have now fixed it.
Full Changelog: v2.12.0...v2.12.1
Postiz new infrastracture - use with caution
We have moved Postiz to a new infrastructure.
Instead of using BullMQ for the queue, we are now using Temporal.
We are paying off Postiz technical debt now, so we can soon deliver many, many awesome features.
That means we no longer use an event-driven queue; we use a synced workflow.
That allowed us to easily pass context between jobs, maintain state on failures, monitor them, and scale them.
We also removed cron jobs and workers from the apps folder and replaced them with orchestrator.
Before, when you posted something, it was added to different queues for webhooks and notifications — a total salad.
If you have a problem, please report it ASAP.
If you have a problem, please roll back to version: v2.11.3
Breaking changes you should know about.
- Docker compose has changed to include Temporal, make sure you update it!
- Postiz Docker no longer uses Alpine, as it's not supported by Temporal; we are now using bookworm-slim
- We have a cron that moves posts from BullMQ to Temporal, so don't worry about scheduled posts.
- You can track your scheduled posts on temporal ui at localhost:8080
- We changed the Docker Compose to expose port 5000 to 4007, because on many systems, port 5000 is taken. You can easily revert it in Docker Compose to port 5000.
Hot fix for modals
Modal without settings in draft, failed to open.
Full Changelog: v2.11.2...v2.11.3
WebP Support
Hot fix for modals
Full Changelog: v2.11.0...v2.11.1
Remake of the posts creation modal
Working closely with my designers, we have remade the creation model:
- No significant changes to the logic to keep in line with what people love
- Big improvement to the UX
- Big improvement to the UI
This is part 1 of 2 of the migration.
The next version will include previews for multiple social networks.
What's Changed
- fix(ci): Force fresh base image in Docker builds by @adambkovacs in #1118
New Contributors
- @adambkovacs made their first contribution in #1118
Full Changelog: v2.10.1...v2.11.0
Hot fix: Menu items invisible by overflow
Since we moved to the new layout, we added an inner scrollbar for the channels list, which causes the menu with the "..." to break.
Fixed it.
Disable Notifications
- You can now disable the success / failure notifications.
- Change the layout of scheduling to have two scrolls: for the channels list, and for the calendar.
Full Changelog: v2.9.0...v2.10.0
Google My Business
After the long wait, Postiz now has a Google My Business!
I actually created it with one prompt with Opus 4.5; the hardest part was getting the permission.
Feel free test it :)
Higher Docker NodeJS version
Full Changelog: v2.8.2...v2.8.3