Skip to content

Release - v4.0.6

Latest

Choose a tag to compare

@frossm frossm released this 17 Apr 13:57
· 1 commit to master since this release

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.