Changelog
Release history and updates for MisarSocial.
2026-05-21
New
- ContentRipple — repurpose any URL or text into platform-optimized post variants across all 6 platforms. Monthly usage limits apply by plan.
- TrendPulse pipeline — generate draft post variants directly from trending hashtag snapshots with a single API call.
- Post editing —
PATCH /api/posts/:idallows editingcontentText,scheduledAt, andfirstCommentfor posts inpending,queued, ordraftstatus. - First comment support — pass
firstCommentwhen scheduling to automatically post a reply immediately after the main post publishes.
Improved
- Safety gateway now detects duplicate content within 24 hours per account (not just per session).
- Free-tier limit error responses now include
countandlimitfields for better UX handling. GET /api/statsnow includestopPerformingPostandavgEngagementRatefrompost_metrics.
2026-04-15
New
- Bluesky OAuth connection support.
- TikTok OAuth connection support.
- Bulk draft approve/reject endpoint (
POST /api/drafts). variantIdfield on schedule endpoint links posts back to their AI-generated source variant.
Improved
- AI generation now persists variants to
post_variantstable for monthly usage gate tracking. - Schedule idempotency: duplicate requests for the same
account + platform + timereturn409instead of creating a duplicate post.
2026-03-01
New
- Initial release of MisarSocial with Twitter, LinkedIn, Instagram, and Threads support.
- AI post generation (
POST /api/generate) with tone control. - BullMQ-backed scheduling queue with safety gateway.
- TrendPulse trend monitoring with configurable niches.
- Dashboard stats endpoint.