Releases: gitroomhq/postiz-app
Repeated posts, Wallet login, Tag posts
What's Changed
- Wallet login by @nevo-david in #599
- Option to tag posts by @nevo-david in #602
- Add a repeated post by @nevo-david in #603
Full Changelog: v1.33.2...v1.34.1
Fixed instagram analytics
Webhook feature!
What's Changed
- Webhook by @nevo-david in #591
Full Changelog: v1.32.1...v1.33.1
Digest, Onboarding fix, Telegram Fix, Bluesky fix, Docs, etc..
What's Changed
- Update .env.example by @egelhaus in #575
- Support for "Announcement" channels in Discord by @whallin in #585
- feat: #544-Add short.io as a shortening link by @ak7550 in #564
- Updated Telegram Provider by @TonyAntoun in #588
- Added max length validation in user registration, company name and password which solve unhandled error in backend by @ArafatHossain403 in #495
- feat(tiktok): add content posting method alternatives (direct post vs upload) by @keiwanmosaddegh in #573
- Digest Notifications by @nevo-david in #590
New Contributors
- @egelhaus made their first contribution in #575
- @whallin made their first contribution in #585
- @ak7550 made their first contribution in #564
- @TonyAntoun made their first contribution in #588
- @ArafatHossain403 made their first contribution in #495
- @keiwanmosaddegh made their first contribution in #573
Full Changelog: v1.31.1...v1.32.1
Nostr is now available!
What's Changed
Nostr is now available by providing your private key!
- Nostr provider by @nevo-david in #578
Full Changelog: v1.30.1...v1.31.1
Using Postiz on a non-secured server
Postiz could not work only on secured servers, only https / localhost.
This is because we used secured cookies are available only to the server.
That resulted in many support questions and people who can't run Postiz.
Now you can pass a new env variable called NOT_SECURED=true
. This will allow you to run Postiz on a nonsecured server.
We recommend everybody work on a secured server, but we can understand if you can't.
Register only once (Disable Signup)!
You all have been asking for it, so here it is.
When you pass the variable DISABLE_REGISTRATION=true
it will let you register only once and then disable the signup.
In case you want to re-register, you will need to remove your User / Organization record from the DB.
What's Changed
- Register once by @nevo-david in #569
Full Changelog: v1.28.1...v1.29.1
Telegram support!
What's Changed
- Farcaster login by @nevo-david in #563
- Added telegram by @nevo-david in #568
Full Changelog: v1.27.2...v1.28.1
S3 default integrity change - effecting cloudflare
In AWS SDK for JavaScript v3.729.0, they released changes to the S3 client that adopts new default integrity protections.
This automatically crashes every R2 upload. See more here:
aws/aws-sdk-js-v3#6810
AWS's response is awful; they don't care.
We have followed up with some of the fixes and implemented them in the repo.
Please make sure you upgrade to the latest docker or you might not be able to use Postiz.