Releases: ioBroker/ioBroker.javascript
Releases · ioBroker/ioBroker.javascript
Release v9.1.1
- (GermanBluefox) Small GUI optimizations
- Added support for custom OpenAI-compatible API endpoints (e.g. Ollama, LM Studio, Google Gemini, DeepSeek, OpenRouter)
- Added configurable base URL in adapter settings
- Models are now fetched dynamically from the configured API endpoint
- Added the "Test API connection" button in adapter settings
- Added error handling with user-friendly messages for unreachable providers
- Added retry functionality for failed model loading
- All API calls (models + chat) are proxied server-side to avoid CORS issues with local providers
- Strip LLM thinking artifacts from responses (for local models like Ollama)
Release v9.1.0
- Added support for custom OpenAI-compatible API endpoints (e.g. Ollama, LM Studio, Google Gemini, DeepSeek, OpenRouter)
- Added configurable base URL in adapter settings
- Models are now fetched dynamically from the configured API endpoint
- Added the "Test API connection" button in adapter settings
- Added error handling with user-friendly messages for unreachable providers
- Added retry functionality for failed model loading
- All API calls (models + chat) are proxied server-side to avoid CORS issues with local providers
- Strip LLM thinking artifacts from responses (for local models like Ollama)
Release v9.0.18
- (@GermanBluefox) Corrected error message with
lastSync - (@klein0r) Corrected JavaScript filter
Release v9.0.17
- (@GermanBluefox) Added possibility to encrypt scripts with password (only for vendors)
Release v9.0.12
- (@GermanBluefox) Added possibility to encrypt scripts with password (only for vendors)
Release v9.0.11
- (@GermanBluefox) Corrected the rule editor if the condition is empty
- (@GermanBluefox) Corrected types for TypeScript
Release v9.0.10
- (@klein0r) Added Blockly block to format a numeric value
- (@GermanBluefox) Fixing some blocks in blockly: cron, time
- (@GermanBluefox) Added new block: "unconditional return"
- (@GermanBluefox) Type definitions for TypeScript were updated
- (@GermanBluefox) Corrected bug with deleting of sub-folders
Release v9.0.9
- (@klein0r) Added Blockly block to format a numeric value
- (@GermanBluefox) Fixing some blocks in blockly: cron, time
Release v9.0.8
- (@klein0r) Added Blockly block to format a numeric value
- (@GermanBluefox) Fixing some blocks in blockly: cron, time
Release v9.0.7
- (@GermanBluefox) Fixing some blocks in blockly: time, function