Update plausible to v2.1.4 (#1625)

This commit is contained in:
Nathan Fretz 2024-10-11 13:47:21 +10:00 committed by GitHub
parent eaf49b83cf
commit 5487b55818
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 6 deletions

View File

@ -30,7 +30,7 @@ services:
hard: 262144
plausible:
image: ghcr.io/plausible/community-edition:v2.1.3@sha256:50497c5af65112d4620adf664029effcf0bc7c210d6eab06ac7f9b6eb13cdd4c
image: ghcr.io/plausible/community-edition:v2.1.4@sha256:4c2553516d09e3c7b1b9c39cca04a04c28c871f525adc8dbb7a2a8a20fed0857
restart: on-failure
user: "1000:1000"
command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: plausible
category: developer
name: Plausible Analytics
version: "2.1.3"
version: "2.1.4"
tagline: Easy to use and privacy-friendly Google Analytics alternative
description: >-
Plausible is intuitive, lightweight and open source web analytics.
@ -12,13 +12,15 @@ description: >-
⚙️ You may need to expose Plausible to the web in order to use the app in its intended way with websites.
The easiest way to do this is to use the 'Cloudflare Tunnel' app from the Umbrel app store, and expose Plausible to the internet using your own domain.
releaseNotes: >-
This release resolves cookie and filters issues from the previous version.
This release focuses on resolving file moving issues with CSV export/import and includes several improvements to enhance the user experience.
Key changes include:
- Fixed login issues related to cookie keys
- Improved cookie security for HTTPS connections
- Resolved custom event tracking in Community Edition, fixing filters
- Added ability to review and revoke particular logged-in user sessions
- Added ability to change password from user settings screen
- Revised User Settings UI
- Default to invite-only for registration
- Fixed cross-device file move in CSV exports/imports
For full release notes, visit https://github.com/plausible/analytics/releases