release notes

This commit is contained in:
Joshua Bell 2019-01-02 13:32:12 -08:00
parent 8ecea72c84
commit 2c15699653
2 changed files with 7 additions and 2 deletions

View File

@ -10,7 +10,8 @@
* Add Special > Check Drive command to refresh a single drive. (#97)
* Show Text File DA: Keyboard support. Escape quits, arrows scroll. (#4)
* Reorganized/renamed several menu items. (#13)
* Icon bitmap improvements. (#74)
* New icon bitmaps for graphics, AppleWorks, and IIgs-specific file types.
* Improvements to several existing icon bitmaps. (#74)
* DAs with high bit in aux-type set are skipped. (#102)
### Additional Desk Accessories
@ -28,7 +29,7 @@
* Run Basic Here
* Launch BASIC.SYSTEM with PREFIX set to the current window's pathname. (#42)
### Fixes
### Notable Fixes
* Dates 00-39 are treated as 2000-2039; dates 100-127 are treated as 2000-2027. (#15)
* File > Quit returns to ProDOS 8 selector, and /RAM is reattached. (#3)

View File

@ -16,6 +16,10 @@ New desk accessories:
* Eyes that follow the mouse.
* [Screen Dump](screen.dump.s)
* Dumps a screenshot to an ImageWriter II attached to a Super Serial Card in Slot 1.
* [Key Caps](key.caps.s)
* Shows an on-screen keyboard map, and indicates which key is pressed.
* [Run Basic Here](run.basic.here.s)
* Launches BASIC.SYSTEM with PREFIX set to current window's directory.
See [API.md](API.md) for programming details