June 2024 Changelog

June 2024 Changelog

June 2024 was the start of the visible 2024 product-history run in this repository. SCM focused on API reliability, dynamic scraper output, Google Maps fixes, and the early shape of more automated task control.

The month matters because it made SCM easier to drive from outside the UI while also improving the browser and scraper workflows that feed content creation.

Who this update helps

  • Users automating SCM through API calls.
  • Users collecting data with Dynamic Scraper and Google Maps tasks.
  • Users exporting CSV output from scraper workflows.
  • Users running task abort and project lookup workflows from integrations.

SCM API became more useful

June added and fixed API behavior so external tools could control projects and tasks more safely.

  • New API calls were added for project find, blog settings, and project abort.
  • Deleting a missing task through the API no longer crashes.
  • API calls now handle missing keys more safely when an API key is configured.
  • Moved content-cache paths are returned more accurately.

Dynamic scraper output improved

Dynamic Scraper gained better CSV handling and more control over paginated results.

  • Dynamic Scraper can click next-page links to collect more results.
  • CSV output escapes double quotes correctly.
  • CSV preview columns are capped to keep tables readable.
  • Long output is trimmed in previews so the table stays usable.

Google Maps and browser tasks got fixes

Local data collection became more reliable in early 2024 workflows.

  • Google Maps now returns place names in the affected path.
  • Browser and scraper output became easier to inspect while tasks are running.
  • Claude AI max-token handling was fixed.

Interface details became easier to read

Several table and preview changes made large scraper outputs less awkward to use.

  • Dynamic scraper row-number cells received more room.
  • Preview tables became easier to scan.
  • Long scraped values became less likely to break the layout.

Related SCM guides and product history

Full developer changelog

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

July 1, 2024

  • fix: Google maps not returning name of places

June 27, 2024

  • fix: SCM API delete task doesn't crash if task doesn't exist already
  • fix: SCM api returning wrong content cache path if you moved it
  • fix: Error scm api would crash if api key set but calls did not include key
  • feat: Added new api calls, project/find /blog-settings /project/abort

June 25, 2024

  • fix: Claude ai max tokens
  • fix: Dynamic scraper, csv output preview col width no larger than 33% of table width, trim long output to 257 chars
  • style: Dynamic scraper csv preview, row number cell given more room

June 24, 2024

  • fix: Dynamic scraper, escape double quotes with double quotes
  • feat: Dynamic scraper can click on next page links to find extra results
  • feat: dynamic scraper, dont write click and next page actions to csv

June 23, 2024

  • fix: Dynamic scraper, csv output append to file corrupting output
  • fix: Image downloader not saving files to disk
  • fix: Google maps scraper, exiting too early when looking for contacts
  • feat: Google maps, customize which pages to search for contacts

June 22, 2024

  • fix: Show error message when updater has problems installing and restarting the App
  • feat: Google maps will go direct to url of any site first to find socials. It will then go to the domain page if not found
  • fix: Google maps sheet export had double quotes in all cells
  • feat: Dynamic scraper picker position can be changed

June 21, 2024

  • fix: CSV output, added escaping double quote chars
  • fix: Dynamic scraper not updating rule samples on page load and navigation
  • feat: Dynamic scraper, new action 'page url' returns current url of page
  • fix: Google sheets, check that access to sheets was properly granted

June 20, 2024

  • feat: Google sheet export allow refresh dropdown of sheets
  • feat: Dynamic scraper, quickly generate url with paging numbers with %page% macro
  • fix: Dynamic scraper, spamming reload page button wont cause infinite google search calls
  • fix: Export google sheets error if not selecting first sheet in spreadsheet
  • other: Remove requirement to link google drive to SCM, it only requires access to spreadsheets only.
  • other: Google sheet selection via Google file picker in native browser
  • fix: Video scraper, not capping results correctly
  • feat: Find videos using direct url from youtube

June 18, 2024

  • fix: Unable to use google search results. stuck waiting

June 16, 2024

  • feat: Post uploader, allow hotlinked images as source for featured image uploading

June 15, 2024

  • fix: Auto click consent screen in Google maps scraper
  • fix: groq rate limit error code fix

June 14, 2024

  • feat: Article creator, ai outline will use the %title% macro if available
  • fix: open ai ssl errors
  • fix: Potential fix for openai 403 error and SCM API generic error

June 13, 2024

  • fix: Article creator crashing on image download step

June 12, 2024

  • other: SCM api err logging
  • feat: Channel searching inside video scraper

June 9, 2024

  • feat: Add threads for search and news scraper

June 8, 2024

  • fix: article creator images, window undefined

June 7, 2024

  • other: Article creator remove google news insert as it doesn't work anymore
  • feat: Article preview, add back word/line count for preview

June 6, 2024

  • fix: Dynamic scraper, fix 'detect article' action causing error

June 5, 2024

  • feat: Google maps scraper export to google sheet
  • feat: Email notify test send button added
  • feat: Dynamic scraper, csv output will remove blank rows
  • fix: Quora not returning results for keyword question

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