mirror of
https://github.com/echore/vault-autopilot.git
synced 2026-07-22 08:34:00 +00:00
release: 0.4.0 (publish dates in notes and gallery, Live Preview embed fix, SOP sync)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
a7fd3dab55
commit
f8bb01fbee
3 changed files with 10 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue