Skip to content

Releases: gitroomhq/postiz-app

Urgent Fix: Providers posting and commenting

17 Jan 10:07

Choose a tag to compare

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

14 Jan 07:18

Choose a tag to compare

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

29 Dec 02:41

Choose a tag to compare

Modal without settings in draft, failed to open.

Full Changelog: v2.11.2...v2.11.3

WebP Support

26 Dec 03:59
0043029

Choose a tag to compare

What's Changed

  • feat: add WebP image upload support by @Fer-r in #1138

New Contributors

Full Changelog: v2.11.1...v2.11.2

Hot fix for modals

26 Dec 01:10

Choose a tag to compare

Remake of the posts creation modal

25 Dec 12:17

Choose a tag to compare

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

New Contributors

Full Changelog: v2.10.1...v2.11.0

Hot fix: Menu items invisible by overflow

05 Dec 09:19

Choose a tag to compare

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

05 Dec 08:12

Choose a tag to compare

  • 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

27 Nov 15:53

Choose a tag to compare

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

20 Nov 15:48

Choose a tag to compare