Added
- Admins can now see all users in the system on the Users page. The path is
/settings/users
.
Changed
- Admins can now provide custom password for new users and update passwords for existing users on the Users page.
- The
bin/dev
file will no longer runbin/rails tailwindcss:watch
command. It's useful only for development and doesn't really make sense to run it in production.
Fixed
- Exported files will now always have an extension when downloaded. Previously, the extension was missing in case of GPX export.
- Deleting and sorting points on the Points page will now preserve filtering and sorting params when points are deleted or sorted. Previously, the page was being reloaded and filtering and sorting params were lost.
💙 This release is supported by James Manolios, chenrik and aldumil on Patreon 💙
What's Changed
- Bump rspec-rails from 7.0.1 to 7.1.0 by @dependabot in #389
- Bump sidekiq from 7.3.4 to 7.3.5 by @dependabot in #388
- Basic user management by @Freika in #378
- Fix missing file extension in gpx export files by @Freika in #392
- Fix points params preserved by @Freika in #393
Full Changelog: 0.16.3...0.16.4