Ghostwriter v4.3.6
Summary
This release adds functionality for tables and captions in Word reports, addresses list formatting in Word reports, and reduces exposed services in production environments.
CHANGELOG
[4.3.6] - 14 November 2024
Added
- Added support for table captions in the WYSIWYG editor (PR #547)
- Caption text can be customized by right-clicking on the table > Table Properties > General > Show caption
- Added report configuration options for figure and table caption placement (above or below) for Word
Changed
- Production deployments now default to only exposing PostgreSQL and Hasura ports to internal services (PR #551)
- This change is to improve security by limiting the number of exposed ports on the server
- If you need direct access to PostgreSQL or Hasura, you can adjust the Docker Compose file to expose the ports on the host system or run a utility like
psql
inside the container