diff --git a/collector/package.json b/collector/package.json index 19c29848b77..160364f588c 100644 --- a/collector/package.json +++ b/collector/package.json @@ -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)", diff --git a/docker/Dockerfile b/docker/Dockerfile index f9ffbd55eb1..4b85dd9d29e 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 \ diff --git a/extras/support/announcements/2025-07-08.json b/extras/support/announcements/2025-07-08.json new file mode 100644 index 00000000000..2fb306e88bb --- /dev/null +++ b/extras/support/announcements/2025-07-08.json @@ -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" + } +] \ No newline at end of file diff --git a/extras/support/announcements/assets/mobile.png b/extras/support/announcements/assets/mobile.png new file mode 100644 index 00000000000..f11dd38ba1a Binary files /dev/null and b/extras/support/announcements/assets/mobile.png differ diff --git a/extras/support/announcements/assets/private-browsing.png b/extras/support/announcements/assets/private-browsing.png new file mode 100644 index 00000000000..966a7c418f0 Binary files /dev/null and b/extras/support/announcements/assets/private-browsing.png differ diff --git a/extras/support/announcements/list.txt b/extras/support/announcements/list.txt index 03eac2b6e78..8ca271444e8 100644 --- a/extras/support/announcements/list.txt +++ b/extras/support/announcements/list.txt @@ -1 +1,2 @@ +2025-07-08.json 2025-04-08.json \ No newline at end of file diff --git a/package.json b/package.json index b4ce57f3b4c..4a7a40e47e9 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/server/package.json b/server/package.json index 7fb19a9bbff..bab1a14c7ab 100644 --- a/server/package.json +++ b/server/package.json @@ -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)",