What's Changed
- Added a Default timeline sort setting so new timeline and author views can start from either publish date or archive date.
- Improved cross-client tag sync: tag definition changes from another client now refresh the local tag cache and timeline automatically.
- Added support for media-note archive metadata, including meeting/audio note content types, media duration, speaker labels in transcripts, and
contentTypefrontmatter. - Addressed Obsidian plugin review warnings by removing unnecessary TypeScript assertions and replacing native confirm dialogs with Obsidian-style confirmation modals.
- Reduced noisy archive sync failures when a server-side archive has already been deleted; those queue items now stop retrying and fail cleanly.
- Updated vulnerable markdown and HTTP dependencies flagged during review.