January 2025 Changelog
January fixed link insertion. SCM now remembers which links it has already used and works through your list one at a time, so a run of fifty articles spreads fifty links across them instead of putting the same one in every article.
The template editor also stopped fighting you: it opens as a full height drawer, keeps your cursor where you left it, and shows a description of what each template writes.
Read this if you
- Insert links into generated articles.
- Write or maintain AI templates.
- Want to use DeepSeek or Straico.
- Scrape Google Maps for local research.
Each link gets used once
- SCM keeps track of which links it has placed and rotates through your list, one per article, instead of starting from the top every time.
- Set your article count to match your link count and every link gets placed exactly once.
- Every insert type takes a link list and the combined options, not just some of them.
- Inserting a sentence at the start or end of the article inserts a sentence, not a whole paragraph.
The template editor stopped fighting you
- The editor opens as a drawer covering most of the screen, so you can see a long prompt without scrolling through a slot.
- Your cursor stays where you put it. It used to jump back to line one while you were typing.
- Templates carry a description, so the list tells you what each one produces, and the description saves when you write one.
- An inline prompt inside an outline macro stops being flagged as a missing prompt.
Two more AI services
- DeepSeek and Straico are available alongside the existing services.
- Setting up a RAG task tells you what is wrong before it runs rather than failing partway through.
- The spin rewriter waits 7 seconds between requests, which keeps a long run from being cut off.
Article Creator waits for you to choose a prompt
- Until you pick a prompt, the only thing on screen is the button to pick one. The rest appears once there is something to configure.
- Clear the save folder and it goes back to your project folder rather than nothing.
- With AI Writer off, SCM stops checking for AI article errors that cannot happen.
- Leaving Article Creator quickly no longer crashes it.
Small things
- A corrupted task no longer breaks sorting and filtering for the whole task list, and deleted tasks stop leaving orphans behind in the trash.
- Google Maps picks up review tags where a listing has them.
- Quora is gone from the keyword question scraper. It had stopped returning anything.
- The article preview lists files oldest first.
- Locate in the folder browser opens the right folder, including from the post uploader.
- Image source options in Article Creator have clearer names, and AI csv columns line up.
- Better API documentation.
Related SCM guides and product history
- Create AI articles from content on your hard drive
- Customize AI-generated titles in Article Creator
- February 2025 Changelog
Full developer changelog
The summary above is written for users. The original 27-item developer changelog is preserved below for exact release detail.
February 1, 2025
- feat: Add straico
January 30, 2025
- feat: Add DeepSeek
January 28, 2025
- fix: SCM API better docs
- fix: Remove orphan trash tasks
January 26, 2025
- fix: Corrupted jobs missing their data values would cause task sort and filtering to stop working.
January 25, 2025
- fix: removed quora results from keyword question scraper as it no longer works
January 21, 2025
- feat: Scrape google maps review tags if available
January 18, 2025
- other: Article creator, insert image, rename image source options.
January 15, 2025
- other: Added tutorial link for custom titles
January 14, 2025
- fix: AI csv column cell alignment fix
January 12, 2025
- fix: AI template editor code box would jump typing cursor to line 1 for no reason
- fix: outline macro, inline prompts showing as warning no prompt error
- fix: AI template editor, fix desc field not saving
January 10, 2025
- feat: AI templates show a desc
- feat: Article creator, only select ai prompt button will appear. Other ui elements hidden until a prompt is selected.
January 7, 2025
- feat: Clearing save folder location in article creator sets it to %project_folder% automatically
January 6, 2025
- feat: All link inserts have state and can remember what links was already inserted. SCM will user each link once in a round robin fashion. You can now use article count to match links.
- fix: All link insert types support link list + combined options
- fix: Insert sentence at start/end correctly as sentence and not paragraph.
- fix: Article preview window correctly sorts files oldest to newest
- fix: possible article creator crash from exiting too early
January 5, 2025
- fix: Article creator, don't check AI article errors if AI writer not enabled.
January 2, 2025
- fix: Locate button in folder browser goes to correct folder ie Post uploader
- style: AI template editor now opens as a drawer to use 100% height and 75% width of the screen.
- fix: Added 7 sec wait between spin rewriter requests
- feat: Extra article creator error checking when setting up an AI RAG task
January 1, 2025
- fix: New install opens to article creator list instead of blank page
See all monthly updates in the SCM changelog archive. New users can also try SCM from the trial signup page.