Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
AnythingLLM 1.8.4 source code.tar.gz | 2025-07-16 | 7.7 MB | |
AnythingLLM 1.8.4 source code.zip | 2025-07-16 | 8.5 MB | |
README.md | 2025-07-16 | 2.1 kB | |
Totals: 3 Items | 16.1 MB | 54 |
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