Skip to content

v2.3.2

Choose a tag to compare

@codesplash-ai codesplash-ai released this 02 Aug 03:49

CodeSplash AI 2.3.2

This patch is focused on the Admin Dashboard’s marketing workflow. In 2.3.2, newsletter drafts get a dedicated review experience with editable subject lines and live preview, and campaign browsing becomes more reliable by using a Neon-backed cache instead of depending as heavily on direct GitHub API reads.

Features

  • Added a dedicated newsletter review panel in Admin Marketing.
    • Review newsletter drafts in a purpose-built interface
    • Edit the subject line separately from the body
    • Update the markdown body with a live preview while reviewing
  • Added support for saving a draft title/subject in marketing draft updates, improving newsletter subject handling throughout the review flow.
  • Added a Neon-backed campaign cache for marketing campaigns so the admin experience can read from a mirrored campaign store rather than hitting GitHub for every browse action.

Fixes

  • Improved GitHub sync reliability for marketing workflows with retry handling for:
    • temporary 5xx failures
    • 429 responses
    • secondary rate-limit conditions
  • Reduced campaign-viewing issues caused by GitHub API pressure by introducing write-through storage and webhook-based re-sync into the local campaign mirror.

Improvements

  • Improved the overall newsletter draft review workflow so newsletter content is handled as its own review surface rather than generic draft text.
  • Updated the Admin Marketing area to better support newsletter-focused review alongside existing campaign tools.
  • Refreshed Settings social links with cleaner branded icons for a more polished look.

If you use CodeSplash AI’s Admin Dashboard for release marketing, 2.3.2 should make newsletter review smoother and campaign browsing more dependable under real-world GitHub API load.