From f8bb01fbee2c7da61f1c131abc13df1bf4a3eff1 Mon Sep 17 00:00:00 2001 From: liyachen Date: Fri, 17 Jul 2026 21:45:08 -0400 Subject: [PATCH] release: 0.4.0 (publish dates in notes and gallery, Live Preview embed fix, SOP sync) Co-Authored-By: Claude Fable 5 --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- versions.json | 3 ++- 3 files changed, 10 insertions(+), 2 deletions(-) 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" }