| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-05 | 2.5 kB | |
| v1.65.0_ Admin _ Owner do not count towards total view amount source code.tar.gz | 2025-12-05 | 9.7 MB | |
| v1.65.0_ Admin _ Owner do not count towards total view amount source code.zip | 2025-12-05 | 10.4 MB | |
| Totals: 3 Items | 20.1 MB | 0 | |
:memo: 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!
:rocket: 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
:arrow_up: Dependencies updates
- :arrow_up: Bump json from 2.17.0 to 2.17.1 (#3955) @dependabot[bot]
- :arrow_up: Bump pagy from 43.1.8 to 43.2.0 (#3954) @dependabot[bot]
:busts_in_silhouette: List of contributors
@LukasMalyszko, @dependabot[bot], @ozovalihasan, @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:
:::sh
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.