From 8a8afb96daabb63810faee57fbbc88c2806740bb Mon Sep 17 00:00:00 2001 From: Karthik Kasturi Date: Thu, 11 Sep 2025 21:38:17 +0000 Subject: [PATCH] updated changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88e2d05d..43b2cce0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ * FIXED: Allow copying the shortened link after using a URL shortener (#1624) * ADDED: Auto shorten URLs with config option `shortenbydefault` (#1627) * ADDED: Added `shortenviashlink` endpoint with an `shlink` configuration section -* FIXED: Check for quotes and conical braces when extracting short url (#1644) +* FIXED: URL extraction fails when frame-ancestors is set in CSP (#1644) +* ADDED: Password peek (#1254) ## 2.0.0 (2025-07-28) * ADDED: Error logging in database and filesystem backend (#1554)