v1.3.12
What's Changed
- Full-screen-view-on-image-galleries by @leolivier in #174
When clicking on an image in a gallery, it will now be shown full screen with handles to go to the next/previous image. - the page size is not transmitted when moving to another page by @leolivier in #175
There was a bug when you chose a gallery size (ie the number of photos to be shown on the screen): when you went to the next/previous screen, the size was lost. - Run-as-non-root-in-container issue #147 by @leolivier in #177
For security purpose, it's much better to run as non root in the containers.!!! IMPORTANT !!!
If you created the database with a previous version of cousins-matter and you get a 500 server error and a trace in the docker log that the database is read-only, you will have to run the commandsudo chown -R 5678:5678 data
in your cousins-matter folder and force a restart (docker compose restart
).
Full Changelog: v1.3.11...v1.3.12
What's Changed
- Full-screen-view-on-image-galleries by @leolivier in #174
- the page size is not transmitted when moving to another page by @leolivier in #175
- Run-as-non-root-in-container issue #147 by @leolivier in #177
Full Changelog: v1.3.11...v1.3.12