22
33All notable changes to this project will be documented in this file.
44
5- ## [ 1.7.1 ] - 2026-03-10
5+ ## [ 1.8.0 ] - 2026-03-10
66
77### Added
8- - Save Contents... (Cmd+S): save terminal scrollback and screen buffer to a
9- plain text file via SFPutFile dialog. Creates TEXT/ttxt files readable by
10- TeachText. Default filename is the connection hostname.
11- - New savefile.c/savefile.h module for file save functionality
12- - System 7 improvements (all conditional, System 6 unchanged):
8+ - System 7 improvements (all conditional, System 6 behavior unchanged):
139 - MultiFinder suspend/resume: proper app4Evt handling, cursor blink stops
1410 when backgrounded, WaitNextEvent sleep increases to 60 ticks when suspended
1511 - Required Apple Events: kAEOpenApplication, kAEQuitApplication handlers
@@ -21,6 +17,18 @@ All notable changes to this project will be documented in this file.
2117 - Machine type in About dialog: shows "Running on Macintosh Plus" (or SE,
2218 II, IIci, etc.) via Gestalt
2319
20+ ### Changed
21+ - About dialog simplified per Apple HIG: condensed to app name/version,
22+ machine type, copyright, and GitHub link
23+
24+ ## [ 1.7.1] - 2026-03-10
25+
26+ ### Added
27+ - Save Contents... (Cmd+S): save terminal scrollback and screen buffer to a
28+ plain text file via SFPutFile dialog. Creates TEXT/ttxt files readable by
29+ TeachText. Default filename is the connection hostname.
30+ - New savefile.c/savefile.h module for file save functionality
31+
2432### Changed
2533- File menu reorganized per Apple HIG:
2634 - "Save Contents..." (Cmd+S) in its own section
@@ -32,8 +40,6 @@ All notable changes to this project will be documented in this file.
3240 convention for Cmd+S = save to file)
3341- "Add Bookmark..." is now a dynamic menu item, enabling proper bookmark
3442 section grouping with Bookmarks... as the section leader
35- - About dialog simplified per Apple HIG: condensed to app name/version,
36- machine type, copyright, and GitHub link
3743
3844## [ 1.7.0] - 2026-03-10
3945
0 commit comments