Changelog

May 2020 Changelog

========= Sunday May 31 2020 =========

  • feat: GSA SER template will write to a folder names ‘project data’ so its more obvious what it contains.
  • fix: Article preview would error if %macro% codes was used in article creator.
  • fix: Open to folder correctly handles macro codes inside output path when used in article creator.
  • fix: SCM crashing when importing settings.
  • fix: Wait 360 for captcha to resolve before a timeout and next retry.
  • feat: Regex content replacer preserves all spaces. It won’t trim empty spaces after the last word anymore.
  • fix: Infinite loop in scheduler if url filter task was run using ‘retrieve urls’ button.
  • fix: Running url finder inside article creator would make it run twice.
  • fix: Url finder and google finder tools not starting due to failure.
  • fix: Throw error if the google recaptcha page is missing required form elements.
  • fix: Google scraper not returning links even though no captcha was present. Add some additional debug so at least tasks will error instead of continuing.
  • fix: Add extra retries for captcha service.
  • fix: Unable to create new article jobs.
  • fix: Scheduled tasks would not run if the lock time was greater than 10 mins ago.
  • fix: fix DNS routing so that long captcha solving times don’t fail.
  • feat: Show capture of google search after captcha submission.
  • fix: Google recaptcha solving was failing due to updates by Google. This has been solved now.

========= Sunday May 24 2020 =========

  • feat: Add ability to use your own custom sub headings added to Article Creator.
  • fix: Remove duplicate titles in title generator.
  • fix: Correctly end task if Google scraper was unable to solve captcha.
  • feat: Add progress counter to article creator task log headers.
  • other: Force google scraper to try all proxies at least twice even if there is captcha error.
  • fix: Importing old scm db could cause corruption and app to not start again.
  • feat: Calculate the number of Google searches an hour when using the Article creator.
  • feat: Protect words in rewrite tool inside article preview.
  • feat: Added spinea to spinner list.
  • other: Revert change that would remove links from pages automatically.

========= Sunday May 17 2020 =========

  • other: Only use one of 2 image urls when inserting
  • fix: Wrap some html conversion functions in error catching blocks to mitigate errors from appearing when downloading articles.
  • other: Log any download content errors when using article creator.
  • fix: Youtube links use https
  • other: Added tutorial video for the new profile creator.
  • feat: css test area in article downloader uses first url in your url list for preview and testing.
  • other: Try other worker error log.
  • other: Show error message if you don’t enter Google translator API settings.
  • other: Log worker errors for article creator.
  • feat: Remove tags containing words in Google scraper and article downloader.
  • style: About me preview stack next to generate box.
  • feat: List usable macros in about me creator.
  • fix: Template editor add/remove code block buttons are missing.
  • feat: Customizable about me generator.
  • fix: Decode html 5 entities when using article downloader.

========= Sunday May 10 2020 =========

  • feat: Add indo
  • fix: No crash if no titles are scraped or provided.
  • fix: Title detection non ascii characters.
  • other: Improved the help text for macros in article creator.
  • fix: Titles macros weren’t getting written to filenames.
  • fix: Protect SCM macro %codes% from getting spun.
  • fix: Log message correction, prints youtube.
  • fix: Article won’t crash if you set insert image count from 0 to 0. For users that are inserting images using template codes.
  • feat: Allow translation to run after each other up to 3 times for all content tasks.
  • fix: Decode all HTML5 entities when downloaded in SCM.
  • feat: Convert all relative image urls to absolute so they can be shown in html source correctly.
  • feat: Article downloader CSS test area includes new tab to preview the HTML source in a browser.
  • fix: Not able to scrap img tags in article downloader.