September 2025 Changelog

September 2025 Changelog

September was a short month with one fix worth knowing about: macros were sometimes resolved late, so a prompt could be sent with the previous keyword in it. That is fixed, and if you had articles come back subtly off topic, this was probably why.

Prompts can also reach the headings of a loaded article now, and AI rewrites can be spun.

Read this if you

  • Write prompts that use macros.
  • Rewrite existing articles with AI.
  • Pull subtitles from YouTube.
  • Schedule tasks with cron.

Macros use the right values

  • %keyword% is resolved before the prompt is sent, not after. It used to be possible for a prompt to go out carrying the wrong keyword, which produced an article about the previous topic.
  • Your own macros are replaced inside prompts rather than being passed through as text.
  • Running several articles at once is safer, so parallel jobs stop treading on each other's values.

Prompts can read a page's headings

  • Load an article and your prompt can reach its h1 to h4 headings, so you can write against the structure of a page rather than a wall of its text.
  • Using a scraped article macro with nothing loaded now tells you so, instead of producing an empty article.

Spin what the AI rewrote

  • AI rewrites can be spun, so one rewrite becomes many variants.
  • New templates ship for rewriting a single article.

YouTube subtitles

  • The subtitle scraper opens a visible window, which gets results far more consistently.
  • Video length comes back, and subtitles containing regex symbols no longer break the run.

Small things

  • A job that was queued when SCM was closed is cleared on startup instead of sitting locked and never running.
  • The cron editor mentions its double click shortcut.

Related SCM guides and product history

Full developer changelog

The summary above is written for users. The original 13-item developer changelog is preserved below for exact release detail.

October 1, 2025

  • fix: Article creator not replacing user ai macros in prompt

September 30, 2025

  • fix: Youtube sub scraper will open a visible window to get more consistent results.
  • fix: Youtube sub scraper not returning video length
  • fix: Youtube sub scraper would fail if sub text had regex symbols in them
  • feat: Spin your AI rewrites
  • fix: %keyword% macros in AI prompts not being written immediately causing them to be used incorrectly in prompts

September 10, 2025

  • style: Circle buttons for ai writer canvas

September 9, 2025

  • fix: Display friendly error message if you try to use scraped article macros without loading any content.

September 8, 2025

  • other: AI default templates for rewriting 1 article

September 4, 2025

  • other: Add tooltip about dbl click feature in cron editor

September 3, 2025

  • fix: Clear jobs that are locked to run, but SCM is closed before it can be executed.

September 2, 2025

  • fix: thread safer ai article creator
  • feat: New article loading and ai macro for article creator. You can access h1-h4 of article in your ai prompts.

See all monthly updates in the SCM changelog archive. New users can also try SCM from the trial signup page.