April 2025 Changelog
April stopped long articles from breaking their own prompts. When a template feeds the previous section back in as context, that text is now capped so the prompt stays under the limit, instead of the call failing halfway through a long piece.
Scraping also got less brittle. A missing element on one page no longer ends the whole run.
Read this if you
- Write long articles from context templates.
- Build Dynamic Scraper rules against pages that vary.
- Collect images in bulk.
- Scrape Google Maps.
- Watch long spinning jobs.
Long articles stop breaking their own prompt
- The previous output macro is trimmed to keep the prompt under 4096, so a template that feeds each section back in as context keeps working through a long article instead of failing once the text gets big. Every context template is affected.
- The log shows the token count for each prompt, so you can see what a template is actually costing before you run it a thousand times.
- A prompt built from macros stops being reported as having no prompt.
- Macros containing an equals sign inside the code section parse correctly.
A missing element no longer ends the scrape
- When a selector is not on the page, Dynamic Scraper skips it and carries on. Before, one page missing an optional field stopped the task.
Image scraper exports urls
- Export the image urls you picked to a csv.
- Press export with nothing selected and it takes everything, rather than telling you to go back and select.
- Exported rows carry the keyword they came from.
Google Maps
- The url of the site logo comes back with the rest of the business details.
- Reviews are found again, and are not saved when you turned reviews off.
- Scrolling through places is a little slower, which is what stops results being missed.
- Google directions inserts accept spintax destinations, so each article can point at a different place.
You can watch a spin finish
- Spinning shows a progress bar in the task log header, so you can tell a slow spin from a stuck one.
- The progress bar hides itself when there is nothing to show.
- Broken entries in a custom thesaurus are filtered out instead of ending up in your text.
- Content insert errors in articles are fixed, and the app uses one monospace font throughout.
Related SCM guides and product history
Full developer changelog
The summary above is written for users. The original 21-item developer changelog is preserved below for exact release detail.
April 25, 2025
- other: Add link to tutorial on how to turn off automated captcha solving
- fix: Article creator, cap the previous output macro so that it stays under a 4096 prompt limit when used in a prompt. Affects all context prompt templates.
April 23, 2025
- fix: Google captcha solves are working again
- fix: Reduce wait time when Google captcha is detected
- fix: Auto hide progress bar in task header if not needed
April 22, 2025
- fix: Dynamic scraper will not exit early with missing 'selector' error if it does not exist on page. Instead it will ignore it and keep going.
April 18, 2025
- feat: Spinning progress is now displayed as progress bar inside task log headers
- feat: SCM will filter out incorrect entries in custom thesaurus
April 16, 2025
- feat: image scraper export url, save correct keyword
April 13, 2025
- style: standard monospace font
- fix: AI prompts, don't show [no prompt] message if you are using macros
- fix: Allow parsing user AI macros that have a '=' inside the prompt code section
April 12, 2025
- feat: image scraper export selected image urls to csv file
- feat: image scraer, auto select all images if you click on export buttons with nothing selected
April 9, 2025
- feat: article creator insert google directions supports spintax destinations
- fix: Google map unable to find reviews
April 4, 2025
- feat: Scrape url of website logo (first image) when using Google maps
- fix: google maps will no longer save reviews if they are not enabled
- fix: article content inserts error
April 3, 2025
- feat: Add token count to ai prompt log messages
April 2, 2025
- fix: Slightly slower google maps place scrolling
See all monthly updates in the SCM changelog archive. New users can also try SCM from the trial signup page.