v0.62.0
umami-software/umamiv0.62.0Sep 30, 2020by mikecao
AI Summary
Implements automatic update notifications and switches to a local geo database to ensure compatibility with hosting platforms like Vercel.
Key Highlights
- Update check notification
- Switch to local geo database
- Updated Prisma to 2.8.0
New Features
- Version update notification
- Local geo database
- Prisma update
- Vercel compatibility fixes
- General bug fixes
Full Release Notes
# New features ## Update check You will now get a notice when a new version is released.  ## Updated Prisma Updated prisma to the latest version 2.8.0. Hopefully this fixes the connection issues in #87 🤞 ## Other changes - Switch to local geo database for country lookups. Fixes issues for users using hosts like Vercel. - Various bug fixes - Various CSS updates