diff --git a/releases/v1.1.0/changelog.md b/releases/v1.1.0/changelog.md new file mode 100644 index 000000000..673b688e7 --- /dev/null +++ b/releases/v1.1.0/changelog.md @@ -0,0 +1,24 @@ +## What's Changed +* chore(release): v1.0.9 changelog, customer email + thumbnail artifacts by @paulocastellano in https://github.com/trypostit/trypost/pull/331 +* Show disconnect alongside reconnect on lost social connections by @paulocastellano in https://github.com/trypostit/trypost/pull/332 +* Remove the automations module by @paulocastellano in https://github.com/trypostit/trypost/pull/333 +* Allow native MCP clients to register OAuth redirect schemes by @paulocastellano in https://github.com/trypostit/trypost/pull/336 +* Add the repurpose module by @paulocastellano in https://github.com/trypostit/trypost/pull/335 +* Clear the vue-tsc baseline by @paulocastellano in https://github.com/trypostit/trypost/pull/338 +* Give the app a language: store the user's locale and translate every email by @paulocastellano in https://github.com/trypostit/trypost/pull/341 +* Remove dead code surfaced by the automations removal sweep by @paulocastellano in https://github.com/trypostit/trypost/pull/339 +* Replace the auth feature carousel with real G2 customer reviews by @paulocastellano in https://github.com/trypostit/trypost/pull/344 +* Re-open Meta's page selection on every connect with auth_type=rerequest by @gynsus in https://github.com/trypostit/trypost/pull/314 +* Make the social connect tests assert where the redirect actually goes by @paulocastellano in https://github.com/trypostit/trypost/pull/345 +* Replace per-workspace billing with Socials and Workspaces plans by @paulocastellano in https://github.com/trypostit/trypost/pull/346 +* Report caught publish failures to Nightwatch by @paulocastellano in https://github.com/trypostit/trypost/pull/350 +* Align content-type media caps with official API limits and enforce them server-side by @paulocastellano in https://github.com/trypostit/trypost/pull/353 +* Fix Facebook video stories: upload through rupload with file_url by @paulocastellano in https://github.com/trypostit/trypost/pull/361 +* Fix Instagram Reel and Story analytics by requesting views by @paulocastellano in https://github.com/trypostit/trypost/pull/362 +* Show TikTok post metrics on the post screen by @paulocastellano in https://github.com/trypostit/trypost/pull/363 +* Show LinkedIn personal and Page post metrics on the post screen by @paulocastellano in https://github.com/trypostit/trypost/pull/364 +* Add Google Business Profile as a supported social platform by @paulocastellano in https://github.com/trypostit/trypost/pull/270 +* Configurable TikTok OAuth scopes for apps without the Display API by @gynsus in https://github.com/trypostit/trypost/pull/315 + + +**Full Changelog**: https://github.com/trypostit/trypost/compare/v1.0.9...v1.1.0 diff --git a/releases/v1.1.0/email.md b/releases/v1.1.0/email.md new file mode 100644 index 000000000..689607cf8 --- /dev/null +++ b/releases/v1.1.0/email.md @@ -0,0 +1,42 @@ +--- +subject: "Changelog v1.1.0 — Google Business Profile is here, plus post metrics and more..." +--- + +# Changelog v1.1.0 — Google Business Profile is here, plus post metrics and more... + +By TryPost Product Team • [Release v1.1.0](https://github.com/trypostit/trypost/releases/tag/v1.1.0) + +Hello! Welcome to this week's update. Here's what's new in TryPost. + +## Google Business Profile is a channel now + +You can connect your Google Business Profile and post updates straight to it, next to everything else you schedule. Local posts go out on your profile, and your search and map presence shows up in analytics. If you run a local business, this is the one channel you didn't have to leave TryPost for. + +## Post metrics on the post screen + +TikTok and LinkedIn now show their numbers right on the published post, next to the preview. Views, likes, comments and shares for the post itself, not just the account. You don't have to open the analytics page to see how a post did. + +## Repurpose is live + +Point a repurpose at an Instagram or Facebook account you own, and every new video there gets republished to your other networks. Pick the destinations and the format once; TryPost watches the source and posts each new video for you. + +## New features + +- Connect Google Business Profile and publish local posts to it +- TikTok and LinkedIn post metrics on the post screen +- Repurpose: auto-republish videos from Instagram or Facebook to your other networks +- Self-hosted: TikTok OAuth scopes are configurable, so a new TikTok app without Display API can connect + +## Fixes + +- Facebook video stories upload through the right endpoint and publish +- Instagram Reel and Story analytics show views again +- A lost social connection now shows disconnect next to reconnect + +Cheers, +Paulo from TryPost.it + +--- + +You're receiving this because you subscribed. +[Unsubscribe]({{unsubscribe_url}}) diff --git a/releases/v1.1.0/thumbnail.png b/releases/v1.1.0/thumbnail.png new file mode 100644 index 000000000..ff3927462 Binary files /dev/null and b/releases/v1.1.0/thumbnail.png differ