Release - v5.2.10
Release Notes
This is a rollup release of the last several program enhancements.
Release 5.2.10
- Corrected decimal alignment display bug. Adding numbers without decimal (i.e.,
50
) would not align correctly - Added a test for the new queryDecimalIndex() method
- Updated pom.xml to ignore windows error on
chmod
for exec-maven-plugin. On Linux, Maven makes the rpncalc.jar executable making it easier if your system is setup to associate.jar
files with java. - Updated maven exec plugin from 3.3.0 -> 3.4.0
- Updated JUnit from 5.11.0-M2 -> 5.11.0-RC1
Version 5.2.9
- Correct Comma method reducing display decimal digits
- Added to Comma method to return original decimal scale
- Created a new
Display
class and moved Comma and DisplayStatusLine to it - For Trig, moved undo so an error wouldn't create a useless undo level
- Updated tests for PI and added tests for Comma
- Updated the UDF tests
- Updated plugin and dependencies to the latest versions
- Updated the RPNCalc User Guide to add the new PI constant and correct a text issue
Version 5.2.8
- Updated help for linear regression
Version 5.2.7
- Rolled back jLine library update as I'm getting a JANSI deprecation warning