Skip to content

Commit 79f3b0b

Browse files
ecliptikclaude
andcommitted
Bump version to v1.8.0, consolidate changelog for release
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f252891 commit 79f3b0b

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
lines changed

CHANGELOG.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@
22

33
All 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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.9)
2-
project(Flynn VERSION 1.7.1)
2+
project(Flynn VERSION 1.8.0)
33

44
add_application(Flynn
55
src/main.c

docs/About Flynn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=====================================================
22
Flynn
33
Telnet Client for Macintosh
4-
Version 1.7.1
4+
Version 1.8.0
55
=====================================================
66

77
Connect your classic Macintosh to the modern world.

resources/telnet.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ resource 'DITL' (130, "About Flynn") {
180180

181181
/* 3: App name + version */
182182
{10, 55, 30, 280},
183-
StaticText { disabled, "Flynn 1.7.1" };
183+
StaticText { disabled, "Flynn 1.8.0" };
184184

185185
/* 4: Machine type (set at runtime) */
186186
{33, 55, 49, 280},

0 commit comments

Comments
 (0)