From d052f4c00733eaf62f77527370e6d11817eefe39 Mon Sep 17 00:00:00 2001 From: Noah Brier Date: Sat, 13 Sep 2025 21:53:02 -0400 Subject: [PATCH] chore: release v0.8.5 --- CHANGELOG.md | 13 ++++++++++++- package.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62ffba2..de093c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.5] - 2025-01-13 + +### Fixed +- Upgrade command now works without git connection for disconnected users +- Clone latest version to .tmp/ directory instead of requiring upstream remote +- Use .tmp/ instead of /tmp/ to hide upgrade files from Obsidian +- Added user choice prompt when local modifications are detected +- Added verification step to ensure all files were properly addressed +- Added .tmp/ to .gitignore for cleaner repository + ## [0.8.4] - 2025-01-13 ### Fixed @@ -212,7 +222,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - API keys stored in environment variables - .mcp.json gitignored for security -[Unreleased]: https://github.com/heyitsnoah/claudesidian/compare/v0.8.4...HEAD +[Unreleased]: https://github.com/heyitsnoah/claudesidian/compare/v0.8.5...HEAD +[0.8.5]: https://github.com/heyitsnoah/claudesidian/compare/v0.8.4...v0.8.5 [0.8.4]: https://github.com/heyitsnoah/claudesidian/compare/v0.8.3...v0.8.4 [0.8.3]: https://github.com/heyitsnoah/claudesidian/compare/v0.8.2...v0.8.3 [0.8.2]: https://github.com/heyitsnoah/claudesidian/compare/v0.8.1...v0.8.2 diff --git a/package.json b/package.json index ab13802..db734d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claudesidian", - "version": "0.8.4", + "version": "0.8.5", "description": "Claude Code + Obsidian Starter Kit - AI-powered second brain", "type": "module", "scripts": {