mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 20:55:10 +01:00
A bunch is already implemented
This commit is contained in:
15
CHANGELOG.md
15
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
|
||||
|
||||
Reference in New Issue
Block a user