Umami - Package Updates
Pinned
Umami
-
[1.3.0]
- Update Umami to 1.34.0
- Full changelog
-
[1.4.0]
- Update Umami to 1.35.0
- Full changelog
- Fixed issue with COLLECT_API_ENDPOINT not working. Note, you need to set this at build time to work. See https://umami.is/docs/environment-variables
- Fixed chart issues in MySQL
- Updated language translations
-
[1.5.0]
- Update Umami to 1.36.0
- Full changelog
- UTM sources are now available in the More details section
- Fixed issue with event queries passing the wrong parameters
- Fix bounces/time display for MySQL
- Language translation updates
-
[1.5.1]
- Update Umami to 1.36.1
- Full changelog
- Fixed issue with sessions being loaded incorrectly
- Language translation updates
-
[1.6.0]
- Update Umami to 1.37.0
- Full changelog
- New model for Events point_up
- New languages: Thai and Bengali! tiger partying_face
- Edit dashboard feature. You can now sort websites on the dashboard
- UTM parameters section is now Query parameters. This now captures all the URL query parameters, not just UTM
-
[2.0.0]
- IMPORTANT: The database upgrade fails if you have been running umami for a while. There is no easy work around for this, you can manually try the database modifications in this upstream bug after you upgrade and place the app in Repair mode.
- If possible, just start with a fresh installation of Umami. It can be quite a time sink to fix the database schema and you might still hit some issue later in future versions.
-
[2.1.0]
- Update Umami to 1.38.0
- Full changelog
Added Yesterday option to the date picker - You can now default the theme and locale using query parameters.
- For the theme you can use ?theme=dark or ?theme=light.
- For locale you can use ?locale=en-US.
- Admins can now reassign websites to other users
- Removed cascading deletes from the database. We now run all commands in a transaction.
-
[2.2.0]
- Update Umami to 1.39.1
- Full changelog
- Added Yesterday option to the date picker
- You can now default the theme and locale using query parameters.
- For the theme you can use ?theme=dark or ?theme=light.
- For locale you can use ?locale=en-US.
- Admins can now reassign websites to other users
- Removed cascading deletes from the database. We now run all commands in a transaction.
-
[2.2.1]
- Update Umami to 1.39.2
- Full changelog
-
[2.2.2]
- Update Umami to 1.39.3
- Full changelog
- Fixed issue with editing website
-
[2.2.3]
- Update Umami to 1.39.4
- Full changelog
- Fixed issue with assigning owner to website, #1614
- Fixed issue with deleting accounts, #1624
-
[2.2.4]
- Update Umami to 1.39.5
- Full changelog
- Added Croatian language! partying_face 1st_place_medal
- The check for bots now returns 200 instead of 401
- Some language updates
-
-
[2.3.0]
- Update base image to 4.0.0
-
-
[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)
-
[2.4.1]
- Rename
env
toenv.sh
- Rename
-
[2.4.2]
- Source env file before building the app. This allows COLLECT_API_ENDPOINT to be set
-
[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.1.1]
- Fix issue where every other restart was making umami return 404
-
[3.2.0]
- Update Umami to 2.3.0
- Full changelog
- New navigation menu
- Reports
- Also under the website page is the event data page where you can view details about your saved custom data.
- View only role