Releases: newtextdoc1111/ComfyUI-Autocomplete-Plus
Releases · newtextdoc1111/ComfyUI-Autocomplete-Plus
v1.11.0
What's Changed
- feat: Add artist tag prefix to settings by @bedovyy (#65)
- feat: Add debounced search for autocomplete
- fix: Support new 'element' prop in comfyui frontend by @sebagallo (#67)
New Contributors
- @bedovyy made their first contribution in #65
- @sebagallo made their first contribution in #67
Thank you for your contribution!
Full Changelog: v1.10.0...v1.11.0
v1.10.0
What's Changed
- Added "Trim Surrounding Spaces" setting to auto-formatting feature by @BlakeNeko (#58)
Full Changelog: v1.9.0...v1.10.0
v1.9.0
What's Changed
- Added "Add Trailing Comma" setting to auto-formatting feature by @BlakeNeko (#53)
- Added feature to display tag Wiki pages (#45)
- You can open a tag's Wiki page by clicking the "📖" icon in the tag list or by pressing the
F1key when a tag is selected via keyboard - In the related tags display, you can open the Wiki page by clicking the tag name in the header, or by pressing the
F1key before using arrow keys
- You can open a tag's Wiki page by clicking the "📖" icon in the tag list or by pressing the
Note
Wiki page links are displayed only for general, character, copyright, and artist category tags. meta tags are excluded as they may include user-defined custom tags.
Full Changelog: v1.8.0...v1.9.0
v1.8.0
What's Changed
- Added prompt auto-formatting feature by @BlakeNeko
- Implemented an auto-formatting feature that removes extra commas and spaces from text areas. Please check the documentation for detailed usage.
New Contributors
- @BlakeNeko made their first contribution in #49
Thank you for your contribution!
Full Changelog: v1.7.2...v1.8.0
v1.7.2
What's Changed
- Fixed tag coloring not working (regression introduced in fix for #46)
Full Changelog: v1.7.1...v1.7.2
v1.7.1
What's Changed
- fix: Wrong format for LoRA tags on mouse click insertion (#46)
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What's Changed
- Added default weight (
:1.0) when inserting loras (#46) - Added auto-insert comma setting for tag insertion (#44)
- Added Japanese, Chinese (Simplified and Traditional) localization for setting screen (#35)
- Updated setting IDs to follow i18n-friendly naming conventions
Note
- Due to i18n (internationalization) implementation, all settings will be reset to their default values. Please reconfigure your settings after updating
- Chinese translations were generated using Claude AI (machine translation)
Full Changelog: v1.6.1...v1.7.0
v1.6.1
What's Changed
- fix: Fixed an issue where parentheses
()were being escaped during bulk tag insertion (#36) - docs: Added documentation for Bulk Tag Insertion (Pseudo "Chants")
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- feat: Add setting to replace underscores with spaces in tag insertion (#39)
- fix: Fix TagData creation for invalid tag in RelatedTagsUI
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- Added
Hide Aliasoption to hide aliases in autocomplete and related tags display (#33) - Removed the tag category column and changed it to display as a tooltip when hovering over tags
Note
- When Hide Alias is enabled, the alias column is hidden in both autocomplete and related tags display
- Even when aliases are hidden, candidates will still be shown if the input text matches an alias