Skip to content

1.0.2

Choose a tag to compare

@perinchiang perinchiang released this 11 Jun 03:03
· 4 commits to main since this release

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