Skip to content

Releases: gitroomhq/postiz-app

Postiz CLI, Public API enhancements & Notifications

15 Feb 07:12

Choose a tag to compare

What's New

Postiz CLI

  • New CLI agent and tooling (postiz cli)
  • Platform settings management via CLI
  • Skills support

Public API

  • Analytics public API
  • Tools in public API
  • Platform settings endpoints

Improvements

  • Notifications support
  • Delete post functionality
  • WordPress error handling (insufficient permissions)
  • Better error mapping and rate limit handling
  • TikTok posting fixes
  • Posts with deleted integrations are now properly skipped
  • Local store fix when downloading pictures
  • Updated checkout action to v6

Full Changelog: v2.17.0...v2.18.0

Fix bold text > and < and schedule trial reel to Instagram

11 Feb 06:34

Choose a tag to compare

Schedule Forum Posts to Whop

09 Feb 10:51

Choose a tag to compare

You can now add Whop to Postiz and schedule Forum Posts

Full Changelog: v2.15.1...v2.16.0

General Fixes

09 Feb 07:07

Choose a tag to compare

  • Fixes for AI agents and an upgrade to GPT 5.1
  • LinkedIn Carousel fixes
  • Show file name on uploaded media

Full Changelog: v2.15.0...v2.15.1

New Concept: Providers with a chrome extension - Skool

08 Feb 14:21

Choose a tag to compare

What I love about this project is that I can just "do things". We have now added an option to schedule posts on Skool.
The way it works: you install the Postiz Chrome extension, log in to Skool, and add it. It will save (encrypted) your Skool cookies and use their internal API. Please be advised that, since we don't use their official API, your account may be suspended; use it at your own risk.

With the new Chrome extension compatibility, we will work to add more platforms, such as Substack.

What else?

  • Bluesky connection fixes
  • Add a new funny provider - Moltbook
  • WordPress fixes

And we have our first big sponsor: Hostinger, Yay!

Full Changelog: v2.14.0...v2.15.0

Invite your customers

01 Feb 10:22

Choose a tag to compare

This is a major, stressful release, and part of a bigger thing in the future.
Adding an account to Postiz does not require you to be logged in.

That means if you have an "add account link" (a new button), you can send it to your customers to add their accounts (Currently supported for OAuth2 - only account)

This is a big part of creating the multi-tendency option in the future.

Aside from that, we also added:

  • Character counter to the global mode shows the total chars and the social media with the smallest amount of chars.
  • List mode of posts

Full Changelog: v2.13.0...v2.14.0

Shipping Tons of stuff

28 Jan 13:56

Choose a tag to compare

Shipping, shipping, shipping!

  • Added streak - just some fomo so you will never stop creating posts.
  • Added settings to global mode - requests by many people
  • Upload as many files as you want in one batch instead of 5 before
  • Remove editing of social media once you select them from the switcher.
  • Added single post analytics for many platforms.
  • Added an option to delete tags.
  • Scheduling edge cases solved - for example: what happens if you click "update" on a published post? You will see a pop-up now.
  • Added two more chat platforms: Twitch and Kick
  • Short linking can be changed to: always ask, never, always from the settings.
  • Maximize pictures in the media library.
  • For meta apps, there is a new workflow to refresh the token before it expires.
  • Time slots improvements in design
  • Postiz agent fixes

Full Changelog: v2.12.1...v2.13.0

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