Releases: umami-software/umami
v0.68.0
v0.67.0
New features
Localized country names
Support for basePath
Updated queries and redirects so they work with the Next.js basePath
config.
See https://nextjs.org/docs/api-reference/next.config.js/basepath
New scripts
start-env
: Lets you start the app by passing inHOSTNAME
andPORT
as environment variables.check-lang
: Checks which strings have not been translated.
v0.62.0
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
v0.54.0
v0.48.0
v0.42.0
New features
New language: Danish! 💯 🕺
Timezone configuration
You can now set your timezone to something other than your system default
Account dashboard
Changed account dashboard from a button into a link so you can now open it in a new tab
Tracker updates
Reduced the size of the tracker from 6KB to 2KB!
Added new configuration options for the tracker, see https://umami.is/docs/tracker-config
You can now set your own event type for events, see https://umami.is/docs/tracker-functions
Other changes
- Additional API security
- You can now set
localhost
as your website domain for development and testing - Various bug fixes
v0.37.0
New features
New languages
French and Mongolian are now supported! 🥳 🎉
Date picker can now choose between a single day or date range
Profile enhancements
You can now choose the default date range for all your websites in the dashboard
Formatted referrers for better readability
Navigation updates
View details
is now a link so you can open details in another tab- You can go directly to a website's details page from
Settings > Websites
- Settings pages are now individual routes so you can use the back button
Other changes
- Updated node packages to latest versions
- API security updates
- Lots of small styling changes