Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
CHECKSUM.MD5 | 2024-12-29 | 47 Bytes | |
CHECKSUM.SHA1 | 2024-12-29 | 55 Bytes | |
CHECKSUM.SHA256 | 2024-12-29 | 79 Bytes | |
rpncalc.jar | 2024-12-29 | 1.9 MB | |
README.md | 2024-12-29 | 748 Bytes | |
Release - v5.4.0 source code.tar.gz | 2024-12-29 | 9.8 MB | |
Release - v5.4.0 source code.zip | 2024-12-29 | 9.9 MB | |
Totals: 7 Items | 21.6 MB | 0 |
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 enter 15%
and 0.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