2020-09-17 16:36:01 +03:00
# Changelog
All notable changes to this project will be documented in this file.
2021-02-12 16:04:42 +03:00
## [1.3] - Unreleased
### Added
- Stats API [currently in beta] plausible/analytics#679
Adds entry and exit pages to Top Pages module (#712)
* Initial Pass
* Adds support for page visits counting by referrer
* Includes goal selection in entry and exit computation
* Adds goal-based entry and exit page stats, formatting, code cleanup
* Changelog
* Format
* Exit rate, visit duration, updated tests
* I keep forgetting to format :/
* Tests, last time
* Fixes double counting, exit rate >100%, relevant tests
* Fixes exit pages on filter and goal states
* Adds entry and exit filters, fixes various bugs
* Fixes discussed issues
* Format
* Fixes impossible case in tests
Originally, there were only 2 pageviews for `test-site.com`,`/` on `2019-01-01`, but that doesn't make sense when there were 3 sessions that exited on the same site/date.
* Format
* Removes boolean function parameter in favor of separate function
* Adds support for queries that use `page` filter as `entry-page`
* Format
* Makes loader/title interaction in sources report consistent
2021-02-26 12:02:37 +03:00
- Ability to view and filter by entry and exit pages, in addition to regular page hits plausible/analytics#712
2021-02-23 16:49:56 +03:00
- 30 day and 6 month keybindings (`T` and `S` , respectively) plausible/analytics#709
- Site switching keybinds (1-9 for respective sites) plausible/analytics#735
2021-03-02 15:53:03 +03:00
- Glob (wildcard) based pageview goals plausible/analytics#750
2021-03-10 15:41:17 +03:00
- Support for embedding shared links in an iframe plausible/analytics#812
2021-02-18 12:18:54 +03:00
### Fixed
- Capitalized date/time selection keybinds not working plausible/analytics#709
2021-02-26 11:46:52 +03:00
- Invisible text on Google Search Console settings page in dark mode plausible/analytics#759
2021-03-18 15:41:03 +03:00
- Disable analytics tracking when running Cypress tests
2021-03-26 14:48:06 +03:00
- CSV reports can be downloaded via shared links plausible/analytics#884
2021-03-30 15:05:08 +03:00
- Fixes weekly/monthly email report delivery over SMTP plausible/analytics#889
2021-02-12 16:04:42 +03:00
## [1.2] - 2021-01-26
2020-10-16 15:48:22 +03:00
2020-10-28 12:09:04 +03:00
### Added
- Ability to add event metadata plausible/analytics#381
2020-11-03 12:09:50 +03:00
- Add tracker module to automatically track outbound links plausible/analytics#389
2020-10-29 16:43:58 +03:00
- Display weekday on the visitor graph plausible/analytics#175
2020-11-10 16:18:59 +03:00
- Collect and display browser & OS versions plausible/analytics#397
2020-12-11 18:02:02 +03:00
- Simple notifications around traffic spikes plausible/analytics#453
2020-12-16 12:57:28 +03:00
- Dark theme option/system setting follow plausible/analytics#467
2020-12-17 12:35:27 +03:00
- "Load More" capability to pages modal plausible/analytics#480
2020-12-22 16:54:41 +03:00
- Unique Visitors (last 30 min) as a top stat in realtime view plausible/analytics#500
2020-12-22 16:39:14 +03:00
- Pinned filter and date selector rows while scrolling plausible/analytics#472
2021-01-21 16:11:48 +03:00
- Escape keyboard shortcut to clear all filters plausible/analytics#625
2021-01-22 14:32:40 +03:00
- Tracking exclusions, see our documentation [here ](https://docs.plausible.io/excluding ) and [here ](https://docs.plausible.io/excluding-pages ) for details plausible/analytics#489
2021-01-22 14:29:16 +03:00
- Keybindings for selecting dates/ranges plausible/analytics#630
2020-10-28 12:09:04 +03:00
2020-10-19 11:16:04 +03:00
### Changed
- Use alpine as base image to decrease Docker image size plausible/analytics#353
2020-11-10 16:18:59 +03:00
- Ignore automated browsers (Phantom, Selenium, Headless Chrome, etc)
2020-11-11 12:35:42 +03:00
- Display domain's favicon on the home page
2020-11-17 16:08:12 +03:00
- Ignore consecutive pageviews on same pathname plausible/analytics#417
2020-11-19 11:53:43 +03:00
- Validate domain format on site creation plausible/analytics#427
2020-11-20 11:23:04 +03:00
- Improve settings UX and design plausible/analytics#412
2020-11-25 16:13:34 +03:00
- Improve site listing UX and design plausible/analytics#438
2020-12-15 12:30:45 +03:00
- Improve onboarding UX and design plausible/analytics#441
2020-12-22 16:57:25 +03:00
- Allows outbound link tracking script to use new tab redirection plausible/analytics#494
2020-12-23 11:42:22 +03:00
- "This Month" view is now Month-to-date for the current month plausible/analytics#491
2021-01-15 18:07:34 +03:00
- My sites now show settings cog at all times on smaller screens plausible/analytics#497
2021-01-15 11:12:00 +03:00
- Background jobs are enabled by default for self-hosted installations plausible/analytics#603
- All new users on self-hosted installations have a never-ending trial plausible/analytics#603
2021-01-19 16:41:22 +03:00
- Changed caret/chevron color in datepicker and filters dropdown
2020-10-19 11:16:04 +03:00
2020-10-16 15:48:22 +03:00
### Fixed
- Do not error when activating an already activated account plausible/analytics#370
2020-10-19 10:56:03 +03:00
- Ignore arrow keys when modifier keys are pressed plausible/analytics#363
2020-10-20 11:24:20 +03:00
- Show correct stats when goal filter is combined with source plausible/analytics#374
2020-11-11 13:54:39 +03:00
- Going back in history now correctly resets the period filter plausible/analytics#408
2020-11-17 15:54:17 +03:00
- Fix URL decoding in query parameters plausible/analytics#416
2020-12-15 13:29:12 +03:00
- Fix overly-sticky date in query parameters plausible/analytics/#439
2020-12-16 12:52:47 +03:00
- Prevent picking dates before site insertion plausible/analtics#446
2020-12-21 16:26:37 +03:00
- Fix overly-sticky from and to in query parameters plausible/analytics#495
- Adds support for single-day date selection plausible/analytics#495
2020-12-22 16:54:41 +03:00
- Goal conversion rate in realtime view is now accurate plausible/analytics#500
2020-12-29 12:00:41 +03:00
- Various UI/UX issues plausible/analytics#503
2020-10-16 15:48:22 +03:00
2020-10-16 15:49:51 +03:00
### Security
- Do not run the plausible Docker container as root plausible/analytics#362
2020-10-14 15:59:32 +03:00
## [1.1.1] - 2020-10-14
### Fixed
- Revert Dockerfile change that introduced a regression
2020-10-14 15:57:30 +03:00
## [1.1.0] - 2020-10-14
2020-10-09 15:23:08 +03:00
### Added
- Linkify top pages [plausible/analytics#91 ](https://github.com/plausible/analytics/issues/91 )
2020-10-13 12:03:42 +03:00
- Filter by country, screen size, browser and operating system [plausible/analytics#303 ](https://github.com/plausible/analytics/issues/303 )
2020-10-09 15:23:08 +03:00
2020-10-13 10:18:31 +03:00
### Fixed
- Fix issue with creating a PostgreSQL database when `?ssl=true` [plausible/analytics#347 ](https://github.com/plausible/analytics/issues/347 )
2020-10-13 10:31:32 +03:00
- Do no disclose current URL to DuckDuckGo's favicon service [plausible/analytics#343 ](https://github.com/plausible/analytics/issues/343 )
2020-10-14 15:57:30 +03:00
- Updated UAInspector database to detect newer devices [plausible/analytics#309 ](https://github.com/plausible/analytics/issues/309 )
2020-10-13 10:18:31 +03:00
2020-10-09 15:23:08 +03:00
## [1.0.0] - 2020-10-06
2020-09-17 16:36:01 +03:00
2020-09-28 11:29:24 +03:00
### Added
- Collect and present link tags (`utm_medium`, `utm_source` , `utm_campaign` ) in the dashboard
2020-09-17 16:36:01 +03:00
### Changed
2020-09-17 16:40:17 +03:00
- Replace configuration parameters `CLICKHOUSE_DATABASE_{HOST,NAME,USER,PASSWORD}` with a single `CLICKHOUSE_DATABASE_URL` [plausible/analytics#317 ](https://github.com/plausible/analytics/pull/317 )
2020-10-05 15:01:54 +03:00
- 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