Skip to content

Add Open Recent submenu to File menu#6

Merged
Ceesaxp merged 2 commits into
masterfrom
feature/open-recent-menu
Apr 23, 2026
Merged

Add Open Recent submenu to File menu#6
Ceesaxp merged 2 commits into
masterfrom
feature/open-recent-menu

Conversation

@Ceesaxp
Copy link
Copy Markdown
Owner

@Ceesaxp Ceesaxp commented Apr 23, 2026

Summary

  • Adds File > Open Recent submenu that tracks previously opened files across sessions
  • Files registered via NSDocumentController.shared.noteNewRecentDocumentURL() on each open
  • Bumps version to 1.3.0 (build 7), updates CHANGELOG with v1.2.1 and v1.3.0 entries

Test plan

  • Open a CSV file, verify it appears in File > Open Recent
  • Select a file from Open Recent, verify it opens correctly
  • Click "Clear Menu", verify the list is cleared
  • Quit and relaunch, verify recent files persist

🤖 Generated with Claude Code

Andrei Popov and others added 2 commits April 23, 2026 14:46
Register opened files with NSDocumentController so they appear in
File > Open Recent. Selecting a recent file routes through the existing
application(_:openFile:) handler.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add v1.2.1 entry (row number gutter bug fix)
- Add v1.3.0 entry (Open Recent feature)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@Ceesaxp Ceesaxp merged commit c7b8c16 into master Apr 23, 2026
2 checks passed
@Ceesaxp Ceesaxp deleted the feature/open-recent-menu branch April 23, 2026 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant