Did you send a push but need to update the expiration, passphrase or content? This release introduces the ability to Edit pushes.
π Whatβs Changed
- Upgrade devise to 5.0 stable release (#4152) @pglombardo
- Add server-side validation for edit push expiration values (#4151) @pglombardo
π Features
- Add Ability to Edit Pushes (#3959) @LukasMalyszko
β¬οΈ Dependencies updates
- β¬οΈ Bump pagy from 43.2.7 to 43.2.8 (#4146) @dependabot[bot]
- β¬οΈ Bump aws-partitions from 1.1208.0 to 1.1209.0 (#4144) @dependabot[bot]
- Fix flaky system tests by pinning Chrome to v133 (#4142) @pglombardo
π₯ List of contributors
@LukasMalyszko, @dependabot[bot], @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.