the latest update has just been released!
CHANGES IN VERSION 1.9.7:
- added support for custom code placeholder to CMS mode.
- added autoscroll checkbox to status window (disabling autoscroll reduces CPU usage and slightly increases speed).
- added multiple keyword scraping to article scraper (simply separate keywords with pipe "|" character)
- added multi language support to auto spintax creation.
- included internal synonym databases for german, spanish, polish, dutch aswell as a russian synonym and phrase database (thanks to Sergi0k for the ru db)
- optimized static site generation for bigger sites (page creation speed highly increased! 10k pages created in about 2 mins (00:02:17:561)!
test done with pseudo markov algorithm (hardware specs: i5-5200U CPU @ 2.20GHz, 2201 Mhz, 2 Core(s), 4 Logical Processor(s) / 8GB RAM)
- optimized auto spinning code slightly.
- changed statistics on status tab to 64bit integers since on large sites it would exceed the maximum size of a 32bit int.
- changed string comparsion of scrape keyword in article scraper to be case-insensitive.
- changed minimum amount of serp pages to scrape in article scraper to "1", which was previously set to "3".
- fixed null reference exception that surfaced when trying to add posts to an existing category due to changes in wordpress.
- fixed issue when enabling external links (the filename would not be removed from the ini which would lead to a file missing error.)
- fixed minor issue in status of the article scraper, bing results now show proper serp count thats currently being scraped.
- lifted restrictions on special characters when creating zip files to allow characters like "-" in domainnames.
- updated auto spinning to also work with the newly added post template introduced in the last version.
- updated google sitemap generation function to split sitemaps on sites bigger as 50k (thats the limit for a single sitemap file).