From aabbd350fd4e83cddb270d2d63b4383e77d41867 Mon Sep 17 00:00:00 2001 From: duanfuxiang Date: Mon, 6 Jan 2025 19:16:45 +0800 Subject: [PATCH] chore: add changelog for initial release and version updates --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..f6f0796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog + +## v0.0.1 + +### Added +- Initial release of obsidian-infio-copilot plugin +- Basic functionality for AI-powered assistance in Obsidian +- Interactive chat with selected notes +- Smart autocomplete based on your notes +- Enhanced user experience with customizable prompts +- Integration with Obsidian's search functionality + +### Fixed +- Bug fixes and improvements + + +## v0.0.2 + +### Fixed +- Fixed memory leak in chat interface +- Corrected markdown rendering issues