From 5ffc27198b583c590feabe7ace6b84c9bc3a7112 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Mon, 10 Dec 2018 08:51:42 -0800 Subject: [PATCH] Create RELEASE-NOTES.md --- RELEASE-NOTES.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 RELEASE-NOTES.md diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md new file mode 100644 index 0000000..b177ba1 --- /dev/null +++ b/RELEASE-NOTES.md @@ -0,0 +1,39 @@ +# Apple II DeskTop + +## 1.2 - alpha + +### Enhancements + +* Show Text File DA: Keyboard support. Escape quits, arrows scroll. (#4) +* Up to 12 Desk Accessories are shown in the menu. (#90) +* Up to 13 volumes are shown on the desktop. (#20) +* Icon bitmap improvements. (#74) + +### Additional Desk Accessories + +* Show Image File + * Select an image file (8k Hires or 16k Double Hires, aux-first), then choose this DA to preview it. +* This Apple + * Gives details about the computer, expanded memory, and what's in each slot. (#29) +* Eyes + * Eyes that follow the mouse. (#53) +* Screen Dump + * Dumps a screenshot to an ImageWriter II attached to a Super Serial Card in Slot 1. (#46) +* Run Basic Here + * Launch BASIC.SYSTEM with PREFIX set to the current window's pathname. (#42) + +### 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) +* Date DA: Read-only on systems with a clock. On systems with a clock, date is saved for next session. (#30, #39) +* Calculator DA: don't mis-paint when moved offscreen and other fixes. (#33, #34) +* IIgs-specific: color DHR is re-enabled on exit. (#43) +* IIgs emulators no longer crash on startup. (#85) + +# 1.1 + +Final release by Apple Computer. November 26, 1986. + +See Jay Edwards' [MouseDesk/DeskTop History](https://mirrors.apple2.org.za/ground.icaen.uiowa.edu/MiscInfo/Misc/mousedesk.info) +for more version information.