From 21460fc35d96e1e9ead5e429c090d13c989875aa Mon Sep 17 00:00:00 2001 From: Noah Brier Date: Sun, 12 Oct 2025 21:43:38 -0400 Subject: [PATCH] chore: release v0.13.1 --- CHANGELOG.md | 21 ++++++++++++++++++++- package.json | 2 +- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b12333c..c589490 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,24 @@ and this project adheres to ## [Unreleased] +## [0.13.1] - 2025-10-13 + +### Fixed + +- Corrected hardcoded folder paths to use underscores instead of spaces + - Fixed `transcript-extract.sh`: `00 Inbox/Clippings` → `00_Inbox/Clippings/` + - Fixed `firecrawl-batch.sh`: `00 Inbox/Clippings` → `00_Inbox/Clippings/` + - Fixed `update-attachment-links.js`: `05 Attachments` → `05_Attachments` + - Fixed `fix-renamed-links.js`: `05 Attachments` → `05_Attachments` + - Fixed example paths in `GEMINI_VISION_QUICK_START.md` +- Removed security risk in `firecrawl-batch.sh` by eliminating `source ~/.zshrc` +- Corrected non-existent file references in Gemini Vision documentation + +### Added + +- Custom output directory flag (`-o|--output-dir`) for `firecrawl-batch.sh` +- Documentation for new output directory options in README.md + ## [0.13.0] - 2025-01-17 ### Added @@ -414,7 +432,8 @@ and this project adheres to - API keys stored in environment variables - .mcp.json gitignored for security -[Unreleased]: https://github.com/heyitsnoah/claudesidian/compare/v0.13.0...HEAD +[Unreleased]: https://github.com/heyitsnoah/claudesidian/compare/v0.13.1...HEAD +[0.13.1]: https://github.com/heyitsnoah/claudesidian/compare/v0.13.0...v0.13.1 [0.13.0]: https://github.com/heyitsnoah/claudesidian/compare/v0.12.1...v0.13.0 [0.12.1]: https://github.com/heyitsnoah/claudesidian/compare/v0.12.0...v0.12.1 [0.12.0]: https://github.com/heyitsnoah/claudesidian/compare/v0.11.0...v0.12.0 diff --git a/package.json b/package.json index 396f521..b6f19a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claudesidian", - "version": "0.13.0", + "version": "0.13.1", "description": "Claude Code + Obsidian Starter Kit - AI-powered second brain", "type": "module", "scripts": {