mirror of
https://github.com/arshiaecho/obsidian-granola-api-sync.git
synced 2026-07-22 08:31:27 +00:00
- 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>
5 lines
70 B
JSON
5 lines
70 B
JSON
{
|
|
"1.0.0": "1.5.0",
|
|
"1.0.1": "1.5.0",
|
|
"1.0.2": "1.13.0"
|
|
}
|