mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 20:13:31 +03:00
e228fd1f85
* Filter by screen size * Filter by browsers * Add filter for Operating system * Add changelog entry * Add filter for countries * Add tests for filters
1.4 KiB
1.4 KiB
Changelog
All notable changes to this project will be documented in this file.
[1.1.0] - Unreleased
Added
- Linkify top pages plausible/analytics#91
- Filter by country, screen size, browser and operating system plausible/analytics#303
Fixed
- Fix issue with creating a PostgreSQL database when
?ssl=true
plausible/analytics#347 - Do no disclose current URL to DuckDuckGo's favicon service plausible/analytics#343
[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 singleCLICKHOUSE_DATABASE_URL
plausible/analytics#317 - Disable subscriptions by default
- Remove
CLICKHOUSE_DATABASE_POOLSIZE
,DATABASE_POOLSIZE
andDATABASE_TLS_ENABLED
parameters. Use query parameters inCLICKHOUSE_DATABASE_URL
andDATABASE_URL
instead. - Remove
HOST
andSCHEME
parameters in favor of a singleBASE_URL
parameter. - Make
Bamboo.SMTPAdapter
the default as opposed toBamboo.PostmarkAdapter
- Disable subscription flow by default