v2.1.4

plausible/analyticsv2.1.4Oct 9, 2024by ruslandoga

AI Summary

A patch release focusing on resolving CSV export/import file moving issues and improving user session management.

Key Highlights

  • Fix cross-device file move in CSV exports/imports
  • Ability to review and revoke user sessions
  • Ability to change password from user settings

New Features

  • Review and revoke particular logged in user sessions
  • Change password from user settings screen
  • Error logs for background jobs
  • Revised User Settings UI
  • Default to invite_only for registration

Full Release Notes

This is a patch release focused on resolving file moving [issue](https://github.com/plausible/analytics/issues/4638) with CSV export/import, alongside several other improvements to enhance the user experience.

#### Upgrade

Update the image used for `plausible`

<sub><kbd>docker-compose.yml</kbd></sub>
```diff
plausible:
- image: ghcr.io/plausible/community-edition:v2.1.3
+ image: ghcr.io/plausible/community-edition:v2.1.4
```

and restart the containers

<sub><kbd>console</kbd></sub>
```console
$ cd hosting
$ docker compose up -d
```

This will boot up the new version of the app.

## Changelog

Following [changes](https://github.com/plausible/analytics/compare/v2.1.3...v2.1.4) have been made since v2.1.3:

### Added

- Add ability to review and revoke particular logged in user sessions
- Add ability to change password from user settings screen
- Add error logs for background jobs plausible/analytics#4657

### Changed

- Revised User Settings UI
- Default to `invite_only` for registration plausible/analytics#4616

### Fixed

- Fix cross-device file move in CSV exports/imports plausible/analytics#4640