From 2c15699653bb060a9ca7b252f46af9ccf9b47ecc Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Wed, 2 Jan 2019 13:32:12 -0800 Subject: [PATCH] release notes --- RELEASE-NOTES.md | 5 +++-- desk.acc/README.md | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index c3f3678..1dfdf25 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -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) diff --git a/desk.acc/README.md b/desk.acc/README.md index afd5e4e..6de116e 100644 --- a/desk.acc/README.md +++ b/desk.acc/README.md @@ -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