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!