Releases: Limekiller/moodle-block_openai_chat
Releases · Limekiller/moodle-block_openai_chat
3.0.0
- Fix various UI issues when using Safari
- Fix various UI issues when using theme_remui
- Add support for new models
- Fix Behat test failure
- Fix an issue where settings.js tries to add an event listener even if it doesn't find the element
- Add alternative texts and labels for accessibility
- Fix an issue where, if a blank username is used, responses get truncated at the first colon
2.2.1
- Make OpenAI Chat logs accessible at the course level
- Fix an issue where, if no global API key was entered in the block settings, the block would remain inaccessible even if instance settings were enabled and an instance-level API key was added
- Fix an issue where icons were not displayed on sites that were not installed at the web root
- Correct an API version mismatch that prevented Assistants using GPT-4o from working correctly
2.2.0
- Update model list
- Use the V2 API for Assistants
- Use moustache templates for rendering
- Allow chat to pop out into modal window
- Allow admins to enable chat logging
- Implement privacy provider
2.1.2
- Only load settings when necessary
- Add Azure support
- Use hardcoded svgs
- Prevent sidebar from closing when osk pops up (hack for MDL-77957)
- Allow block in all contexts
- Print API errors in chat
2.0.1
- Fix an issue where, if an error is encountered on the OpenAI side during the API request, the chat window would display a blank message. Instead, the error will be printed in the chat window.