Umami - Package Updates
Pinned
Umami
-
-
-
[2.4.0]
- Update Umami to 1.40.0
- Full changelog
- Fixed issue with share token giving access to app pages (user could not perform any changes, only view)
- Fixed issue with mobile menu showing incorrectly
- Fixed share URL not saving correctly
- Fixed calendar not showing all days on certain months
- Added additional checks for API request parameters
- Added Sinhala language!
- Language translation updates: Croatian, Thai, Lithuanian
- Added caching to CORS preflight requests
- Upgrade Prisma to 4.9.0 (fixes OpenSSL issue when deploying to Railway)
-
[3.0.0]
- Update Umami to 2.1.0
- IMPORTANT: Breaking Changes - While database migration is automatic, all event data is lost. Only websites are preserved across this update.
- Full changelog
- In addition to country location, Umami now collects city and region information.
- Clean URLs
- Umami now records page titles.
- The new teams feature allows you to share websites with other users without having to create a Share URL. When a user joins a team, they can select which website they want to share with the team.
- The event data feature has been completely redesigned.
- The tracker script has been refactored to be much more lightweight and performant. It can now also track outbound link clicks.
- The Tracking Code form will now show the alternate script name if TRACKER_SCRIPT_NAME is set.
- You can now enter multiple entries in TRACKER_SCRIPT_NAME comma separated, for example a.js, b.js, c.js
- Added page titles to every page
-
[3.3.0]
- Update Umami to 2.4.0
- Full changelog
- The event data screen now shows the related event
- Websites from teams now appear on the dashboard
- Added ability to delete reports
- Added new environment variable DEFAULT_LOCALE which will set the default locale of the application other than en-US
- Fixed new release message throwing an error
- Fixed funnel report for MySQL
- Fixed check for updates process
- Fixed BASE_PATH not working for share URLs
- Fixed tracker sending wrong event data payload
- Fixed toggle charts not working on dashboard
- Fixed missing (None) referrers
- Fixed website nav menu for mobile
- Fixed realtime log not showing pageviews
-
[3.6.0]
- Update Umami to 2.7.0
- Full changelog
- Fixed session metrics incorrectly returning views instead of visitors
- Fixed own website domain appearing in referrers
- Fixed team role not showing correctly
- Fixed issue with resetting website data
- Lots of language translation fixes