v1.8.4
Mintplex-Labs/anything-llmv1.8.4Jul 16, 2025by timothycarambat
AI Summary
A minor patch focusing on UI stability, search functionality, and SQL database support improvements.
Key Highlights
- Workspace & Thread searching now available on the sidebar.
- SQL Preflight connection validation.
- Sticky codeblock headers while scrolling.
- Codeblock max width to prevent long string overflows.
New Features
- Workspace and thread search.
- SQL preflight connection validation.
- Sticky code block header.
- Max codeblock width.
- Option to enable encryption on MSSQL Server db.
Full Release Notes
_this is a minor patch update_ ## Notable Changes - Workspace & Thread searching now on the sidebar - SQL Preflight connection validation (finally) - Sticky codeblock headers while scrolling - Codeblock max width to prevent long string overflows in the UI ## What's Changed * Handle BigInt in message response by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/4110 * Configurable message limit for embed chat widget by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/4114 * Add ability to search workspace and threads by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/4120 * docs(i18n): Complete missing Chinese translations by @zz22558822 in https://github.com/Mintplex-Labs/anything-llm/pull/4123 * Fix chunking/snippet logs for clarity by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/4129 * Sticky code block header by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/4130 * docs(zh-cn): Update and improve Simplified Chinese translations by @ChenJiahao1 in https://github.com/Mintplex-Labs/anything-llm/pull/4137 * Sanitize youtube transcription file paths by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/4148 * Add option to enable encryption on MSSQL Server db by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/4134 * Migrate text size menu to embedded tooltip by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/4147 * set max codeblock width to prevent overflows by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/4157 * SQL preflight connection validation by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/4150 ## New Contributors * @zz22558822 made their first contribution in https://github.com/Mintplex-Labs/anything-llm/pull/4123 * @ChenJiahao1 made their first contribution in https://github.com/Mintplex-Labs/anything-llm/pull/4137 **Full Changelog**: https://github.com/Mintplex-Labs/anything-llm/compare/v1.8.3...v1.8.4