2020-09-17 16:36:01 +03:00
# Changelog
All notable changes to this project will be documented in this file.
2021-10-28 14:46:45 +03:00
2021-04-22 12:11:33 +03:00
## Unreleased
2021-12-09 17:08:01 +03:00
### Added
2022-05-27 10:11:40 +03:00
- The `exclusions` script extension now also takes a `data-include` attribute tag
2022-03-31 13:52:09 +03:00
- A `file-downloads` script extension for automatically tracking file downloads as custom events
2022-03-11 12:33:27 +03:00
- Integration with [Matomo's referrer spam list ](https://github.com/matomo-org/referrer-spam-list/blob/master/spammers.txt ) to block known spammers
2021-12-09 17:08:01 +03:00
- API route `PUT /api/v1/sites/goals` with form params `site_id` , `event_name` and/or `page_path` , and `goal_type` with supported types `event` and `page`
- API route `DELETE /api/v1/sites/goals/:goal_id` with form params `site_id`
2021-12-14 12:41:33 +03:00
- The public breakdown endpoint can be queried with the "events" metric
2021-10-28 14:46:45 +03:00
- Data exported via the download button will contain CSV data for all visible graps in a zip file.
2021-11-23 12:39:09 +03:00
- Region and city-level geolocation plausible/analytics#1449
2021-11-23 11:50:06 +03:00
- The `u` option can now be used in the `manual` extension to specify a URL when triggering events.
2021-11-30 12:26:55 +03:00
- Delete a site and all related data through the Sites API
2021-12-06 12:27:22 +03:00
- Subscribed users can see their Paddle invoices from the last 12 months under the user settings
2021-12-08 12:53:37 +03:00
- Allow custom styles to be passed to embedded iframe plausible/analytics#1522
2021-12-16 12:02:09 +03:00
- New UTM Tags `utm_content` and `utm_term` plausible/analytics#515
2022-01-21 23:32:19 +03:00
- If a session was started without a screen_size it is updated if an event with screen_size occurs
2022-01-25 01:01:30 +03:00
- Added `LISTEN_IP` configuration parameter plausible/analytics#1189
2022-02-01 19:09:45 +03:00
- The breakdown endpoint with the property query `property=event:goal` returns custom goal properties (within `props` )
2022-02-17 06:26:26 +03:00
- Added IPv6 Ecto support (via the environment-variable `ECTO_IPV6` )
2022-03-29 08:39:16 +03:00
- New filter type: `contains` , available for `page` , `entry_page` , `exit_page`
2022-04-21 11:47:15 +03:00
- Add filter for custom property
2022-04-25 10:40:23 +03:00
- Add ability to import historical data from GA: plausible/analytics#1753
2022-06-03 10:37:14 +03:00
- API route `GET /api/v1/sites/:site_id`
2022-07-12 23:47:14 +03:00
- Hovering on top of list items will now show a [tooltip with the exact number instead of a shortened version ](https://github.com/plausible/analytics/discussions/1968 )
2022-07-21 14:00:42 +03:00
- Filter goals in realtime filter by clicking goal name
2022-07-28 17:07:07 +03:00
- The time format (12 hour or 24 hour) for graph timelines is now presented based on the browser's defined language
2022-08-01 08:22:51 +03:00
- Choice of metric for main-graph both in UI and API (visitors, pageviews, bounce_rate, visit_duration) plausible/analytics#1364
2022-09-01 11:22:04 +03:00
- New width=manual mode for embedded dashboards plausible/analytics#2148
2022-09-14 15:58:42 +03:00
- Add more timezone options
- Add new strategy to recommend timezone when creating a new site
2021-10-28 14:46:45 +03:00
2021-11-29 17:21:09 +03:00
### Fixed
2022-09-07 16:41:08 +03:00
- Hash part of the URL can now be used when excluding pages with `script.exclusions.hash.js` .
2021-11-29 17:21:09 +03:00
- UI fix where multi-line text in pills would not be underlined properly on small screens.
2021-11-30 14:06:58 +03:00
- UI fix to align footer columns
2021-12-22 10:54:09 +03:00
- Guests can now use the favicon to toggle additional info about the site bing viewed (such as in public embeds).
2021-12-29 12:08:11 +03:00
- Fix SecurityError in tracking script when user has blocked all local storage
2022-03-28 11:49:34 +03:00
- Prevent dashboard graph from being selected when long pressing on the graph in a mobile browser
2022-07-12 23:46:47 +03:00
- The exported `pages.csv` file now includes pageviews again [plausible/analytics#1878 ](https://github.com/plausible/analytics/issues/1878 )
2022-07-25 12:19:38 +03:00
- Fix a bug where city, region and country filters were filtering stats but not the location list
2022-07-28 15:59:39 +03:00
- Fix a bug where regions were not being saved
2022-09-14 15:58:42 +03:00
- Timezone offset labels now update with time changes
2021-11-30 14:06:58 +03:00
2022-01-25 01:01:30 +03:00
### Changed
- Cache the tracking script for 24 hours
2022-03-29 08:39:16 +03:00
- Move `entry_page` and `exit_page` to be part of the `Page` filter group
2022-04-18 12:32:01 +03:00
- Paginate /api/sites results and add a `View all` link to the site-switcher dropdown in the dashboard.
- Remove the `+ Add Site` link to the site-switcher dropdown in the dashboard.
2022-05-03 10:44:17 +03:00
- `DISABLE_REGISTRATIONS` configuration parameter can now accept `invite_only` to allow invited users to register an account while keeping regular registrations disabled plausible/analytics#1841
2022-06-06 10:44:33 +03:00
- New and improved Session tracking module for higher throughput and lower latency. [PR#1934 ](https://github.com/plausible/analytics#1934 )
2022-01-25 01:01:30 +03:00
2021-11-23 11:55:40 +03:00
## v1.4.1
2021-10-28 14:46:45 +03:00
### Fixed
- Fixes database error when pathname contains a question mark
## v1.4.0
2021-04-23 15:27:50 +03:00
### 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
2021-04-27 10:26:44 +03:00
- Send stats to multiple dashboards by configuring a comma-separated list of domains plausible/analytics#968
2021-05-26 15:40:56 +03:00
- To authenticate against a local postgresql via socket authentication, the environment-variables
`DATABASE_SOCKET_DIR` & `DATABASE_NAME` were added.
2021-05-18 15:14:33 +03:00
- Time on Page metric available in detailed Top Pages report plausible/analytics#1007
2021-06-21 14:42:16 +03:00
- 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
2021-06-16 15:00:07 +03:00
- Ability to invite users to sites with different roles plausible/analytics#1122
2021-07-23 15:17:32 +03:00
- Option to configure a custom name for the script file
2021-09-20 17:17:11 +03:00
- Add Conversion Rate to Top Sources, Top Pages Devices, Countries when filtered by a goal plausible/analytics#1299
2021-10-14 11:55:43 +03:00
- Add list view for countries report in dashboard plausible/analytics#1381
2022-04-13 10:38:47 +03:00
- Add ability to view more than 100 custom goal properties plausible/analytics#1382
2021-04-23 15:27:50 +03:00
2021-04-22 12:11:33 +03:00
### Fixed
- Fix weekly report time range plausible/analytics#951
2021-04-28 11:31:10 +03:00
- Make sure embedded dashboards can run when user has blocked third-party cookies plausible/analytics#971
2021-05-05 16:17:59 +03:00
- Sites listing page will paginate if the user has a lot of sites plausible/analytics#994
2021-06-14 16:44:46 +03:00
- Crash when changing theme on a loaded dashboard plausible/analytics#1123
2021-06-16 14:09:35 +03:00
- UI fix for details button overlapping content on mobile plausible/analytics#1114
2021-06-28 16:05:22 +03:00
- UI fix for the main graph on mobile overlapping its tick items on both axis
2021-07-29 09:54:52 +03:00
- 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 .
2021-07-13 14:11:42 +03:00
- Turn off autocomplete for name and password inputs in the _New shared link_ form.
2021-08-13 11:00:42 +03:00
- Details modals are now responsive and take up less horizontal space on smaller screens to make it easier to scroll.
2021-09-09 10:41:12 +03:00
- Fix reading config from file
2021-09-21 11:44:51 +03:00
- Fix some links not opening correctly in new tab
2021-10-13 11:39:44 +03:00
- UI fix for more than one row of custom event properties plausible/analytics#1383
2021-10-12 12:31:46 +03:00
- UI fix for user menu and time picker overlapping plausible/analytics#1352
2021-10-18 16:57:56 +03:00
- Respect the `path` component of BASE_URL to allow subfolder installatons
2021-04-22 12:11:33 +03:00
2021-04-23 11:42:05 +03:00
### Removed
- Removes AppSignal monitoring package
2021-04-22 12:11:33 +03:00
2021-10-18 16:57:56 +03:00
### Changes
- Disable email verification by default. Added a configuration option `ENABLE_EMAIL_VERIFICATION=true` if you want to keep the old behaviour
2021-04-22 12:11:33 +03:00
## [1.3] - 2021-04-14
2021-02-12 16:04:42 +03:00
### 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-04-12 12:21:07 +03:00
- Include a basic IP-To-Country database by default plausible/analytics#906
2021-04-06 14:32:38 +03:00
- Add name/label to shared links plausible/analytics#910
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-04-02 13:31:30 +03:00
- Disable self-tracking with self hosting plausible/analytics#907
2021-04-07 11:08:06 +03:00
- Fix current visitors request when using shared links
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