From 359437af8cce6e0f0c070b11adb6b760822a09c3 Mon Sep 17 00:00:00 2001 From: ingalls Date: Fri, 25 Oct 2024 15:12:38 -0600 Subject: [PATCH] Allow patch --- CHANGELOG.md | 7 +++++++ api/web/src/components/Admin/AdminUser.vue | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6835d504..37a5ba2f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,13 @@ ### Pending Release +### v4.26.0 - 2024-10-25 + +- :bug: `API` Add support for `%` decoding in PMTiles URL Validity Check +- :rocket: `UI` Use `TablerIconButton` for buttons in Overlay manager to improve accessibility +- :rocket: `UI` Fix Delete Icon size in Overlay Manager +- :rocket: `UI` Add CloudTAK Gradient to backend + ### v4.25.0 - 2024-10-25 - :rocket: `DevOps` After analyzing our traffic for the past 60 days we didn't have a PMTiles invocation above 100mb. Reduced Lambda Memory to 256mb diff --git a/api/web/src/components/Admin/AdminUser.vue b/api/web/src/components/Admin/AdminUser.vue index e2cb3a9ec..77f205c8b 100644 --- a/api/web/src/components/Admin/AdminUser.vue +++ b/api/web/src/components/Admin/AdminUser.vue @@ -26,7 +26,7 @@