Skip to content

Releases: gitroomhq/postiz-app

Added Dev.to, Medium and Hashnode + Faster builds + Remove enterprise

12 Jul 13:57

Choose a tag to compare

  • Added Dev.to, Medium and Hashnode - currently no MD editor, will be added soon.
  • Faster builds, we don't need to emulate ARM64, GitHub has a ARM64 builder on Ubuntu
  • We had an unused enterprise plugin preparation, but since it's illegal with AGPL3, it was removed.

What's Changed

  • chore: use arm machine to build for arm architecture by @roshangm1 in #868

New Contributors

Full Changelog: v1.62.3...v1.63.0

Vulnerabilities fixed + Remove unused dependencies + Fix undefined mapping

11 Jul 16:13

Choose a tag to compare

  • Vulnerabilities fixed
  • Remove unused dependencies
  • Fix undefined mapping

Full Changelog: v1.62.2...v1.62.3

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