Skip to content

v0.5.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Jul 01:36

Docker image pushed to Docker Hub:
docker pull zodac/diurnal:0.5.1

Changes since 0.5.0:

[API]

  • [04a3618] Updating the /api/users/me endpoint to return all user preferences

[Actions]

  • [22dd922] Performing a hard delete for deleted actions, instead of archiving

[CI]

  • [e18569f] Prepare next version: 0.5.1

[Logging]

  • [eb10fe8] Logging user details when all sessions are revoked
  • [1782a8a] Added DEBUG and TRACE logging for application requests

[Project]

  • [a8bca9f] Using the Role enum consistently throughout the project instead of hardcoding

[Settings]

  • [e34fb61] Value pickers will not send a request to the backend uness the value changes
  • [1bac5d5] Blocking the change password flow from progressing until each field is correctly populated

[UI]

  • [dff4468] Only send request to backend on user/action edit if there has been a change
  • [1cd84a2] Several UI fixes and updates