From 57ed08994b47b79a1465c337b1dacf860801d1da Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Fri, 6 Dec 2024 09:17:09 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8A(changelog)=20add=20missing=20logs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some logs were missing or not at the good place. This commit replaces them correctly. --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11b14a3b..4a5491f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,16 @@ and this project adheres to ## [Unreleased] +## Added + +- ✨(backend) annotate number of accesses on documents in list view #411 +- ✨(backend) allow users to mark/unmark documents as favorite #411 + ## Changed - 🔨(frontend) encapsulated title to its own component #474 +- 🐛(frontend) Fix hidden menu on Firefox #468 +- ⚡️(backend) optimize number of queries on document list view #411 ## [1.8.2] - 2024-11-28 @@ -32,8 +39,6 @@ and this project adheres to ## Added -- ✨(backend) annotate number of accesses on documents in list view #411 -- ✨(backend) allow users to mark/unmark documents as favorite #411 - 🌐(backend) add German translation #259 - 🌐(frontend) add German translation #255 - ✨(frontend) add a broadcast store #387 @@ -45,7 +50,6 @@ and this project adheres to ## Changed -- ⚡️(backend) optimize number of queries on document list view #411 - 🚸(backend) improve users similarity search and sort results #391 - ♻️(frontend) simplify stores #402 - ✨(frontend) update $css Box props type to add styled components RuleSet #423