Skip to content

Releases: umami-software/umami

v1.7.0

28 Nov 22:22
8c869da
Compare
Choose a tag to compare

New language: Tamil! 😻

🙏 @mcnaveen

Removed decimals from y-axis on charts

🙏 @styd

Bug fixes

  • Non-admin users could not change password
  • Bounce rate calculation
  • Realtime page links incorrect

v1.6.0

18 Nov 06:36
d250f3c
Compare
Choose a tag to compare

Multi-device favicons 🤩

🙏 @andrewdmaclean

Fix bounce rate calculation 🤓

🙏 @styd

Bug fixes

  • Incorrect basePath when using subdirectory
  • Wrong username after logout

Updated packages

  • Latest Next.js
  • Latest Prisma

v1.5.0

07 Nov 01:51
024e7c1
Compare
Choose a tag to compare

New language: Polish! 🙌

🙏 @RikoDEV

Added links to urls in Realtime dashboard 🤖

Language updates

🙏 @djrasmusp

v1.4.0

03 Nov 04:19
c881751
Compare
Choose a tag to compare

Added check to disable umami

If the value umami.disabled is found in localStorage, then tracking will be disabled.

Language fixes

🙏 @err931 @iSasFTW

Other changes

  • Added links to realtime log entries
  • Updates packages to latest versions

v1.2.0

26 Oct 16:21
66b2588
Compare
Choose a tag to compare

New language: Czech! 🌍

🙏 @petrkle

Responsive CSS fixes

🙏 @arnellebalane

Script updates for Heroku

🙏 @arafel

Other changes

v1.0.0

22 Oct 02:53
63f24e5
Compare
Choose a tag to compare

New language: Traditional Chinese! 💯

🙏 @senlima0430

Favicons now appear next to website name

🙏 @bokub

You can reset your password from the console

🙏 @arnellebalane

Other changes

v0.96.0

14 Oct 01:55
f13d7cf
Compare
Choose a tag to compare

New language: Finnish! 👏

🙏 @endormi

Realtime dashboard ⏱

image

Other changes

  • Bug fixes for the tracker script
  • Update Prisma client to 2.9.0

v0.80.0

07 Oct 15:56
a572441
Compare
Choose a tag to compare

New error message component

image

IP address filter

You can now filter out IP addresses by setting IGNORE_IP in your .env file. This is a comma delimited list of IP address.

Redirect to SSL

If you want umami itself to redirect HTTP requests to SSL, set FORCE_SSL=1 in your .env file.

Filter domains from tracker

If you want the tracker to only run on specific domains, add the data-domains attribute to your tracker script. This is a comma delimited list of domain names.

Prisma update

Removed the Prisma disconnect code that was causing performance issues.

v0.74.0

03 Oct 19:03
82b41f9
Compare
Choose a tag to compare

New languages: Indonesian and Ukranian! 🎉 🙌

Session caching

You can configure session caching in the tracker script. See data-cache in https://umami.is/docs/tracker-config

Other changes

  • CSS fixes for mobile
  • Added script for downloading localized country names

v0.72.0

02 Oct 19:19
c906f01
Compare
Choose a tag to compare

New language: Norwegian Bokmål! 💯

New language menu

image

Other changes

  • New load testing scripts
  • Updated version check
  • Updated packages to latest
  • Some CSS updates