From 63ef6f4358d44aa948da80007563f5f62f2b438f Mon Sep 17 00:00:00 2001 From: El RIDO Date: Mon, 6 Oct 2025 22:01:31 +0200 Subject: [PATCH] order changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43b2cce0..d02219b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ # PrivateBin version history ## 2.0.1 (not yet released) +* ADDED: Auto shorten URLs with config option `shortenbydefault` (#1627) +* ADDED: Added `shortenviashlink` endpoint with an `shlink` configuration section +* ADDED: Password peek (#1254) * CHANGED: CSP recommendation around bootstrap5 template resolved in Firefox 131 (#1613) * FIXED: Allow pasting a password for decrypting a paste (#1620) * 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: 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)