[PR #5329] [MERGED] 1.12.0 pg #5410

Closed
opened 2026-06-05 15:21:16 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

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

Base: pgHead: 1.12.0-pg


📝 Commits (10+)

  • 114204b fix: typo in contribution guidelines, update project metadata and pull_request_temp...md (#5010)
  • e4022d3 bump copyright year
  • eaa35eb feat: update light mode UI sidebar (#4996)
  • a961fb8 fix(frontend): fix event listener memory leak in useIsDisabled hook (#5027)
  • e025df9 feat: dedicated dark theme option with system preference support (#5007)
  • 87b7c44 fix cleanup pr workflow
  • 907bd09 Merge branch 'master' of github.com:Mintplex-Labs/anything-llm
  • d325b07 Implement new home page redesign (#4931)
  • c927eda fix: GitLab connector infinite loop and rate limit crash for large repos (#5021)
  • 55dc0da fix: add password character validation to onboarding single-user setup (#5037)

📊 Changes

258 files changed (+25747 additions, -1481 deletions)

View changed files

📝 .github/workflows/build-and-push-pg-image.yaml (+1 -1)
📝 README.md (+12 -21)
📝 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/__tests__/utils/downloadURIToFile/index.test.js (+96 -0)
📝 collector/index.js (+1 -0)
📝 collector/processLink/helpers/index.js (+14 -2)
📝 collector/processSingleFile/convert/asAudio.js (+3 -3)
📝 collector/processSingleFile/convert/asDocx.js (+2 -2)
📝 collector/processSingleFile/convert/asEPub.js (+2 -2)
📝 collector/processSingleFile/convert/asImage.js (+2 -2)
📝 collector/processSingleFile/convert/asMbox.js (+2 -2)
📝 collector/processSingleFile/convert/asOfficeMime.js (+2 -2)
📝 collector/processSingleFile/convert/asPDF/index.js (+2 -2)
📝 collector/processSingleFile/convert/asTxt.js (+2 -2)
📝 collector/processSingleFile/convert/asXlsx.js (+1 -1)
📝 collector/processSingleFile/index.js (+13 -5)
📝 collector/utils/constants.js (+10 -0)
📝 collector/utils/downloadURIToFile/index.js (+41 -5)

...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/5329 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 4/2/2026 **Status:** ✅ Merged **Merged:** 4/2/2026 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `pg` ← **Head:** `1.12.0-pg` --- ### 📝 Commits (10+) - [`114204b`](https://github.com/Mintplex-Labs/anything-llm/commit/114204be6ea9a1ee00687b4e1a08552eeccd7cd2) fix: typo in contribution guidelines, update project metadata and pull_request_temp...md (#5010) - [`e4022d3`](https://github.com/Mintplex-Labs/anything-llm/commit/e4022d331b39cc9bafa8b969a4ddaefc31a4faf7) bump copyright year - [`eaa35eb`](https://github.com/Mintplex-Labs/anything-llm/commit/eaa35eba618a11e5db035875795556c458de7e0d) feat: update light mode UI sidebar (#4996) - [`a961fb8`](https://github.com/Mintplex-Labs/anything-llm/commit/a961fb8f75a460e1392f4646e379c1917cdf1357) fix(frontend): fix event listener memory leak in useIsDisabled hook (#5027) - [`e025df9`](https://github.com/Mintplex-Labs/anything-llm/commit/e025df9b87e25013fb4205b6c229cee8c7359361) feat: dedicated dark theme option with system preference support (#5007) - [`87b7c44`](https://github.com/Mintplex-Labs/anything-llm/commit/87b7c4484094ef54aad8f1438ac2df04fed99a2e) fix cleanup pr workflow - [`907bd09`](https://github.com/Mintplex-Labs/anything-llm/commit/907bd09faf9c60e08bc6e92716deb89c8f3ee587) Merge branch 'master' of github.com:Mintplex-Labs/anything-llm - [`d325b07`](https://github.com/Mintplex-Labs/anything-llm/commit/d325b07182bc3c5925d98712a2790d39989e87a3) Implement new home page redesign (#4931) - [`c927eda`](https://github.com/Mintplex-Labs/anything-llm/commit/c927eda18fa6c7d7d6fa2cbf03cf9c9bfaa74f78) fix: GitLab connector infinite loop and rate limit crash for large repos (#5021) - [`55dc0da`](https://github.com/Mintplex-Labs/anything-llm/commit/55dc0da488282600752b0135d6d5096571a335e2) fix: add password character validation to onboarding single-user setup (#5037) ### 📊 Changes **258 files changed** (+25747 additions, -1481 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-and-push-pg-image.yaml` (+1 -1) 📝 `README.md` (+12 -21) 📝 `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/__tests__/utils/downloadURIToFile/index.test.js` (+96 -0) 📝 `collector/index.js` (+1 -0) 📝 `collector/processLink/helpers/index.js` (+14 -2) 📝 `collector/processSingleFile/convert/asAudio.js` (+3 -3) 📝 `collector/processSingleFile/convert/asDocx.js` (+2 -2) 📝 `collector/processSingleFile/convert/asEPub.js` (+2 -2) 📝 `collector/processSingleFile/convert/asImage.js` (+2 -2) 📝 `collector/processSingleFile/convert/asMbox.js` (+2 -2) 📝 `collector/processSingleFile/convert/asOfficeMime.js` (+2 -2) 📝 `collector/processSingleFile/convert/asPDF/index.js` (+2 -2) 📝 `collector/processSingleFile/convert/asTxt.js` (+2 -2) 📝 `collector/processSingleFile/convert/asXlsx.js` (+1 -1) 📝 `collector/processSingleFile/index.js` (+13 -5) 📝 `collector/utils/constants.js` (+10 -0) 📝 `collector/utils/downloadURIToFile/index.js` (+41 -5) _...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-06-05 15:21:16 -04:00
yindo closed this issue 2026-06-05 15:21:16 -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#5410