Skip to content

Commit

Permalink
docs/*.md,help1.asm: bump version to 0.12.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
bxparks committed Jun 19, 2024
1 parent 7ac740d commit 2126ed6
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

- Unreleased
- 0.12.0-rc2 (2024-06-19)
- TVM
- improve logic for appending the "overridden" dot after the `IYR1`,
`IYR2`, and `TMAX` menu items
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RPN83P is a flash application written in Z80 assembly language that consumes 3
pages (48 kiB) of flash memory. Since it is stored in flash, it is preserved if
the RAM is cleared. It consumes about 1025 to 2535 bytes of TI-OS RAM through 4
AppVars, depending on the number of storage registers: `RPN83REG` (500 to 1925
bytes), `RPN83SAV` (142 byte), `RPN83STA` (272 bytes), and `RPN83STK` (120 to
bytes), `RPN83SAV` (140 byte), `RPN83STA` (272 bytes), and `RPN83STK` (120 to
196 bytes).

Summary of features:
Expand Down Expand Up @@ -113,7 +113,7 @@ Missing features (partial list):
- vectors and matrices
- keystroke programming

**Version**: 0.12.0-rc1 (2024-06-18)
**Version**: 0.12.0-rc2 (2024-06-19)

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

Expand Down
2 changes: 1 addition & 1 deletion docs/DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Notes for the developers of the RPN83P app, likely myself in 6 months when I
cannot remember how the code works.

**Version**: 0.12.0-rc1 (2024-06-18)
**Version**: 0.12.0-rc2 (2024-06-19)

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

Expand Down
2 changes: 1 addition & 1 deletion docs/FUTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ because it is faster and easier to use compared to a web app, especially for
small features that can be described in a few sentences. Usually only the larger
and more complicated features will get their own GitHub tickets.

**Version**: 0.12.0-rc1 (2024-06-18)
**Version**: 0.12.0-rc2 (2024-06-19)

**Parent Document**: [USER_GUIDE.md](USER_GUIDE.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/TVM.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Equations, algorithms, and other tricks used to calculate the Time Value of
Money (TVM) variables in the RPN83P calculator app.

**Version**: 0.12.0-rc1 (2024-06-18)
**Version**: 0.12.0-rc2 (2024-06-19)

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

Expand Down
4 changes: 2 additions & 2 deletions docs/USER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

**Version**: 0.12.0-rc1 (2024-06-18)
**Version**: 0.12.0-rc2 (2024-06-19)

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

Expand Down Expand Up @@ -91,7 +91,7 @@ RPN83P is a flash application written in Z80 assembly language that consumes 3
pages (48 kiB) of flash memory. Since it is stored in flash, it is preserved if
the RAM is cleared. It consumes about 1025 to 2535 bytes of TI-OS RAM through 4
AppVars, depending on the number of storage registers: `RPN83REG` (500 to 1925
bytes), `RPN83SAV` (142 byte), `RPN83STA` (272 bytes), and `RPN83STK` (120 to
bytes), `RPN83SAV` (140 byte), `RPN83STA` (272 bytes), and `RPN83STK` (120 to
196 bytes).

Summary of features:
Expand Down
2 changes: 1 addition & 1 deletion docs/USER_GUIDE_BASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ allow numbers to be converted between 4 different bases (DEC, HEX, OCT, and BIN)
and support various arithmetic and bitwise operations similar to the HP-16C. It
has been extracted from [USER_GUIDE.md](USER_GUIDE.md) due to its length.

**Version**: 0.12.0-rc1 (2024-06-18)
**Version**: 0.12.0-rc2 (2024-06-19)

**Parent Document**: [USER_GUIDE.md](USER_GUIDE.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/USER_GUIDE_COMPLEX.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ independent of each other. For example, a complex number can be entered in
rectangular form, even if the current display mode is polar form. Internally,
complex numbers are *always* stored in rectangular format.

**Version**: 0.12.0-rc1 (2024-06-18)
**Version**: 0.12.0-rc2 (2024-06-19)

**Parent Document**: [USER_GUIDE.md](USER_GUIDE.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/USER_GUIDE_DATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ These features were inspired by various datetime libraries:
- C# [Noda Time](https://nodatime.org) library
- Python [datetime](https://docs.python.org/3/library/datetime.html) library

**Version**: 0.12.0-rc1 (2024-06-18)
**Version**: 0.12.0-rc2 (2024-06-19)

**Parent Document**: [USER_GUIDE.md](USER_GUIDE.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/USER_GUIDE_STAT.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This document describes the `STAT` functions of the RPN83P application which
supports all statistical and curve fitting functionality of the HP-42S.

**Version**: 0.12.0-rc1 (2024-06-18)
**Version**: 0.12.0-rc2 (2024-06-19)

**Parent Document**: [USER_GUIDE.md](USER_GUIDE.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/USER_GUIDE_TVM.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This document describes the `TVM` functions of the RPN83P application which
solves the Time Value of Money equation. It has been extracted from
[USER_GUIDE.md](USER_GUIDE.md) due to its length.

**Version**: 0.12.0-rc1 (2024-06-18)
**Version**: 0.12.0-rc2 (2024-06-19)

**Parent Document**: [USER_GUIDE.md](USER_GUIDE.md)

Expand Down
2 changes: 1 addition & 1 deletion src/help1.asm
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ helpPageCount equ (helpPagesEnd-helpPages)/2

msgHelpPage1:
.db escapeLargeFont, "RPN83P", Lenter
.db escapeSmallFont, "v0.12.0", Shyphen, "dev (2024", Shyphen, "06", Shyphen, "19)", Senter
.db escapeSmallFont, "v0.12.0", Shyphen, "rc2 (2024", Shyphen, "06", Shyphen, "19)", Senter
; .db escapeSmallFont, "v0.11.0 (2024", Shyphen, "05", Shyphen, "28)", Senter
.db "(c) 2023", Shyphen, "2024 Brian T. Park", Senter
.db Senter
Expand Down

0 comments on commit 2126ed6

Please sign in to comment.