update 1.8.3 tags for release (#4109)

* update 1.8.3 tags for release

* whoops, botched news
This commit is contained in:
Timothy Carambat 2025-07-09 12:17:56 -07:00 committed by GitHub
parent 58f8607094
commit 8001d9ddeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 30 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "anything-llm-document-collector",
"version": "1.8.2",
"version": "1.8.3",
"description": "Document collector server endpoints",
"main": "index.js",
"author": "Timothy Carambat (Mintplex Labs)",

View File

@ -169,7 +169,7 @@ USER anythingllm
# Setup the environment
ENV NODE_ENV=production
ENV ANYTHING_LLM_RUNTIME=docker
ENV DEPLOYMENT_VERSION=1.8.2
ENV DEPLOYMENT_VERSION=1.8.3
# Setup the healthcheck
HEALTHCHECK --interval=1m --timeout=10s --start-period=1m \

View File

@ -0,0 +1,25 @@
[
{
"thumbnail_url": "https://cdn.anythingllm.com/support/announcements/assets/private-browsing.png",
"title": "Private Web Scraping",
"short_description": "Scrape private, gated, or authenticated websites using the browser tool.",
"goto": "https://docs.anythingllm.com/features/browser-tool",
"author": "AnythingLLM",
"date": "July 8, 2025"
},
{
"thumbnail_url": "https://cdn.anythingllm.com/support/announcements/assets/mobile.png",
"title": "AnythingLLM Mobile Beta",
"short_description": "AnythingLLM on-device, offline, and private. Syncs with AnythingLLM.",
"goto": "https://docs.google.com/forms/d/e/1FAIpQLSdrMRCUXVDWKrtNTcHzVcHQk_SRoiT8X8tiawTFtAhjMq_L6Q/viewform",
"author": "AnythingLLM",
"date": "July 3, 2025"
},
{
"title": "Community Hub updates",
"short_description": "You can now easily push and pull Agent Flows, System Prompts, and more to the AnythingLLM Community Hub.",
"goto": "https://hub.anythingllm.com",
"author": "AnythingLLM",
"date": "June 25, 2025"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

View File

@ -1 +1,2 @@
2025-07-08.json
2025-04-08.json

View File

@ -1,6 +1,6 @@
{
"name": "anything-llm",
"version": "1.8.2",
"version": "1.8.3",
"description": "The best solution for turning private documents into a chat bot using off-the-shelf tools and commercially viable AI technologies.",
"main": "index.js",
"type": "module",

View File

@ -1,6 +1,6 @@
{
"name": "anything-llm-server",
"version": "1.8.2",
"version": "1.8.3",
"description": "Server endpoints to process or create content for chatting",
"main": "index.js",
"author": "Timothy Carambat (Mintplex Labs)",