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.

![image](https://user-images.githubusercontent.com/477975/94644398-0fe9c900-029e-11eb-94b0-8cd645e45f4e.png)

## 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