Commit graph

3 commits

Author SHA1 Message Date
Arshia Navabi
cc1daf13a5
1.0.2: address community-directory review findings
- Settings: migrate to declarative getSettingDefinitions API (1.13+),
  drop deprecated display()/setDynamicTooltip; minAppVersion -> 1.13.0
- Types: generic apiGet<T>, typed list response, no unsafe any assignment
- Promises: void-mark fire-and-forget sync() call sites
- sanitizeFilename: replace control-char regex range with charCode filter
- Build: replace builtin-modules dep with node:module builtinModules
- Release: GitHub Actions workflow with artifact attestations;
  release assets now only main.js + manifest.json (versions.json stays in repo)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 23:58:37 -07:00
Arshia Navabi
85d6a4f95e
1.0.1: sync on window focus (macOS App Nap suspends interval timers while hidden)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 16:39:26 -07:00
Arshia Navabi
04fe9dce89
Granola API Sync 1.0.0: official-API-based sync for notes + full transcripts
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 14:23:34 -07:00