mirror of
https://github.com/djayatillake/obsidian-llm-tagger.git
synced 2026-07-22 05:37:59 +00:00
release notes
This commit is contained in:
parent
eae57c5d86
commit
53a567cdf9
1 changed files with 23 additions and 0 deletions
23
release-notes-v1.1.1.md
Normal file
23
release-notes-v1.1.1.md
Normal file
|
|
@ -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!
|
||||
Loading…
Reference in a new issue