Plausible v1.4.1 Release Notes
Release Date: 2021-11-29 // over 3 years ago-
๐ Fixed
- ๐ Fixes database error when pathname contains a question mark
Previous changes from v1.4.0
-
โ Added
- ๐ New parameter
metrics
for the/api/v1/stats/timeseries
endpoint plausible/analytics#952 - ๐ CSV export now includes pageviews, bounce rate and visit duration in addition to visitors plausible/analytics#952
- ๐ Send stats to multiple dashboards by configuring a comma-separated list of domains plausible/analytics#968
- To authenticate against a local postgresql via socket authentication, the environment-variables
DATABASE_SOCKET_DIR
&DATABASE_NAME
were added. - ๐ Time on Page metric available in detailed Top Pages report plausible/analytics#1007
- ๐ Wildcard based page, entry page and exit page filters plausible/analytics#1067
- ๐ Exclusion filters for page, entry page and exit page filters plausible/analytics#1067
- ๐ Menu (with auto-complete) to add new and edit existing filters directly plausible/analytics#1089
- Added
CLICKHOUSE_FLUSH_INTERVAL_MS
andCLICKHOUSE_MAX_BUFFER_SIZE
configuration parameters plausible/analytics#1073 - ๐ Ability to invite users to sites with different roles plausible/analytics#1122
- ๐ง Option to configure a custom name for the script file
- โ Add Conversion Rate to Top Sources, Top Pages Devices, Countries when filtered by a goal plausible/analytics#1299
- Choice of metric for main-graph both in UI and API (visitors, pageviews, bounce_rate, visit_duration) plausible/analytics#1364
- โ Add list view for countries report in dashboard plausible/analytics#1381
- โ Add ability to view more than 100 custom goal properties plausible/analytics#1382
๐ Fixed
- ๐ Fix weekly report time range plausible/analytics#951
- ๐ Make sure embedded dashboards can run when user has blocked third-party cookies plausible/analytics#971
- ๐ Sites listing page will paginate if the user has a lot of sites plausible/analytics#994
- ๐ Crash when changing theme on a loaded dashboard plausible/analytics#1123
- ๐ UI fix for details button overlapping content on mobile plausible/analytics#1114
- ๐ป UI fix for the main graph on mobile overlapping its tick items on both axis
- ๐ป UI fixes for text not showing properly in bars across multiple lines. This hides the totals on <768px and only shows the uniques and % to accommodate the goals text too. Larger screens still truncate as usual.
- ๐ Turn off autocomplete for name and password inputs in the New shared link form.
- ๐ฑ Details modals are now responsive and take up less horizontal space on smaller screens to make it easier to scroll.
- ๐ Fix reading config from file
- ๐ Fix some links not opening correctly in new tab
- ๐ UI fix for more than one row of custom event properties plausible/analytics#1383
- ๐ UI fix for user menu and time picker overlapping plausible/analytics#1352
- Respect the
path
component of BASE_URL to allow subfolder installatons
โ Removed
- โ Removes AppSignal monitoring package
๐ Changes
- Disable email verification by default. Added a configuration option
ENABLE_EMAIL_VERIFICATION=true
if you want to keep the old behaviour
- ๐ New parameter