1.0.2
Fix remaining Obsidian community store review issues:
- Remove navigator/moment usage in locale detection, use getLanguage() API
- Change Record<string, any> to Record<string, unknown> for type safety
- Change catch(error: any) to catch(error: unknown) in S3 client
- All previous fixes from 1.0.1: Platform API, Setting.setHeading(), CSS classes, activeDocument, setDestructive, FileManager.trashFile(), window.setTimeout/clearTimeout