diff --git a/CHANGELOG.md b/CHANGELOG.md index fc86cea..a309053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.4.0 + +- Video notes now carry the video's original publish date (`published_at`) in frontmatter; existing notes are backfilled on the next upsert from the same video. +- Gallery cards show the publish date, falling back to the clip date when the platform does not expose one. +- The 16:9 wide-embed fix now also applies in Live Preview, not only Reading view. +- Bundled analysis SOPs (cover, hook, keyframe) synced with the latest rewritten vault versions. + ## 0.3.0 - Video library gallery: a ribbon icon opens a native cover-card view of every video note, no Dataview or CSS snippets needed. Filter chips are data driven: platforms (when more than one), analysis dimensions (localized), deep dives (when present), and frequent creators. Cards open their notes; the view refreshes as new clips arrive. diff --git a/manifest.json b/manifest.json index a76d539..eeeb41b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-autopilot", "name": "Vault Autopilot", - "version": "0.3.0", + "version": "0.4.0", "minAppVersion": "1.4.0", "description": "Receive screenshots and video frames from the Obsidian Visual Clipper Chrome extension over a local port and write structured notes into your vault.", "author": "liyachen", diff --git a/versions.json b/versions.json index 2640d8b..0781eb1 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "0.1.0": "1.4.0", "0.2.0": "1.4.0", - "0.3.0": "1.4.0" + "0.3.0": "1.4.0", + "0.4.0": "1.4.0" }