Skip to content

v3.0.0

Compare
Choose a tag to compare
@dullage dullage released this 04 May 16:19
· 345 commits to master since this release

🚨 Breaking Changes

  • The port flatnotes uses inside the Docker container has been changed to 8080 (previously 80). If you using Docker to deploy flatnotes you will need to update your docker/docker-compose commands accordingly. This change was made to smooth the onboarding process for environments where privileged ports cannot be used by non-privileged users (see #28).
  • To accompany the above change, support for the PORT environment variable has been removed.
  • The note directory inside the Docker container has moved from /app/data to simply /data. If you using Docker to deploy flatnotes you will need to update your docker/docker-compose commands accordingly.

🗒️ Notable changes

  • flatnotes now has a dark theme! 🌚
  • New PUID and GUID environment variables are now supported for Docker deployments. These allow you to specify the user and group that flatnotes will run as inside the Docker container. This is useful to avoid permission issues when mounting a directory from the host.
  • To support the above change, upon container start, the ownership of all files and directories in the data directory will be recursively changed to the specified user and group.