October 2024 Changelog
October 2024 improved AI outline behavior, post uploader flexibility, task restart safety, and error handling around AI provider waits. It also added more publishing control through XML-RPC and better draft-title checks.
This month tightened the connection between generated article structure and publishing, especially for users posting to WordPress or building outline-driven AI content.
Who this update helps
- Users generating AI outlines and structured articles.
- Users publishing through WordPress XML-RPC or WP JSON.
- Users recovering tasks after forced restarts.
- Users working with Groq, image scraping, and AI provider errors.
AI outline behavior became stricter
SCM made outline generation more explicit so templates produce predictable heading structures.
- AI outline supports H2-only workflows.
- Outline tags now require H3 content when needed instead of silently inserting it.
- Default AI templates were updated for the new outline behavior.
WordPress posting became more flexible
Post uploader gained more options and safer title checks.
- XML-RPC can upload images and post as a page.
- Users can provide a custom xmlrpc.php file path.
- WP JSON title checks include draft posts.
Task recovery got safer
SCM improved what happens when tasks are restarted or killed.
- Forced restarts now clear running status on dead tasks.
- Task restart buttons gained confirmation.
- AI errors now stop Article Creator from progressing instead of continuing blindly.
AI provider timing was fixed
Several provider-specific wait and retry issues were cleaned up.
- Groq waits correctly when retry time is returned in minutes.
- Groq millisecond wait-time errors were fixed.
- Image scraper logging errors were corrected.
Related SCM guides and product history
- Create an AI news blog on autopilot
- Generate AI posts by category for WordPress blogs
- November 2024 Changelog
Full developer changelog
The summary above is written for users. The original 42-item developer changelog is preserved below for exact release detail.
October 30, 2024
- fix: Groq AI not waiting when retry time is minutes
- fix: Image scraper this.log error message
October 28, 2024
- feat: Article creator, ai outline supports just h2. Outline tag now requires h3 in the tag content, it is no longer automatically inserted for you (all scm default ai templates updated).
October 27, 2024
- fix: Post upload wp-json can check titles of posts in draft status as well
October 26, 2024
- fix: Groq AI ms wait time causing error
- feat: Post uploader xmlrpc can also upload images and post as page
- fix: On forced restart, scm did not correctly clear running status on dead tasks
- feat: Allow post uploader to use custom xmlrpc.php filepath
October 25, 2024
- feat: Add confirm on task restart button
- fix: AI errors stop article creator from progressing.
- fix: Auto restart tasks error
October 23, 2024
- feat: AI user macro, ability to edit macros using the older textarea style.
October 22, 2024
- style: Slightly wider max width of all forms
- feat: article creator, ai macro change priority
- feat: Static scraper can save articles using full url path name
- style: striped table for url and keyword finder table
October 19, 2024
- fix: article creator ai error
- fix: Extra groq ai logging
October 16, 2024
- style: xml and email poster has paging
- style: article preview window scales to window height
- style: Allow app layout to reach 100% height
- style: Add missing bottom border in ai writer
October 15, 2024
- feat: article creator ai writer selection remove empty default selection and instead uses last saved selection.
- fix: Correctly display default ai names in spinner ai writer selection
October 13, 2024
- fix: Page scraping size page size limit from 1.5mb to 5mb
October 12, 2024
- fix: article creator, when using scraped_titles in AI writer, the %title% filename correctly uses the current article title.
- fix: article creator, article folder, select folder button not loading selected folder
- feat: article creator, local article folder, disable word wrapping
- feat: XML scraper tool, add line keep and line remove filters
- feat: Add file > locate, menu item to open containing folder of preview article
October 11, 2024
- feat: Google maps scraper, unlimited review scraping
October 10, 2024
- style: Fix extra line breaks in log messages
- fix: Google maps scraper, cleaned up reviews containing unknown symbols
October 9, 2024
- fix: Google map scraper, clean up opening time text
- feat: Google map scraper, return entire about tab content
October 8, 2024
- feat: AI csv tool, add extra AI columns that can generate new content based on csv fields
October 6, 2024
- fix: Spintax error when using spintax braces without pipe. Now scm correctly leaves it alone. eg {cat}
October 4, 2024
- feat: Print the name of default ai next to ai rewriter selection in rewriter dropdown box
- feat: Dynamic scraper will auto scroll the page when waiting for page elements to load
October 2, 2024
- feat: dynamic page wait time used after page load to give time for elements to load data
October 1, 2024
- fix: user ai list visual glitch, deleting macro would cause gap in text area to appear
- style: AI user macro list, allow it to scroll without hiding add macro button
See all monthly updates in the SCM changelog archive. New users can also try SCM from the trial signup page.