Back to Changelog
1.4.3

Smoother Admin Experience for Changelog Management

#More reliable changelog loading in admin

We tightened up how the Changelog Management page loads entries in the admin area. The page now fetches data more consistently, with clearer logging and error handling behind the scenes so issues can be debugged quickly.

This gives admins a more predictable experience when reviewing and editing previous releases.

#Improved diagnostics for troubleshooting

The changelog diagnostics endpoint has been enhanced to provide richer information when something goes wrong. It now checks environment variables, database connectivity, and write permissions in a single pass.

Admins can use this tool to quickly identify whether a failure is due to configuration, database schema, or permissions.

#Clearer error feedback in the UI

When saving fails, the admin UI now shows more descriptive error messages. Instead of a generic failure, you’ll see specific hints that point to authentication, configuration, or data issues.

This reduces guesswork for admins and shortens the time needed to resolve problems.

Improvements

  • Added more robust logging around changelog fetch and save operations
  • Enhanced the /diagnose endpoint with additional health checks
  • Improved toast messages and console logs for admin error states
  • Minor performance tweaks for the changelog admin list view