Release Notes
Fixed a large bug. If you ran cal and provided a year, such as cal 2028 it would return the current month in that year. Just a logic flaw that the old automated testing did catch. I've corrected this bug and enhanced the testing.
I also fixed a problem where occasionally the Gradle install command would copy the non-shadowJar file instead of the fully contained and executable shadowJar. It should now always copy the right file. I'm not sure this is useful to anyone but be given I've hard coded C:\Utils as the destination.
Lastly, I bumped the JLine library I use from v4.0.10 to v4.0.12.