Releases: gitroomhq/postiz-app
Releases · gitroomhq/postiz-app
Added Dev.to, Medium and Hashnode + Faster builds + Remove enterprise
- 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
- @roshangm1 made their first contribution in #868
Full Changelog: v1.62.3...v1.63.0
Vulnerabilities fixed + Remove unused dependencies + Fix undefined mapping
- Vulnerabilities fixed
- Remove unused dependencies
- Fix undefined mapping
Full Changelog: v1.62.2...v1.62.3
Instagram Validation Urgent Fix
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
- 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
What's Changed
- Better error messages by @nevo-david in #861
Full Changelog: v1.61.3...v1.62.0
Problems with media in sets, array is undefined
Full Changelog: v1.61.2...v1.61.3
Transloadit returns an error when API key is not defined
Generate slideshow videos with AI
- You can now generate AI videos with Fal + OpenAI + transloadit
What's Changed
- Generate video slides by @nevo-david in #857
Full Changelog: v1.60.1...v1.61.0
Highlighting the current day + fixing the version on the bottom left screen
Adding dates on week view + today button
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