fix table with handling, icons implemented

This commit is contained in:
root
2026-08-09 08:50:13 +02:00
parent 5e32be7d0c
commit 3ff0794cfc
43 changed files with 1027 additions and 95 deletions
+9
View File
@@ -0,0 +1,9 @@
# Update 0.5.5.62
## Standard image library without an additional Docker mount
- Removed the dedicated `data/image-library` bind mount introduced in 0.5.5.60.
- Reuses the existing persistent uploads volume.
- Standard images are stored in `data/uploads/library` on the Docker host and `/app/app/static/uploads/library` in the container.
- No duplicate image storage and no additional Compose volume entry are required.
- Removed the misleading source-tree `app/static/img/library` directory.