December 13th, 2025

Import Button Always Visible (Story 8.9) - Manual path selection for non-default installations
Import button now always visible in WelcomeModal regardless of auto-detection
File selection step when Addon Linker not auto-detected at default path
Native file picker with INI file filter for manual path selection
Path validation before proceeding to import preview
Auto-detected flow unchanged (skips file selection step)
Import Completion Date Display - Track and show last import date
Shows "(Completed Friday, December 12th, 2025)" after successful import
Amber highlight only shown when detected AND not yet imported
Date persisted in import_history table, retrieved on app load
Dynamic Version Display - WelcomeModal shows actual app version
"What's new in v0.9.4" link with dynamic version from Tauri API
Fallback to "What's new in the latest version" if version unavailable
Addon Linker INI validation now correctly identifies non-standard INI format
Previously checked for [Paths] and [Settings] sections which don't exist
Now validates presence of MyAddons_Path= or MSFSCommunity_Path= keys
New Tauri commands: check_addon_linker_detected, validate_addon_linker_ini
Updated get_addon_linker_preview and import_addon_linker_data to accept optional iniPath parameter
Extended useAddonLinkerDetection hook with lastImportDate field
New tests for file selection flow and completion date display