这是indexloc提供的服务,不要输入任何密码
Skip to content

Changelog 1.8.3 #179

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions pages/changelog/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"toc": true
}
},
"v1.8.3": {
"title": "v1.8.3",
"theme": {
"breadcrumb": true,
"footer": true,
"pagination": true,
"toc": true
}
},
"v1.8.2": {
"title": "v1.8.2",
"theme": {
Expand Down
34 changes: 34 additions & 0 deletions pages/changelog/v1.8.3.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: "v1.8.3"
description: "AnythingLLM Desktop v.1.8.3 Changelog"
---

import { Callout } from "nextra/components";

## Improvements:

- [x] [Authenticated Web-Scraping](/features/browser-tool) - AnythingLLM agents, flows, and the document collector can now scrape websites that require authentication or are paywalled!
- [x] Updated homepage checklist to include new "Connect to Community Hub" task
- [x] You can now seamlessly push new Agent Flows, System Prompts, and Slash Commands to the Community Hub from the AnythingLLM Desktop app
- [x] You can now disable streaming for the Generic OpenAI LLM provider
- [x] Added more translations (German, Korean, Estonian, Polish)

## Bug Fixes:

- [x] Migrated CMD+H to Cmd+Shift+H for home shortcut (broken hide command on MacOS)
- [x] Show Scrollbar toggle moved to `Chats` menu item
- [x] Added a tooltip hint when you are in a chat and the model is set to `Query Only` and you get the default response
- [x] Fixed broken YouTube transcript scraper
- [x] Fixed Reranker Tokenizer race condition
- [x] Fixed score reporting on Milvus, Zillz, and Pinecone



## Pinned Download Links

**Revision 1.8.3:**
- Mac (x86_64) [Download](https://cdn.anythingllm.com/legacy/1.8.3/AnythingLLMDesktop.dmg)
- Mac (Apple Silicon) [Download](https://cdn.anythingllm.com/legacy/1.8.3/AnythingLLMDesktop-Silicon.dmg)
- Windows [Download](https://cdn.anythingllm.com/legacy/1.8.3/AnythingLLMDesktop.exe)
- Windows (ARM) [Download](https://cdn.anythingllm.com/legacy/1.8.3/AnythingLLMDesktop-Arm64.exe)
- Linux (x86_64) [Download](https://cdn.anythingllm.com/legacy/1.8.3/AnythingLLMDesktop.AppImage)