May 2025 Changelog

May 2025 Changelog

May added OpenRouter, so one key gets you most of the models on the market without adding each provider separately. Anthropic support moved to their newest model at the same time.

The other useful change: a RAG task no longer refuses to run when you have fewer source articles than articles to write. It warns you and reuses what you gave it.

Read this if you

  • Want to try models SCM does not list directly.
  • Write from a folder of source articles.
  • Find the app text too small.
  • Scrape review scores from Google Maps.
  • Run through proxies.

One key, most of the models

  • OpenRouter is available as an AI service, which puts a large catalogue of models behind a single key instead of an account per provider.
  • Anthropic calls use their newest model.
  • AI image failures come back with a message that says what went wrong.

RAG stops refusing to write

  • Ask for 50 articles from 10 source documents and you get 50. SCM warns you that it is reusing sources rather than stopping with an error.
  • The existing articles folder shows how many files are in it, so you can see what the task will draw from before you start.
  • Cap the number of rows an AI csv task will process, so a test run does not chew through the whole file.
  • Every template uses %title%, so a macro that works in one works in all of them.

Zoom the whole app

  • A global zoom scales the entire interface, which is the fix if you run SCM on a 4K screen and cannot read the task list.
  • The default text size is 13px, and the log window matches the rest of the app instead of setting its own size.
  • The dark background is slightly darker.

Google Maps counts the stars

  • Listings come back with the number of review stars, and the totals across all reviews add up correctly.

Proxies stop failing on authentication

  • Stray spaces in a proxy line are trimmed, which is what was causing authentication failures on proxies that were actually fine.
  • The Google test can run through your proxies, so you test the setup you will actually use.
  • The Google scraper stopped opening the first page of results twice, and the search engine label shows which engine is selected.

Related SCM guides and product history

Full developer changelog

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

May 29, 2025

  • fix: Google search set to use default 10 results per page so that captchas can be auto solved.

May 28, 2025

  • fix: google maps calc all stars

May 27, 2025

  • feat: Update anthropic API to use newest model
  • feat: Google maps, count number of review stars
  • style: Slightly darker background dark theme

May 22, 2025

  • fix: Add better logging for recaptcha solving cookies

May 20, 2025

  • feat: Add file counter to article creator use existing articles folder selector

May 17, 2025

  • feat: Global UI app zoom added

May 16, 2025

  • fix: Trim proxy strings to avoid auth errors when using proxies
  • feat: Allow google test to use proxies

May 15, 2025

  • fix: Search engine label correctly shows default search selection
  • fix: Google scraper opening same first page twice
  • fix: standardized log window font size
  • style: default app font is 13px

May 9, 2025

  • feat: AI csv allow cap max rows
  • feat: All AI templates use %title% macro for consistency
  • style: Add divider for ai prompt template controls

May 8, 2025

  • other: Article creator RAG AI writer, if not enough source articles it will issue a warning but no longer stop in an error. Allows you to create as many articles as you want regardless of how many source articles you give it (scm will re-use articles)

May 3, 2025

  • feat: Add openrouter ai

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