Skip to content

Releases: gitroomhq/postiz-app

Nostr is now available!

25 Jan 15:49
7951f46
Compare
Choose a tag to compare

What's Changed

Nostr is now available by providing your private key!

Using Postiz on a non-secured server

24 Jan 06:49
8b9f060
Compare
Choose a tag to compare

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)!

22 Jan 08:48
fc60ed4
Compare
Choose a tag to compare

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

Telegram support!

20 Jan 13:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.27.2...v1.28.1

S3 default integrity change - effecting cloudflare

18 Jan 18:47
Compare
Choose a tag to compare

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!

18 Jan 15:52
1611f00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.26.1...v1.27.1

Short-linking!

12 Jan 08:54
d2ba248
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.25.1...v1.26.1

Change License to AGPL3

06 Jan 07:14
ed684fa
Compare
Choose a tag to compare

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

05 Jan 19:22
Compare
Choose a tag to compare

What's Changed

Better media uploader

  • Upload multiple pictures
  • Select multiple pictures
  • Drag and drop pictures
  • Delete pictures

Full Changelog: v1.23.2...v1.24.1

fix: Unlimited credits in the open-source

05 Jan 13:26
Compare
Choose a tag to compare