Umami - Package Updates
- 
[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
 
 - 
[3.9.0]
- Update Umami to 2.9.0
 - Full changelog
 - Metrics search
 - Pages now include external links just like referrers. Clicking the icon will take you to the page URL on your domain.
 - Country, region, city and device values are now properly translated throughout the app.
 
 - 
[3.10.0]
- Update Umami to 2.10.0
 - Full changelog
 - This release we're introducing a new way of working with teams. Now instead of simply sharing websites through a team, all team members can create, edit, view and delete websites in a team
 - Searchable dropdowns
 - New Funnel report display
 - Title, URL, and referrer are not URI encode to support Unicode characters for languages like Chinese.
 - Improved the handling of elements like anchor tags and buttons tags when using custom events.
 - Removed the do-not-track code as the feature was not widely supported.