chore(release): v1.0.7 changelog, customer email + thumbnail artifacts (#266)

* chore(release): add v1.0.7 changelog, customer email, and thumbnail artifacts

* chore(release): use a friendlier generic thumbnail headline for v1.0.7
This commit is contained in:
Paulo Castellano 2026-08-09 13:56:11 -04:00 committed by GitHub
parent 74e6d341ab
commit 9f93973a9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 87 additions and 0 deletions

View file

@ -0,0 +1,44 @@
## What's Changed
* chore(release): v1.0.6 changelog + customer email artifacts by @paulocastellano in https://github.com/trypostit/trypost/pull/189
* feat(release): render a branded changelog thumbnail in the release ritual by @paulocastellano in https://github.com/trypostit/trypost/pull/190
* fix: allow unicode filenames in chunked asset uploads by @paulocastellano in https://github.com/trypostit/trypost/pull/198
* fix: raise YouTube Shorts max duration to 3 minutes by @paulocastellano in https://github.com/trypostit/trypost/pull/199
* feat: wire Laravel Boost for Cursor (Sail + skills) by @paulocastellano in https://github.com/trypostit/trypost/pull/201
* fix(x): send JSON body on chunked media upload finalize by @paulocastellano in https://github.com/trypostit/trypost/pull/202
* Track post creation origin with created_via by @paulocastellano in https://github.com/trypostit/trypost/pull/203
* Fix MCP upload rate limits and Instagram Reel duration caps by @paulocastellano in https://github.com/trypostit/trypost/pull/205
* Upgrade Pest PHP from v4 to v5 by @paulocastellano in https://github.com/trypostit/trypost/pull/215
* Allow account owners to delete workspaces by @paulocastellano in https://github.com/trypostit/trypost/pull/208
* fix: keep post drafts unscheduled by default by @drbelt27 in https://github.com/trypostit/trypost/pull/209
* fix: skip removed social accounts when duplicating posts by @paulocastellano in https://github.com/trypostit/trypost/pull/226
* Update GitHub funding username by @paulocastellano in https://github.com/trypostit/trypost/pull/227
* Remove Star History section from README by @paulocastellano in https://github.com/trypostit/trypost/pull/231
* Add optional Pinterest pin title and destination link by @paulocastellano in https://github.com/trypostit/trypost/pull/232
* fix(tiktok): send an empty JSON object to creator_info, not an empty array by @Goo6i in https://github.com/trypostit/trypost/pull/224
* Add Ukrainian as a supported platform language by @axies20 in https://github.com/trypostit/trypost/pull/219
* Localize calendar date pickers to the active UI locale by @paulocastellano in https://github.com/trypostit/trypost/pull/234
* Unify sidebar workspace and account menus by @paulocastellano in https://github.com/trypostit/trypost/pull/240
* MCP: workspace settings, viewer read access, and token access by @paulocastellano in https://github.com/trypostit/trypost/pull/241
* Bump Inertia to laravel 3.3.1 and vue3 3.6.1 by @paulocastellano in https://github.com/trypostit/trypost/pull/242
* Welcome: pre-subscription funnel and member subscription-required screen by @paulocastellano in https://github.com/trypostit/trypost/pull/243
* fix: Pinterest video processing timeout — longer poll + retry by @paulocastellano in https://github.com/trypostit/trypost/pull/246
* Scope MCP OAuth tokens to user + workspace (#222) by @paulocastellano in https://github.com/trypostit/trypost/pull/245
* Activation checklist + MCP OAuth authorize UX (#239) by @paulocastellano in https://github.com/trypostit/trypost/pull/250
* Make Stripe Checkout configurable via billing env knobs by @paulocastellano in https://github.com/trypostit/trypost/pull/252
* Fix Facebook Page connect pagination (#212) by @paulocastellano in https://github.com/trypostit/trypost/pull/253
* fix: detect dead Threads/Instagram/Facebook tokens reported under non-190 codes by @paulocastellano in https://github.com/trypostit/trypost/pull/254
* feat: proactive connection check for at-risk posts + SocialAccount name centralization by @paulocastellano in https://github.com/trypostit/trypost/pull/256
* fix: replace hardcoded platform URLs in ConnectionVerifierTest with config() by @paulocastellano in https://github.com/trypostit/trypost/pull/258
* fix: eager-load workspace.account in SocialAccountObserver to prevent lazy loading crash by @paulocastellano in https://github.com/trypostit/trypost/pull/259
* fix: guard ContentTypeMatchesPlatform against non-uuid social_account_id by @paulocastellano in https://github.com/trypostit/trypost/pull/260
* fix: stop reporting client-error OAuth exceptions to Nightwatch by @paulocastellano in https://github.com/trypostit/trypost/pull/261
* ci: local TIA test runs; simplify e2e (drop sharding + e2e-gate) by @paulocastellano in https://github.com/trypostit/trypost/pull/262
* fix: chunked upload session collision + workspace name i18n by @paulocastellano in https://github.com/trypostit/trypost/pull/263
* fix: sanitize invalid UTF-8 bytes in uploaded filenames by @paulocastellano in https://github.com/trypostit/trypost/pull/265
## New Contributors
* @drbelt27 made their first contribution in https://github.com/trypostit/trypost/pull/209
* @Goo6i made their first contribution in https://github.com/trypostit/trypost/pull/224
* @axies20 made their first contribution in https://github.com/trypostit/trypost/pull/219
**Full Changelog**: https://github.com/trypostit/trypost/compare/v1.0.6...v1.0.7

43
releases/v1.0.7/email.md Normal file
View file

@ -0,0 +1,43 @@
---
subject: "Changelog v1.0.7 — Reliable uploads, safer connections, and Ukrainian support"
---
# Changelog v1.0.7 — Reliable uploads, safer connections, and Ukrainian support
By TryPost Product Team • [Release v1.0.7](https://github.com/trypostit/trypost/releases/tag/v1.0.7)
Hello! Welcome to this week's update. Here's what's new in TryPost.
## More reliable uploads
Chunked uploads got hardened this week. Filenames with unicode characters or invalid bytes used to break the upload pipeline, which meant a file could get stuck halfway through without warning. That's fixed now, along with a race condition where two upload sessions could step on each other. If uploads have been flaky for you lately, this should clear it up.
## Catching connection problems before they cost you a post
TryPost now checks your connected accounts ahead of anything scheduled soon, so you hear about a broken connection before the post fails, not after. We also got better at spotting dead Threads, Instagram, and Facebook tokens, and fixed a pagination bug that was hiding some of your Facebook Pages from the connection list.
## A more personal workspace
TryPost now speaks Ukrainian. Calendar date pickers follow your chosen language instead of defaulting to English, and the sidebar's workspace and account menus are now one menu instead of two.
## New features
- Add an optional title and destination link to Pinterest posts
- Account owners can delete workspaces
- Manage workspace settings, grant read-only viewer access, and manage API tokens through the MCP assistant
## Fixes
- Draft posts stay drafts. No more getting auto-scheduled.
- Duplicating a post skips accounts you've since removed
- Fixed TikTok posts failing on a malformed request
- YouTube Shorts can run up to 3 minutes now
- Pinterest video processing gets a longer timeout, so slow videos aren't marked failed too early
Cheers,
Paulo from TryPost.it
---
You're receiving this because you subscribed.
[Unsubscribe]({{unsubscribe_url}})

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB