Reitti 2.0.1: Bug Fixes and Stability Improvements
Hello everyone,
I'm releasing version 2.0.1, a quick follow-up to our major 2.0 release. This version is focused on fixing a few bugs and improving the overall stability of the application.
Bug Fixes
-
Improved Error Handling for Memories: I've fixed a significant issue with how errors were handled when creating a Memory.
- Previously, any backend error would result in a generic "Start-Date not valid" message on the frontend, and the actual error was not logged. This made troubleshooting impossible.
- I've corrected this in PR #385. Now, the correct error message is displayed to you in the UI, and the full stacktrace is logged on the server for easier debugging if you need to file a bug report.
-
Correct Locale Selection: Also in PR #385, I addressed a bug where selecting "English" as the language didn't always work. Spring Boot would sometimes fall back to the system's default locale instead. This is now fixed, and the application will correctly use English when you select it.
-
Fallback Avatar in Chrome: I noticed that the default user avatar wasn't rendering correctly in Chrome and other Chromium-based browsers, which includes the default browser on most Android devices. This has been fixed, and the avatars should now appear as expected.
Other Changes
- I've updated the
README.mdfile to include direct links to the documentation for the various integrations, making them easier to find. (PR #376) - A special thanks to our new contributor, @jsixface, for providing an update to the
docker-compose.ymlfile! (PR #382)
This is a recommended update for all users, especially if you have been experimenting with the new Memories feature.
Full Changelog: https://github.com/dedicatedcode/reitti/compare/v2.0.0...v2.0.1