Commit graph

21 commits

Author SHA1 Message Date
Mike Thicke
76dede4167 1.1.2 2026-05-15 16:23:43 -04:00
Mike Thicke
58783392ec 1.1.1 2026-05-15 16:08:39 -04:00
Mike Thicke
3a38933c52 1.1.0 2026-05-14 16:52:54 -04:00
Mike Thicke
0f6c1e582f Release fixes 2026-05-12 20:35:49 -04:00
Mike Thicke
3b5449c199 Store API keys in SecretStorage instead of plugin data
API keys for OpenAI, Anthropic, Google, and Perplexity now live in
app.secretStorage rather than the unencrypted plugin data file.
loadSettings runs a one-shot migration that copies any pre-existing
*ApiKey values into SecretStorage and strips them from saved data, so
upgrading users keep their keys without leaving an unencrypted copy
behind. Bumps minAppVersion to 1.11.4 (required by SecretStorage) and
the obsidian devDep to match. Addresses the plugin reviewer feedback
on PR obsidianmd/obsidian-releases#6690.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 20:56:38 +00:00
Mike Thicke
fc666d35af Version 1.0.10
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 09:15:28 -05:00
Mike Thicke
488a2eae86 Update manifest to match description in PR 2025-10-23 09:49:24 -04:00
Mike Thicke
5a6b97eeeb Version 1.0.9 2025-08-31 11:18:49 -04:00
Mike Thicke
117cbba7b1 Version bump to 1.0.8 2025-08-30 08:15:40 -04:00
Mike Thicke
b7c38856d6 Version bump to 1.0.7 2025-08-26 11:44:12 -04:00
Mike Thicke
31e42b6f06 Unit testing setup complete 2025-08-08 09:34:46 -04:00
Mike Thicke
eba15d47a1 Improve conformity to Obsidian plugin norms 2025-07-22 23:36:39 -04:00
Mike Thicke
edb1e2ac87 Update required Obsidian version and add versions.json 2025-06-23 15:07:58 -04:00
Mike Thicke
68d2123976 Fix note renaming. 2025-06-10 21:13:12 -04:00
Mike Thicke
d850094779 Version 1.0.3 2025-06-10 13:31:26 -04:00
Mike Thicke
ce82161b28 Add isDesktopOnly property to manifest 2025-06-10 13:30:50 -04:00
Mike Thicke
f65273f20d Revise release script to reflect directory structure of project 2025-06-10 12:41:08 -04:00
Mike Thicke
d27fd086f1 Updates to follow Obsidian Plugin guidelines 2025-06-10 10:37:49 -04:00
Mike Thicke
5e9dcc5109 Launch manifest 2025-06-09 16:07:00 -04:00
Mike Thicke
4cf8e32e63 Working chat with serialization and deserialization. 2025-05-05 12:14:59 -04:00
Mike Thicke
d5c22b469c Hello World 2025-04-17 13:48:50 -04:00