diff --git a/umami/docker-compose.yml b/umami/docker-compose.yml index a77c5bbe29..7617ed403e 100644 --- a/umami/docker-compose.yml +++ b/umami/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_ADD: "false" app: - image: ghcr.io/umami-software/umami:postgresql-v2.13.2@sha256:611cacc80f53fe289f7e7bfe301032a117fb57e790c37272ee05f3b0eba690a3 + image: ghcr.io/umami-software/umami:postgresql-v2.14.0@sha256:54ccf9903edf09791889504360e776b52c358ebddf5a5e8662257b2555608f27 user: "1000:1000" restart: on-failure stop_grace_period: 1m diff --git a/umami/umbrel-app.yml b/umami/umbrel-app.yml index 7bc742e86f..7e87599527 100644 --- a/umami/umbrel-app.yml +++ b/umami/umbrel-app.yml @@ -3,7 +3,7 @@ id: umami name: Umami tagline: Simple, fast, privacy-focused alternative to Google Analytics category: developer -version: "2.13.2" +version: "2.14.0" port: 25727 description: >- Empowering insights. Preserving privacy. @@ -48,11 +48,14 @@ defaultUsername: admin defaultPassword: umami dependencies: [] releaseNotes: >- - This update includes several improvements: - - Fixed incorrect referrer - - Fixed chart rendering issues - - Fixed metrics changes not appearing on dashboard - - Updated German, Catalan, and Korean languages + This update includes several major improvements: + - New revenue tracking report for monitoring revenue data + - Enhanced dashboard with website visibility toggles and search functionality + - Added support for hash-based URL routing + - Improved team management with automatic redirect to last selected team + + + Language updates have been made for German, French, Russian, Czech, and German-Swiss. Full release notes are found at https://github.com/umami-software/umami/releases.