Release - v5.1.5
Release Notes
This release is a collection of smaller updates from recent commits.
- Replaced
%
command withto%
andfrom%
. 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 existingdel
andd
commandsaddall
has been added along with existingaa
commandmodulus
has been added to existingmod
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 in22.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