August 2025 Changelog
August split your proxies in two. One pool handles search engines, the other handles everything else, so the residential proxies you pay for stop being burned on ordinary page fetches. SOCKS5 proxies work now as well.
Browser tasks also stopped feeling stuck. Log messages appeared a second late, which on a long job made it look like nothing was happening.
Read this if you
- Scrape through proxies.
- Need another source of search results.
- Insert images into articles.
- Watch the task log during browser jobs.
Two proxy pools instead of one
- Assign one set of proxies to search engines and another to every other site, so your expensive proxies go where they are needed.
- SOCKS5 proxies are supported alongside HTTP.
- DataForSEO joins the search engine options.
- SerpApi waits longer and retries when a call errors, instead of dropping the result.
The log keeps up with the task
- Browser task messages appear as they happen. The one second delay is gone, so a running task looks like it is running.
- Progress bars show in the task log again, and row dividers are visible in dark mode.
- Cap how many downloads run at once while scraping Google results, so a big article job stops saturating your connection.
Images stop arriving twice
- Duplicate images are dropped before they are downloaded rather than after, so a run finishes quicker and the article stops showing the same picture twice.
- Hotlink images instead of downloading them, when you would rather not host them.
- Image downloads that were failing in Article Creator work.
Small things
- The scraped article title macro starts over when it runs out of titles, instead of leaving the rest of the run without one.
- Super spinning a single file stopped wrapping it in empty braces.
- AI generated text can contain spintax symbols without being mangled.
- The url scraper loads results into the table even when your keywords come from a file.
- YouTube subtitles work after YouTube's latest change, and Bing returns link results again.
- SCM tries to stop Windows Hello passkey prompts interrupting a browser task.
- The AI Writer headings list shows the heading type.
- Google Maps review tags drop single character junk.
- Saving from the article preview stopped throwing an error, and the post emailer table follows the dark theme.
Related SCM guides and product history
Full developer changelog
The summary above is written for users. The original 26-item developer changelog is preserved below for exact release detail.
August 31, 2025
- feat: Add heading type to ai writer headings list
August 27, 2025
- fix: Progress bar not appearing in task log
- fix: %scraped_article_title% macro wasn't looping when it ran out of titles.
- fix: Removed 1s delay when logging messages from browser based tasks
- style: Made row divider in task log more visible in dark mode
August 26, 2025
- feat: Url scraper will find and load results into the table even if you use keyword file
August 25, 2025
- feat: Article creator image insert, allow insert hotlink images.
- fix: Super spin with 1 file will no longer add extra {}
August 20, 2025
- style: Fix ai writer filter box color
- feat: Add support for socks5 proxy
- feat: Split proxies into 2 groups, one for search engines and group for all other sites.
August 19, 2025
- fix: article preview unmount error on save
August 17, 2025
- fix: Remove duplicate images from article downloader earlier in process
August 15, 2025
- fix: Allow spintax symbols in AI generated text
August 14, 2025
- style: Fix dark theme not applying on post emailer table
August 13, 2025
- fix: SerpApi longer wait times, retry on error
- fix: wayback scraper not retrieving results from test button
August 12, 2025
- fix: Youtube sub title scraper working after latest youtube update
- feat: Limit the number of simultaneous downloads when scraping google results in the article creator
- fix: Bing search not returning any link results
- feat: SCM will try and block windows hello passkey windows from opening
August 7, 2025
- fix: image download fail in article creator
- feat: Add data for seo as another search engine source
August 2, 2025
- fix: clean up google map review tags to remove single char items
August 1, 2025
- feat: Google maps return review score
- feat: Add n8n link inside help section
See all monthly updates in the SCM changelog archive. New users can also try SCM from the trial signup page.