What's Changed
This patch includes minor bug fixes and improvements, primarily addressing infrastructure and UI issues, including the layout and image placeholder “flickering” problem.
Important
For enhanced security, the Docker container now uses a non-root user by default. If a permissions issue arises, it must be resolved manually on the host machine by setting the ownership of the mounted folders to 1000:1000, which corresponds to the container user chown -R 1000:1000 your_mounted_volume
.
Full Changelog: v1.3.1...v1.3.2