Additions
- OAuth addition: Biggest addition here. Register and login, it should respect registration off too, only allowing login via OAuth if it's enabled. Please hit me with an issue if it's not working!
- Basic Rate Limiting: Just added a simple rate limiter function to the mix. Sensible defaults, .env file config.
- Layout refactor: Behind the scenes, just making route protection a bit less ad-hoc and easy to organise.
Bug Fixes
- Remove the main image div if it didn't exist
- Non admin and private user was redirecting
- Some improvements on small units
- Light mode bug fixes
- Category hide bug fix
- Hiding users with no recipes
- Non-recipe owner user experience improvement
- Seed new user recipes from admin panel
- Edit mode bug fix
- Android bug fixes and share text improvement
Full Changelog: v1.1.2...v1.2