New Capabilities
- Added ability to enter in a percentage (a number with a
%
after it.) RPNCalc will automatically divide that number by 100 and add it to the stack. For example, you can now enter15%
and0.15
will be added to the stack. - Added an automated unit test for the percent number entry
- Updated the User Guide to reflect this change
Updated plugins / dependencies
- JUnit updated from 5.11.3 -> 5.11.4
Previous changes rolled up into this release
list undo
header update to include stack name- Updated Screenshots
- Updates to the User Guide
- Enhanced user defined run function to eliminate an ignored exception