From dcac963fa621e9fe7453550ddc12bc9aefac6a0e Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Tue, 23 Sep 2025 21:58:38 +0200 Subject: [PATCH] A bunch is already implemented --- CHANGELOG.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 550e3dd..3db82a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## TODO -- Sorting of bookmarks - - Sort by title - - Sort by date -- Logging of actions - Add new way of authentication and editing bookmark collections: https://github.com/aquatix/digimarks/issues/8 and https://github.com/aquatix/digimarks/issues/9 -- Change adding tags to use the MaterializeCSS tags: https://materializecss.com/chips.html +- Change adding tags to use ~~the MaterializeCSS tags: https://materializecss.com/chips.html~~ a nice tags lib/styling - Do calls to the API endpoint of an existing bookmark when editing properties (for example to update tags, title and such, also to already suggest title) - Look into compatibility with del.icio.us, so we can make use of existing browser integration @@ -23,7 +19,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added -- Settings through Pydantic Settings +- Settings now work through Pydantic Settings +- New UI theme(s) through digui +- Caching of the bookmarks, tags and more in the browser, for fast filtering and lookups +- Sorting of bookmarks + - Sort by title + - Sort by date +- Logging of actions +- Recognise when a url already is in the list of known bookmarks and fill in the form with already-known data ### Changed - Moved from Flask to FastAPI