Changelog
0.3.0 (2024-07-27)
Features
- improved design of authentication pages by using brand colors and logo (7a3b334)
- improved design of card buttons (a41dc86)
- Use postgis for geodata storage (#14) (cb229d6)
Bug Fixes
- changelog compiler removing version header because it is link to diff (bcf8b43)
Performance Improvements
- Provide migration macro that uses lock_timeout for risky migrations (c6d45e5)
0.2.0 (2024-05-25)
Features
- authentication + redacted + streams (#1) (884e6db)
- Changelog available when clicking on app version (bottom left) (f7cb129)
- rate limiting register (1 per 10s) and login (100 per 1m) requests (3463463)
Bug Fixes
- when changing markers, the previous image disappears instead of staying until the new image loads. This prevents confusion on slow networks. (d022d16)
0.1.0 (2024-04-26)
Features
- add husky hooks for cz (578869b)
- process images directly uploaded to the AWS S3 console (be2b0c9)
Bug Fixes
- image-processor: don't remove image on error (5cfc19f)
- start prod instance (f2ff442)
- sync-s3: allow subfolders (9518196)
- version endpoint (bab1320)
Miscellaneous Chores