[PR #5013] [MERGED] Pg 1.11.0 #4864

Closed
opened 2026-02-22 18:36:41 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/5013
Author: @timothycarambat
Created: 2/18/2026
Status: Merged
Merged: 2/18/2026
Merged by: @timothycarambat

Base: pgHead: pg-1.11.0


📝 Commits (10+)

📊 Changes

245 files changed (+10048 additions, -5884 deletions)

View changed files

📝 .github/workflows/build-and-push-pg-image.yaml (+1 -1)
.github/workflows/build-qa-tag.yaml (+68 -0)
.github/workflows/cleanup-qa-tag.yaml (+26 -0)
📝 .github/workflows/dev-build.yaml (+17 -17)
📝 README.md (+6 -4)
📝 cloud-deployments/helm/charts/anythingllm/README.md (+2 -2)
📝 cloud-deployments/helm/charts/anythingllm/README.md.gotmpl (+1 -1)
📝 cloud-deployments/helm/charts/anythingllm/values.yaml (+1 -1)
📝 collector/package.json (+1 -1)
📝 collector/utils/extensions/DrupalWiki/DrupalWiki/index.js (+8 -2)
📝 collector/utils/extensions/YoutubeTranscript/index.js (+25 -3)
📝 docker/.env.example (+10 -0)
📝 docker/Dockerfile (+1 -1)
extras/translator/.env.example (+2 -0)
extras/translator/README.md (+28 -0)
extras/translator/index.mjs (+250 -0)
📝 frontend/eslint.config.js (+51 -17)
📝 frontend/package.json (+1 -0)
📝 frontend/public/anything-llm-dark.png (+0 -0)
📝 frontend/public/anything-llm-light.png (+0 -0)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/5013 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 2/18/2026 **Status:** ✅ Merged **Merged:** 2/18/2026 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `pg` ← **Head:** `pg-1.11.0` --- ### 📝 Commits (10+) - [`f52e286`](https://github.com/Mintplex-Labs/anything-llm/commit/f52e2866acc11f1d5a6e1c7cb87c3d8ce8eb6bb4) Update common.js (#4894) - [`39e6ccd`](https://github.com/Mintplex-Labs/anything-llm/commit/39e6ccdaa3c676c7cfc93ed2e45d38fbe5cb40de) Add keyboard shortcuts to scroll to top and bottom of chat history (#4870) - [`2dc6251`](https://github.com/Mintplex-Labs/anything-llm/commit/2dc625193ee4163bb7373a41af075e471e991836) 4825 patch yt file collector api (#4904) - [`afa3073`](https://github.com/Mintplex-Labs/anything-llm/commit/afa3073893578f09d99811fa278dddedec794822) Refine and Standardize Username Constraints (#4828) - [`8f59297`](https://github.com/Mintplex-Labs/anything-llm/commit/8f5929712c92d1d616ab6b0ca432b60883301850) New login page UI (#4862) - [`cd5530d`](https://github.com/Mintplex-Labs/anything-llm/commit/cd5530de396bcce697b96f35d2d0781c327730e0) [Chore] Autotranslation tool using DMR (#4907) - [`64bff91`](https://github.com/Mintplex-Labs/anything-llm/commit/64bff919986df7d2b08003d4abb6c3cc50ed16d1) Persist Ollama context preferences in LC tools (#4908) - [`fe78e1c`](https://github.com/Mintplex-Labs/anything-llm/commit/fe78e1c667b1b7f79b04f7674de9429b656f4969) Refactor Ollama context window setting (#4909) - [`d36dc0f`](https://github.com/Mintplex-Labs/anything-llm/commit/d36dc0f8a50d72a0daf9b491253372c9a6a334d9) fix log line - [`246969e`](https://github.com/Mintplex-Labs/anything-llm/commit/246969eede8dbc45c5c2dfb69b68716690dfffa9) resolves #4913, remove non-const vars ### 📊 Changes **245 files changed** (+10048 additions, -5884 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-and-push-pg-image.yaml` (+1 -1) ➕ `.github/workflows/build-qa-tag.yaml` (+68 -0) ➕ `.github/workflows/cleanup-qa-tag.yaml` (+26 -0) 📝 `.github/workflows/dev-build.yaml` (+17 -17) 📝 `README.md` (+6 -4) 📝 `cloud-deployments/helm/charts/anythingllm/README.md` (+2 -2) 📝 `cloud-deployments/helm/charts/anythingllm/README.md.gotmpl` (+1 -1) 📝 `cloud-deployments/helm/charts/anythingllm/values.yaml` (+1 -1) 📝 `collector/package.json` (+1 -1) 📝 `collector/utils/extensions/DrupalWiki/DrupalWiki/index.js` (+8 -2) 📝 `collector/utils/extensions/YoutubeTranscript/index.js` (+25 -3) 📝 `docker/.env.example` (+10 -0) 📝 `docker/Dockerfile` (+1 -1) ➕ `extras/translator/.env.example` (+2 -0) ➕ `extras/translator/README.md` (+28 -0) ➕ `extras/translator/index.mjs` (+250 -0) 📝 `frontend/eslint.config.js` (+51 -17) 📝 `frontend/package.json` (+1 -0) 📝 `frontend/public/anything-llm-dark.png` (+0 -0) 📝 `frontend/public/anything-llm-light.png` (+0 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:36:41 -05:00
yindo closed this issue 2026-02-22 18:36:41 -05:00
yindo changed title from [PR #5013] Pg 1.11.0 to [PR #5013] [MERGED] Pg 1.11.0 2026-06-05 15:20:46 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4864