diff --git a/plausible/docker-compose.yml b/plausible/docker-compose.yml index a9faa533..504fe196 100644 --- a/plausible/docker-compose.yml +++ b/plausible/docker-compose.yml @@ -32,7 +32,7 @@ services: - CLICKHOUSE_SKIP_USER_SETUP=1 plausible: - image: ghcr.io/plausible/community-edition:v3.1.0@sha256:9703f89e41f7109bda6ae4fc64298474e8bc11f559e791cdda4b04218a92acb1 + image: ghcr.io/plausible/community-edition:v3.2.0@sha256:3d8af8d4a1be32c3dcc5e8dc01496639d945edd9963827e18abe984dd6bda086 restart: on-failure user: "1000:1000" command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run" diff --git a/plausible/umbrel-app.yml b/plausible/umbrel-app.yml index 8bdbb066..f5f5914f 100644 --- a/plausible/umbrel-app.yml +++ b/plausible/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: plausible category: developer name: Plausible Analytics -version: "3.1.0" +version: "3.2.0" tagline: Easy to use and privacy-friendly Google Analytics alternative description: >- Plausible is intuitive, lightweight and open source web analytics. @@ -12,18 +12,14 @@ description: >- ⚙️ You may need to expose Plausible to the web in order to use the app in its intended way with websites. The easiest way to do this is to use the 'Cloudflare Tunnel' app from the Umbrel app store, and expose Plausible to the internet using your own domain. releaseNotes: >- - This release introduces several new features and improvements: + This release adds several new features and fixes: - - New dynamic and more configurable tracking snippet and script (legacy scripts continue to work) - - Custom events can now be marked as non-interactive and won't count towards bounce rate - - Ability to leave team via Team Settings - - Properties are now included in full site exports - - Weekly and monthly email reports now contain top goal conversions - - Ability to enforce enabling 2FA by all team members - - Revamped dark theme with darker color scheme and better visual hierarchy - - Main graph no longer shows empty values after current time for day, month and year periods - - Fixed realtime and hourly graphs overcounting visits and duration metrics + - Shared links can now be limited to a particular segment of the data + - Visitor percentage breakdown is now shown on all reports + - Fixed bug with tracker script config cache that caused errors for certain cached scripts + - Fixed Clickhouse low-memory settings that weren't being applied correctly + - Fixed issue with site guests and team members in Editor role not being able to change site domain Full release notes are available at https://github.com/plausible/analytics/releases