v1.67.0: New Push Editing Functionality
Did you send a push but need to update the expiration, passphrase or content? This release introduces the ability to Edit pushes.
:memo: What’s Changed
- Upgrade devise to 5.0 stable release (#4152) @pglombardo
- Add server-side validation for edit push expiration values (#4151) @pglombardo
:rocket: Features
- Add Ability to Edit Pushes (#3959) @LukasMalyszko
:arrow_up: Dependencies updates
- :arrow_up: Bump pagy from 43.2.7 to 43.2.8 (#4146) @dependabot[bot]
- :arrow_up: 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
:busts_in_silhouette: List of contributors
@LukasMalyszko, @dependabot[bot], @pglombardo and dependabot[bot]
:motor_boat: Docker Images
Available on Docker Hub: https://hub.docker.com/r/pglombardo/pwpush
:running_man: 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.