Skip to content

Commit 87ae603

Browse files
authored
Merge pull request #9 from bxparks/develop
Bump version to 0.4.0
2 parents 9fef23c + 7a7350c commit 87ae603

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
- Unreleased
4+
- 0.4.0 (2023-08-16)
45
- More `BASE` menu functions:
56
- `SL` (shift left), `SR` (shift right)`, `RL` (rotate left circular),
67
`RR` (rotate right circular).

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Here the quick summary of its features:
4949
- `SCI` (scientific 0-9 digits)
5050
- `ENG` (engineering 0-9 digits)
5151

52-
**Version**: 0.4.0-dev (2023-08-16)
52+
**Version**: 0.4.0 (2023-08-16)
5353

5454
**Changelog**: [CHANGELOG.md](CHANGELOG.md)
5555

@@ -104,12 +104,16 @@ registers.
104104
This app was designed for TI calculators using the Z80 processor:
105105

106106
- TI-83 Plus
107-
- TI-83 Plus Silver Edition (verified)
107+
- TI-83 Plus Silver Edition
108108
- TI-84 Plus
109-
- TI-84 Plus Silver Edition (verified)
109+
- TI-84 Plus Silver Edition
110110

111-
I have tested it on the two Z80 TI calculators that I have (both Silver
112-
Edition). It *should* work on the others, but I have not actually tested them.
111+
I have tested it on the two calculators that I own:
112+
113+
- TI-83 Plus Silver Edition, OS v1.19
114+
- TI-84 Plus Silver Edition, OS v2.55MP
115+
116+
It *should* work on the others, but I have not actually tested them.
113117

114118
## Quick Examples
115119

USER_GUIDE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
RPN calculator app for the TI-83 Plus and TI-84 Plus inspired by the HP-42S.
44

5-
**Version**: 0.4.0-dev (2023-08-16)
5+
**Version**: 0.4.0 (2023-08-16)
66

77
**Project Home**: https://github.com/bxparks/rpn83p
88

@@ -1040,9 +1040,9 @@ Any number outside of this range produces an `Err: Domain` message. (The number
10401040
If the input number is a very large prime, the calculation may take a long time.
10411041
However, testing has verified that the `PRIM` algorithm will always finish in
10421042
less than about 30 seconds on a TI-83 Plus or TI-84 Plus calculator, no matter
1043-
how large the input number. During the calculation, the "run" indicator on the
1044-
upper-right corner will be active. You press `ON` key to break from loop, and
1045-
the function will exit the function with an `Err: Break` message.
1043+
how large the input number. During the calculation, the "run indicator" on the
1044+
upper-right corner will be active. You can press `ON` key to break from the
1045+
`PRIM` loop with an `Err: Break` message.
10461046

10471047
## Future Enhancements
10481048

0 commit comments

Comments
 (0)