v2.15.0
umami-software/umamiv2.15.0Dec 13, 2024by mikecao
AI Summary
Enhances funnel reporting with partial URL matching and localized geographic search, alongside language updates and upgrades to Next.js and Prisma.
Key Highlights
- Partial URL matching for funnel reports using '*' wildcard
- Search by localized city, region, and country names
- Fixed unicode characters in location names
- Fixed favicon issue with www subdomains
- Next.js upgraded to v15.0.4
New Features
- Partial URL matching
- Localized search
- Language updates
- Next.js v15.0.4 upgrade
- Prisma v5.22.0 upgrade
Full Release Notes
## Features The funnel report now allows partial matching for URLs. You can add `*` to the start and/or end of the text. In this example, we're seeing if users triggered ANY event with "button" in the name.  You can now properly search on city, region and country names. Before you had to lookup by ISO codes because that is what is stored in the database.  It even works with localized names.  ## Fixes - Fixed unicode characters in location names #3106 - Fixed `websiteId` missing error #2614 - Fixed favicon issue with www subdomains #3073 ## Updates - Language updates: Chinese, Japanese, Norweigan - Upgraded Next to `v15.0.4` - Upgraded Prisma to `v5.22.0` ## Thank you @Maxime-J @bparmentier @ccrvlh @mxbeer @PeterDaveHello @God-2077 @Kilian @blt950 @pawelromanskidajar @milk1000cc