Releases: gitroomhq/postiz-app
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.
Now supports Wrapcast (Farcaster) scheduling!
Short-linking!
What's Changed
- bugfix: #517 - Switch to semver (tags) for container versions by @jamesread in #530
- fixed typo in developers guide section by @ChandraShekharAgrawal in #525
- .com.de support added to all.two.level.subdomain.ts by @funnymomo in #532
- Update all.two.level.subdomain.ts by @mbi001 in #531
- Added shortlinking option by @nevo-david in #543
New Contributors
- @ChandraShekharAgrawal made their first contribution in #525
- @funnymomo made their first contribution in #532
- @mbi001 made their first contribution in #531
Full Changelog: v1.25.1...v1.26.1
Change License to AGPL3
We are changing the license from Apache2 to AGPL3 to sustain the software better.
What does it mean for you?
AGPL3 is considered to be fully open-source, like Apache 2.0.
You can use it for commercial use as much as you want.
The main thing is that if you modify the code, you must open-source it.
Every version before 1.25.1 is very stable, including Apache2.
Check this to see the difference:
https://chatgpt.com/share/677b82c1-7c74-800a-908f-d69cc48c0d05
Better Media Uploader
What's Changed
Better media uploader
- Upload multiple pictures
- Select multiple pictures
- Drag and drop pictures
- Delete pictures
- Better media uploader by @nevo-david in #526
Full Changelog: v1.23.2...v1.24.1
fix: Unlimited credits in the open-source
Full Changelog: v1.23.1...v1.23.2