# Plausible Analytics v3.2.0-rc.0
- Product: Plausible Analytics (https://whatsnew.fyi/product/plausible)
- Vendor: Plausible
- Date: 2025-12-29
- Version: v3.2.0-rc.0
- Original notes: https://github.com/plausible/analytics/releases/tag/v3.2.0-rc.0
- Permalink: https://whatsnew.fyi/product/plausible/releases/v3.2.0-rc.0
- Labels: Pre-release
What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog.
Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'.
---
- **added** — A visitor percentage breakdown is now shown on all reports, both on the dashboard and in the detailed breakdown
- **added** — Shared links can now be limited to a particular segment of the data
- **changed** — Segment filters are visible to anyone who can view the dashboard with that segment applied, including personal segments on public dashboards
- **fixed** — To make internal stats API requests for password-protected shared links, shared link auth cookie must be set in the requests
- **fixed** — Fixed issue with site guests in Editor role and team members in Editor role not being able to change the domain of site
- **fixed** — Fixed direct dashboard links that use legacy dashboard filters containing URL encoded special characters
- **fixed** — Fix bug with tracker script config cache that made requests for certain cached scripts give error 500
This release
- adds "[Limit to segment](https://plausible.io/docs/shared-links#limit-to-segment)" feature for shared links
- fixes a bug requesting tracker scripts in v3.1.0 ([issue 5901](https://github.com/plausible/analytics/issues/5901))
- ...contains a few other fixes and changes, full details below
##### Upgrade
Update the image used for `plausible`
compose.yml
```diff
plausible:
- image: ghcr.io/plausible/community-edition:v3.1.0
+ image: ghcr.io/plausible/community-edition:v3.2.0-rc.0
```
and restart the containers
console
```console
$ docker compose up -d
```
This will boot up the new version of the app.
##### Changelog
###### Added
- A visitor percentage breakdown is now shown on all reports, both on the dashboard and in the detailed breakdown
- Shared links can now be limited to a particular segment of the data
###### Changed
- Segment filters are visible to anyone who can view the dashboard with that segment applied, including personal segments on public dashboards
###### Fixed
- To make internal stats API requests for password-protected shared links, shared link auth cookie must be set in the requests
- Fixed issue with site guests in Editor role and team members in Editor role not being able to change the domain of site
- Fixed direct dashboard links that use legacy dashboard filters containing URL encoded special characters (e.g. character `ê` in the legacy filter `?page=%C3%AA`)
- Fix bug with tracker script config cache that made requests for certain cached scripts give error 500