2025-04-06 11:59:26 +00:00
# v0.9.39, build 214 (2025-04-06 10:18 UTC)
2025-04-04 14:52:33 +00:00
- Added UI for error handling to display any LLM provider issues.
2025-03-22 20:12:14 +00:00
- Added a feature flag for the plugin system. This flag is disabled by default and can be enabled inside the app settings. Please note that this feature is still in development; there are no plugins available yet.
2025-03-23 08:18:06 +00:00
- Added the Lua library we use for the plugin system to the about page.
2025-03-29 17:40:17 +00:00
- Added the plugin overview page. This page shows all installed plugins and allows you to enable or disable them. It is only available when the plugin preview feature is enabled.
2025-03-30 18:34:30 +00:00
- Added hot reloading for plugins. When any plugin is changed, the app will automatically reload the plugin without needing to restart the app.
2025-04-01 18:44:43 +00:00
- Added an API for streaming arbitrary local files to the embedding process. Thanks Nils `nilskruthoff` for this great contribution.
2025-04-06 09:53:14 +00:00
- Improved the provider deletion process: when there are issues, the user is notified and can choose to delete the provider anyway.
2025-04-04 21:06:42 +00:00
- Changed the update notification to use the default notification system at the bottom instead of the custom alert bar at the top.
2025-03-29 17:40:17 +00:00
- Fixed the preview tooltip component not showing the correct position when used inside a scrollable container.
2025-04-03 12:45:23 +00:00
- Upgraded to Rust v1.86.0
2025-04-06 10:09:05 +00:00
- Upgraded to MudBlazor v8.5.1
- Upgraded dependencies