github umami-software/umami v2.13.0

latest releases: v2.13.2, v2.13.1
26 days ago

Features

This release brings you two new screens, Events and Sessions giving you more insight into your visitors and activity, custom session data, bug fixes and much more!

New Events screen

The events screen displays information related to your custom events and custom data. The events chart and metrics table have been moved here from the over overview screen. Below is a new table showing all your event activity and who performed the event. Each avatar represents a unique visitor.

image

The old event data screen has been deprecated. Now your custom data can be accessed under the Properties tab on the events screen. This section will show you all the custom data properties you saved as well as a breakdown of all the values. To learn more about custom events, see our documentation.

image

New Sessions screen

The sessions screen displays information about your visitors. We are also introducing a brand new component showing you an hourly traffic breakdown during a given week. Now you can tell when your website is the most busy.

image

Visitor profile

Clicking on any of the avatars in the activity table bring you to a new page showing details about a particular visitor. It also shows their activity history over time.

image

Session data

We now support saving session data. It works very similarly to custom event data. You would call the identity function from the tracker script to save data about the current session.

umami.identify({ email: "bob@aol.com" });

Saved session data will appear in the new session profile page under Properties.

image

We want your feedback!

Please take 30 seconds to fill out this short survey. Thank you!

Fixes

  • Fixed PORT variable being ignored #2880
  • Fixed search box disappearing #2879

Updates

  • NextJS upgraded to v14.2.5
  • Prisma upgraded to v5.17.0
  • Allow team managers to transfer websites to teams #2873
  • Language updates: Catalan (Spain), Korean, Polish, Chinese, German, Khmer, Belarusian, Japanese

Thank you

@IvanGnusarkov @ccbikai @mho22 @gerardnll @mobeicanyue @RikoDEV @konstantintutsch @Manethpak @Cuzart @eagleon @Feuerhamster @israelozarate7 @beforetech @lsvs @RayeEvtuch @wjsoj @err931

Don't miss a new umami release

NewReleases is sending notifications on new releases.