From c1a242c533dfc324ced16d24d6ab34fd8ebb7e91 Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Thu, 21 May 2026 01:27:34 -0300 Subject: [PATCH] =?UTF-8?q?chore(release):=20v3.8.1=20=E2=80=94=20feature?= =?UTF-8?q?=20flags=20settings=20page,=20bracketed=20combo=20names,=20secu?= =?UTF-8?q?rity=20hardening,=20multi-driver=20SQLite?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- node_modules | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 120000 node_modules diff --git a/CHANGELOG.md b/CHANGELOG.md index f0873b1a8d..1631eb2abf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ --- -## [3.8.1] — 2026-05-20 +## [3.8.1] — 2026-05-21 ### ✨ New Features @@ -27,6 +27,7 @@ - **fix(jules):** Jules API parity and cloud-agent provider registration. ([#2438](https://github.com/diegosouzapw/OmniRoute/pull/2438)) - **fix(i18n):** harden diff key extraction tag sanitization in `extract-keys-from-diff.mjs`. - **chore(i18n):** refresh fr/es/de locales + add missing `settings.update` key. ([#2437](https://github.com/diegosouzapw/OmniRoute/pull/2437)) +- **fix(dashboard):** allow bracketed combo names — align dashboard combo-name validator regex with the shared/server schema updated in PR #2354; names like `Claude [1m]` are now accepted in the create/edit form. ([#2458](https://github.com/diegosouzapw/OmniRoute/pull/2458) — thanks @congvc-dev) ### 🔒 Security Fixes diff --git a/node_modules b/node_modules deleted file mode 120000 index d6af08994d..0000000000 --- a/node_modules +++ /dev/null @@ -1 +0,0 @@ -/home/diegosouzapw/dev/proxys/OmniRoute/node_modules \ No newline at end of file