Open WebUI Context Menu version history - 2 versions
Open WebUI Context Menu by UnitedWeRide
Open WebUI Context Menu version history - 2 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 2.1.0
Released Nov 3, 2025 - 21.87 KBWorks with firefox 58.0 and laterChangelog - Version 2.1.0
New Features- Increased Custom Context Menu Items: Expanded from 2 to 8 custom context menu items (total of 10 prompts)
 - Dark Mode Toggle: Added a dark mode toggle switch beside the OpenWebUI Context Menu Settings title in options page
 - Enhanced Export/Import Functionality: Improved handling for exporting and importing settings with up to 8 custom context menus
 
Improvements- User Experience: Better UI organization and clearer labeling of features
 - Settings Management: Enhanced capability to manage more custom prompts and configurations
 - Code Structure: Refactored code to support the increased number of custom menu items
 
Bug Fixes- Context Menu Limitation Issue: Fixed error that was preventing addition of second custom context menu item (now allows up to 8)
 - Feature Toggle Saving: Fixed issue where feature toggles for custom context menu items were not being saved properly after page refresh
 - Data Handling: Improved handling of settings data for all custom context menus during export/import operations
 
Breaking Changes
None - All existing functionality remains compatible with previous versions. Settings from v2.0 will be automatically migrated.
Notes
This update significantly expands the customization capabilities of the extension while maintaining full backward compatibility.Source code released under MIT License
Older versions
Version 2.0.1
Released Oct 18, 2025 - 21.38 KBWorks with firefox 58.0 and laterOpenWebUI Context Menu – Version 2.0
Highlights- Custom Context Menu Items – Added ability to create unlimited custom context menu items with their own prompts and settings
 - Rename Default Items – Users can now rename the default "Ask OpenWebUI (Prompt 1)" and "Ask OpenWebUI (Prompt 2)" menu items
 - New "Add New" Button – Added a dedicated button in options to create new custom context menu items
 - Maximum 2 Custom Items – Limit of 2 custom context menu items to maintain usability (total of 4 prompts: 2 defaults + 2 custom)
 - Delete Functionality – Users can delete custom context menu items (default items cannot be deleted)
 - Persistent Settings – All new features are saved in the existing settings structure and exported/imported with JSON
 
Options UI (options.html + options.js)- Added "Add New Context Menu Item" button to create custom prompts
 - Custom context menus now have their own dedicated configuration section
 - Each custom menu item has:
 - Configurable title/name
 - Custom prompt template
 - Individual parameter settings (models, tools)
 - Feature toggle settings (web-search, code-interpreter, etc.)
 - Added delete functionality for custom items
 - All existing functionality remains unchanged
 
Storage schema- No changes to core storage structure
 - New 
customContextMenusarray added to store custom menu configurations - Each custom menu item includes:
 - Unique ID
 - Title/name
 - Prompt template
 - Settings object with parameters and feature toggles
 - Exported JSON now includes all custom context menus
 
User experience- Users can create up to 2 additional context menu items beyond the defaults
 - Custom items appear in the right-click context menu alongside default items
 - All settings are preserved when saving, exporting, or importing
 - Default items cannot be deleted but can be renamed via their title field
 
Backward Compatibility- Existing installations will not be affected by this update
 - All previous functionality continues to work exactly as before
 - Exported settings from v2.0 can be imported into any future version that supports the format
 
Source code released under MIT License