Releases: gitroomhq/postiz-app
v1.37.1
Whats changed
- Overall updated Dependencies
- Telegram alt text fix
- Jenkins Pipeline Upgrade
- Unit Testing
- Maximum Message length Telegram increased
- Maximum Video Length Instagram increased
- Added backend port environment setting
- TikTok Images added
What's Changed (PRs)
- refactor(telegram.provider.tsx): increase the maximum message length by @sdgsnehal in #625
- increase maximum video length for instagram to1 80 by @sdgsnehal in #629
- added environment port setting in backend by @tamilarasi-tech in #633
- chore(deps): bump @prisma/client from 5.22.0 to 6.4.1 by @dependabot in #639
- chore(deps-dev): bump eslint-config-next from 14.2.3 to 15.2.1 by @dependabot in #641
- chore(deps-dev): bump ts-node from 10.9.1 to 10.9.2 by @dependabot in #642
- Update dev branch by @egelhaus in #645
- Commented out Bluesky alt text line by @FoamToaster in #651
- Upload tiktok images by @nevo-david in #654
- Upload tiktok images by @nevo-david in #655
- Feature requests for unit-testing by @hanzalawebdev in #658
- Add functionality of build reports in CI/CD in Jenkinsfile. by @hanzalawebdev in #664
- v.37.1 by @egelhaus in #646
New Contributors
- @sdgsnehal made their first contribution in #625
- @tamilarasi-tech made their first contribution in #633
- @dependabot made their first contribution in #639
- @FoamToaster made their first contribution in #651
- @hanzalawebdev made their first contribution in #658
Full Changelog: v1.36.1...v1.37.1
Auto RSS poster + Changed LinkedIn marketing version fron 202401 to 202501
What's Changed
- Fixed Linkedin
- Add auto-posting from RSS by @nevo-david in #614
Full Changelog: v1.35.1...v1.35.2
Add signature / default signature
What's Changed
- Add signatures by @nevo-david in #611
Full Changelog: v1.34.1...v1.35.1
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