Request: Changelog Version Machine Readable

Currently the changelog version isn't really machine readable. With a 0.10.7.1-3.3.x followed by an idented digit to replace the x but sometimes there's a date and sometimes there isn't. This and other factors make it nightmare to pull the version from it.

A simple change would be to always have the entire version string, example (this is a modified version of the changelog that would be easier to parse):

Pregmod

0.10.7.1-3.4.0

	-arcoglogy layout overhauled
	-fixes

0.10.7.1-3.3.3

        3/07/2020
	-added corrective diet
	-food market tweaking
	-restored lost policy effects and text
	-fixes
	-more code improvement

0.10.7.1-3.3.2

	3/02/2020
	-fixed lingering assistant issues

If this method is done any batch scripting would simply need to read the third line and done.

Currently the syntax is:

Pregmod

0.10.7.1-3.4.x

	0
	-arcology layout overhauled
	-fixes

0.10.7.1-3.3.x

	3/07/2020
	
	3
	-added corrective diet
	-food market tweaking
	-restored lost policy effects and text
	-fixes
	-more code improvement

	3/02/2020
	
	2
	-fixed lingering assistant issues
Edited by Spartianian