From 53a567cdf9851e6918f920929fd541b026869c3d Mon Sep 17 00:00:00 2001 From: djayatillake Date: Wed, 2 Apr 2025 20:54:32 +0100 Subject: [PATCH] release notes --- release-notes-v1.1.1.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 release-notes-v1.1.1.md diff --git a/release-notes-v1.1.1.md b/release-notes-v1.1.1.md new file mode 100644 index 0000000..bad2969 --- /dev/null +++ b/release-notes-v1.1.1.md @@ -0,0 +1,23 @@ +# LLM Tagger 1.1.1 Release + +## What's New in 1.1.1 + +This release adds more granular control over tagging operations with new features for managing individual files: + +### New Features +- **Untag All Documents**: Remove tags and summaries from all files with a single click +- **Current Document Operations**: Tag or untag just the file you're working on +- **Improved UI Organization**: Separate sections for bulk operations and current document operations +- **New Commands**: Added commands to tag and untag the current document + +## Installation + +1. Download the `main.js` and `manifest.json` files +2. Place them in your vault's `.obsidian/plugins/obsidian-llm-tagger/` directory +3. Reload Obsidian and enable the plugin in Community Plugins settings + +## Feedback + +If you encounter any issues or have suggestions for improvements, please open an issue on GitHub. + +Thank you for using LLM Tagger!