Skip to content

Releases: gitroomhq/postiz-app

Instagram Validation Urgent Fix

11 Jul 07:23

Choose a tag to compare

Instagram had a bad error handling bug, fixed.

Full Changelog: v1.62.1...v1.62.2

TikTok failing on post pictures + handle more errors for facebook and instagram

11 Jul 05:41

Choose a tag to compare

  • TikTok has some unusual behavior. If we use a photo slide, the title is reduced from 2000 characters to 90, and a new field is presented: description, which can get up to 4000 characters.
  • Facebook can have restrictions on posting comments, and a proper error message added.
  • Instagram is tricky; it can give you a (401) error, which is a refresh token needed, but basically, they refer to "User is performing too many actions". If we receive a 401, we automatically attempt to refresh the token and retry the request.
    This causes an infinite loop until the API is exhausted and the action for the day is depleted

Full Changelog: v1.62.0...v1.62.1

Handle error notifications better + Add post checking for draft on the API

10 Jul 07:31

Choose a tag to compare

Problems with media in sets, array is undefined

07 Jul 07:27

Choose a tag to compare

Transloadit returns an error when API key is not defined

07 Jul 06:05

Choose a tag to compare

Generate slideshow videos with AI

06 Jul 13:47

Choose a tag to compare

  • You can now generate AI videos with Fal + OpenAI + transloadit

What's Changed

Highlighting the current day + fixing the version on the bottom left screen

03 Jul 17:55

Choose a tag to compare

Adding dates on week view + today button

03 Jul 17:25

Choose a tag to compare

What's Changed

  • Adding dates on week view
  • Today button
  • feat: add LinkDrip provider for short linking service by @Mokkapps in #836

New Contributors

Full Changelog: v1.59.0...v1.60.0

Schedule a post from the specific social platform menu + fixes for threads

03 Jul 07:00

Choose a tag to compare

  • Schedule a post from the specific social platform menu
  • Fixes for threads - required to have at least one media, it's a mistake.
    Full Changelog: v1.58.0...v1.59.0

Adding alt and thumbnails to media

01 Jul 07:31

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