All notable changes to this project will be documented in this file.
- Ability to add event metadata plausible#381
- Add tracker module to automatically track outbound links plausible#389
- Display weekday on the visitor graph plausible#175
- Collect and display browser & OS versions plausible#397
- Simple notifications around traffic spikes plausible#453
- 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
- 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
- Do not run the plausible Docker container as root plausible#362
- Revert Dockerfile change that introduced a regression
- Linkify top pages plausible/analytics#91
- Filter by country, screen size, browser and operating system plausible/analytics#303
- Fix issue with creating a PostgreSQL database when
?ssl=trueplausible/analytics#347 - Do no disclose current URL to DuckDuckGo's favicon service plausible/analytics#343
- Updated UAInspector database to detect newer devices plausible/analytics#309
- Collect and present link tags (
utm_medium,utm_source,utm_campaign) in the dashboard
- Replace configuration parameters
CLICKHOUSE_DATABASE_{HOST,NAME,USER,PASSWORD}with a singleCLICKHOUSE_DATABASE_URLplausible/analytics#317 - Disable subscriptions by default
- Remove
CLICKHOUSE_DATABASE_POOLSIZE,DATABASE_POOLSIZEandDATABASE_TLS_ENABLEDparameters. Use query parameters inCLICKHOUSE_DATABASE_URLandDATABASE_URLinstead. - Remove
HOSTandSCHEMEparameters in favor of a singleBASE_URLparameter. - Make
Bamboo.SMTPAdapterthe default as opposed toBamboo.PostmarkAdapter - Disable subscription flow by default