Skip to content

Releases: umami-software/umami

v0.96.0

14 Oct 01:55
f13d7cf

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

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

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

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

v0.68.0

01 Oct 16:21
8f912ce

Choose a tag to compare

New languages: Portuguese and Romanian! 🌟 🎆

Small update to start-env script

v0.67.0

01 Oct 06:21
c125669

Choose a tag to compare

New features

Localized country names

image

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 in HOSTNAME and PORT as environment variables.
  • check-lang: Checks which strings have not been translated.

v0.62.0

30 Sep 05:04
241156d

Choose a tag to compare

New features

Update check

You will now get a notice when a new version is released.

image

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

26 Sep 06:55
85f791e

Choose a tag to compare

New features

Page filters

You can now display statistics for a single page url.

page-filters

New language: Faroese! 🙌

v0.48.0

22 Sep 04:59
418a24d

Choose a tag to compare

New features

Dark mode! 🌔 🌞

darkmode

New languages: Greek and Swedish! 😄

Other changes

  • Responsive CSS fixes for mobile
  • Refactored some components

v0.42.0

19 Sep 18:09
4d2a51c

Choose a tag to compare

New features

New language: Danish! 💯 🕺

Timezone configuration

You can now set your timezone to something other than your system default

image

Account dashboard

Changed account dashboard from a button into a link so you can now open it in a new tab

image

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