June 2025 Changelog

June 2025 Changelog

June rebuilt the API around tasks. Everything that used to be called a project is now called a task, matching what you see in the app, and creating a task hands you back its id so your script can follow it afterwards. If you have scripts or an n8n workflow built on the old routes, they need updating.

In the app, the article preview learned to undo a super spin, which used to be a one way trip.

Read this if you

  • Drive SCM from scripts, n8n, or another tool.
  • Super spin articles.
  • Use Claude or Groq as your writer.
  • Collect news through DuckDuckGo.

The API talks about tasks

  • Every project route is now a task route. Old urls need changing in anything you built against them.
  • Creating a task returns its id, so you can check its status or pull its content later without searching for it by name.
  • all-task is replaced by task/find, and searching by name matches on part of the name in any case, so you no longer need the exact string.
  • task/groups lists the group names in use, so a script can find every task in a group.
  • Updating a task returns the whole task back, not just a list of filenames.
  • Listing tasks with no filters set returns your tasks instead of nothing, and aboutme answers a plain GET.

Undo a super spin

  • The file menu in the article preview undoes a super spun file, so a spin you did not want is no longer permanent.
  • Super spinning stopped adding a blank line to the top of every article.
  • The preview window has one scrollbar instead of two.

Newer default models

  • The Claude default moved from 3.7 to 4.0.
  • The Groq default moved to llama-3.3-70b-versatile.

Small things

  • DuckDuckGo News returns results again.
  • Every multi line box tells you what it wants and that it takes one item per line, so you stop guessing whether to use commas.
  • The Wayback scraper logs the pages it could not find instead of going quiet.
  • Google sign in says when your browser is not supported rather than failing without explanation.
  • Task pagination sits on the left, and selected text in dark theme has enough contrast to read.

Related SCM guides and product history

Full developer changelog

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

June 20, 2025

  • fix: All textarea have placeholders and tip to only use (one per line)
  • fix: Utility google sign in works with showing browser not supported error message.
  • fix: DDG news not returning results
  • feat: Article preview file menu. New command to undo a super spun file.
  • fix: Removed extra line break added to top of articles when using super spun
  • style: Change selection color of dark theme textarea to high contrast blue
  • fix: Double scroll bars in article preview window

June 19, 2025

  • feat: SCM api task calls return taskID

June 14, 2025

  • feat: SCM API new API route, /task/groups lists all group names assigned to tasks

June 13, 2025

  • feat: SCM API task find, name parameter will do a non case sensitive string includes search. Doesn't require exact name search.

June 11, 2025

  • other: SCM API aboutme can be called using GET

June 10, 2025

  • other: SCM API removed all-task and replace with task/find

June 8, 2025

  • feat: scm api update task data call returns the full task data, instead of file names

June 7, 2025

  • fix: scm api all-tasks can return results even if filters are empty

June 6, 2025

  • feat: SCM API renamed all project url calls to task

June 5, 2025

  • fix: Wayback scraper can log problems finding pages
  • fix: Update default groqAI model to newer llama-3.3-70b-versatile

June 4, 2025

  • other: ai prompt tip in prompt editor

June 3, 2025

  • fix: Task pagination appear on left instead of right
  • feat: Update default from claude 3.7 to 4.0

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