|
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
+## [0.5.7] - 2025-01-23
|
|
|
+
|
|
|
+### Added
|
|
|
+
|
|
|
+- **🌍 Enhanced Internationalization (i18n)**: Refined and expanded translations for greater global accessibility and a smoother experience for international users.
|
|
|
+
|
|
|
+### Fixed
|
|
|
+
|
|
|
+- **🔗 Connection Model ID Resolution**: Resolved an issue preventing model IDs from registering in connections.
|
|
|
+- **💡 Prefix ID for Ollama Connections**: Fixed a bug where prefix IDs in Ollama connections were non-functional.
|
|
|
+- **🔧 Ollama Model Enable/Disable Functionality**: Addressed the issue of enable/disable toggles not working for Ollama base models.
|
|
|
+- **🔒 RBAC Permissions for Tools and Models**: Corrected incorrect Role-Based Access Control (RBAC) permissions for tools and models, ensuring that users now only access features according to their assigned privileges, enhancing security and role clarity.
|
|
|
+
|
|
|
## [0.5.6] - 2025-01-22
|
|
|
|
|
|
### Added
|