Skip to content

Latest commit

 

History

History
96 lines (80 loc) · 5.32 KB

CHANGELOG.md

File metadata and controls

96 lines (80 loc) · 5.32 KB

Changelog

All notable changes to this project will be documented in this file.

[1.3] - Unreleased

Added

  • Stats API [currently in beta] plausible#679
  • Ability to view and filter by entry and exit pages, in addition to regular page hits plausible#712
  • 30 day and 6 month keybindings (T and S, respectively) plausible#709
  • Site switching keybinds (1-9 for respective sites) plausible#735
  • Glob (wildcard) based pageview goals plausible#750
  • Support for embedding shared links in an iframe plausible#812

Fixed

  • Capitalized date/time selection keybinds not working plausible#709
  • Invisible text on Google Search Console settings page in dark mode plausible#759
  • Disable analytics tracking when running Cypress tests
  • CSV reports can be downloaded via shared links plausible#884
  • Fixes weekly/monthly email report delivery over SMTP plausible#889

[1.2] - 2021-01-26

Added

Changed

  • Use alpine as base image to decrease Docker image size plausible#353
  • Ignore automated browsers (Phantom, Selenium, Headless Chrome, etc)
  • Display domain's favicon on the home page
  • Ignore consecutive pageviews on same pathname plausible#417
  • Validate domain format on site creation plausible#427
  • Improve settings UX and design plausible#412
  • Improve site listing UX and design plausible#438
  • Improve onboarding UX and design plausible#441
  • Allows outbound link tracking script to use new tab redirection plausible#494
  • "This Month" view is now Month-to-date for the current month plausible#491
  • My sites now show settings cog at all times on smaller screens plausible#497
  • Background jobs are enabled by default for self-hosted installations plausible#603
  • All new users on self-hosted installations have a never-ending trial plausible#603
  • Changed caret/chevron color in datepicker and filters dropdown

Fixed

  • Do not error when activating an already activated account plausible#370
  • Ignore arrow keys when modifier keys are pressed plausible#363
  • Show correct stats when goal filter is combined with source plausible#374
  • Going back in history now correctly resets the period filter plausible#408
  • Fix URL decoding in query parameters plausible#416
  • Fix overly-sticky date in query parameters plausible/analytics/#439
  • Prevent picking dates before site insertion plausible/analtics#446
  • Fix overly-sticky from and to in query parameters plausible#495
  • Adds support for single-day date selection plausible#495
  • Goal conversion rate in realtime view is now accurate plausible#500
  • Various UI/UX issues plausible#503

Security

  • Do not run the plausible Docker container as root plausible#362

[1.1.1] - 2020-10-14

Fixed

  • Revert Dockerfile change that introduced a regression

[1.1.0] - 2020-10-14

Added

Fixed

[1.0.0] - 2020-10-06

Added

  • Collect and present link tags (utm_medium, utm_source, utm_campaign) in the dashboard

Changed

  • Replace configuration parameters CLICKHOUSE_DATABASE_{HOST,NAME,USER,PASSWORD} with a single CLICKHOUSE_DATABASE_URL plausible/analytics#317
  • Disable subscriptions by default
  • Remove CLICKHOUSE_DATABASE_POOLSIZE, DATABASE_POOLSIZE and DATABASE_TLS_ENABLED parameters. Use query parameters in CLICKHOUSE_DATABASE_URL and DATABASE_URL instead.
  • Remove HOST and SCHEME parameters in favor of a single BASE_URL parameter.
  • Make Bamboo.SMTPAdapter the default as opposed to Bamboo.PostmarkAdapter
  • Disable subscription flow by default