Plausible v1.4.1 Release Notes

Release Date: 2021-11-29 // over 2 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 and CLICKHOUSE_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