Fixed a regex issue that meant that versions like 1.1.0-rc1 or 1.5.0+mc1.5.6 were parsed as 1.1.0 and 1.5.0 respectively.
Added rounding to percentages
Licensed some files that weren't licensed by the bot for some reason
Add extra tests in GradlePropertiesTests
And finally, the big change:
Notify can now parse fabric.mod.json for a GitHub URL, which it can use to try and locate a gradle.properties file to parse for a version. There is a config option to disable this as it could cause issues
1.1.0-rc1
or1.5.0+mc1.5.6
were parsed as1.1.0
and1.5.0
respectively.And finally, the big change:
fabric.mod.json
for a GitHub URL, which it can use to try and locate agradle.properties
file to parse for a version. There is a config option to disable this as it could cause issuesFixes: #11