📝 What’s Changed
- Fix header text invisible on dark themes (#4120) Thanks @limehawk!
- Fix timing attack vulnerability in passphrase comparison (#4121) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump aws-partitions from 1.1207.0 to 1.1208.0 (#4141) @dependabot[bot]
- ⬆️ Bump puma from 7.1.0 to 7.2.0 (#4140) @dependabot[bot]
- ⬆️ Bump sass-embedded from 1.97.2 to 1.97.3 (#4139) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1206.0 to 1.1207.0 (#4136) @dependabot[bot]
- ⬆️ Bump pagy from 43.2.6 to 43.2.7 (#4135) @dependabot[bot]
- Bump @hotwired/turbo from 8.0.20 to 8.0.21 (#4134) @dependabot[bot]
- ⬆️ Bump kramdown from 2.5.1 to 2.5.2 (#4133) @dependabot[bot]
- ⬆️ Bump google-apis-storage_v1 from 0.58.0 to 0.59.0 (#4126) @dependabot[bot]
- ⬆️ Bump turbo-rails from 2.0.20 to 2.0.21 (#4131) @dependabot[bot]
- ⬆️ Bump aws-sdk-kms from 1.120.0 to 1.121.0 (#4130) @dependabot[bot]
- ⬆️ Bump listen from 3.9.0 to 3.10.0 (#4129) @dependabot[bot]
- ⬆️ Bump selenium-webdriver from 4.39.0 to 4.40.0 (#4128) @dependabot[bot]
- ⬆️ Bump pagy from 43.2.4 to 43.2.6 (#4124) @dependabot[bot]
- ⬆️ Bump azure-blob from 0.7.0 to 0.8.0 (#4125) @dependabot[bot]
- ⬆️ Bump aws-sdk-s3 from 1.211.0 to 1.212.0 (#4123) @dependabot[bot]
- ⬆️ Bump aws-sdk-core from 3.241.3 to 3.241.4 (#4122) @dependabot[bot]
- ⬆️ Bump parser from 3.3.10.0 to 3.3.10.1 (#4114) @dependabot[bot]
👥 List of contributors
@dependabot[bot], @limehawk, @pglombardo and dependabot[bot]
🛥️ Docker Images
Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush
🏃♂️ Run This Version
→ Setup a DNS record to point to your server (e.g. pwpush.example.com) and run:
docker run -d -p "80:80" -p "443:443" --env TLS_DOMAIN=pwpush.example.com pglombardo/pwpush:latest`and browse to https://pwpush.example.com.
or alternatively
→ Use one of our production ready Docker Compose files with persistent databases.