New Features
- Gemini 3.1 Pro models - Added support for Gemini 3.1 Pro Preview and Gemini 3.1 Pro Preview (Custom Tools) models
- Browse all workflows - New "Browse all workflows" option in the Workflow panel dropdown to search and run workflows across your entire vault
- Retry from arbitrary step - Retry workflow execution from any step in the execution history, not just from errors
- Variable expansion in execution history - View resolved variable values in workflow execution history for easier debugging
- responseType property for HTTP node - Override content-type auto-detection (auto, text, binary) in workflow http nodes
Improvements
- Edit history migrated to in-memory storage - Edit history is now stored in memory instead of vault files, reducing file clutter (cleared on Obsidian restart; use Obsidian's built-in file recovery for persistent tracking)
- Encryption security - Skip variable snapshots after reading encrypted files when history is unencrypted, preventing decrypted content from leaking into plain-text history files
- RAG + function calling - Automatically disable function calling when RAG is enabled (Gemini API limitation)
- Translation sync - Updated all 8 languages (de, es, fr, it, ja, ko, pt, zh) with ~100+ missing i18n keys for edit history, encryption, MCP servers, and other recent features
Bug Fixes
- Fix workflow not stopping on API errors (e.g., 503)