π Whatβs Changed
There are two ease-of-use additions in this release:
When a Push owner or an instance admin views a push, it no longer counts against the view expiration but the view activity is still logged in the Audit Log:
When generating a Password, if you previously typed something into the Payload box, you will now get a confirmation dialog asking if you want to replace the content:
Thanks to @ozovalihasan & @LukasMalyszko for the great work and to @CrazyHenk44 for the feature request!
π Features
- Add support for admin and owner view logging; update tests and views (#3953) @LukasMalyszko
- Add confirmation modal for password generation when content exists (#3586) @ozovalihasan
β¬οΈ Dependencies updates
- β¬οΈ Bump json from 2.17.0 to 2.17.1 (#3955) @dependabot[bot]
- β¬οΈ Bump pagy from 43.1.8 to 43.2.0 (#3954) @dependabot[bot]
π₯ List of contributors
@LukasMalyszko, @dependabot[bot], @ozovalihasan, @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.