Skip to content

Release - v5.1.5

Compare
Choose a tag to compare
@frossm frossm released this 18 Nov 16:07
· 29 commits to master since this release

Release Notes

This release is a collection of smaller updates from recent commits.

  • Replaced % command with to% and from%. Should make more intuitive sense and add the conversion in both directions
  • Added the following command aliases to other commands:
    • delete has been added along with existing del and d commands
    • addall has been added along with existing aa command
    • modulus has been added to existing mod command
  • Updated the frac command to eliminate 0 as an output. Some of the numbers are huge, but it's an improvement. For example, 22.22 frac 7 results in 22.22000 is approximately ' 22 28571428571428571428571428571429/100000000000000000000000000000000'
  • Reverting jline library back to v3.23.0 as it gives an ugly warning when starting in Linux. "WARNING: Illegal reflective access by org.jline.terminal.impl.exec.ExecTerminalProvider$ReflectionRedirectPipeCreator"
  • Updated UserGuide with new commands and corrected the license information on the coverpage
  • Tweaks to code comments to make them more clear