Skip to content

Releases: pglombardo/PasswordPusher

v1.53.1: Fix Docker Port Overrides

13 Mar 16:45
64911e7

Choose a tag to compare

📝 What’s Changed

When running the pglombardo/pwpush Docker container, it defaults to port 5100. You can now override this using the PORT environment variable. Some cloud platforms set this environment variable automatically based on deployment needs.

docker run -p 7501:7501 -e PORT=7501 pglombardo/pwpush:1.53.1

Thanks @iungoron for reporting!

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @pglombardo and dependabot[bot]

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

docker run -d -p 5100:5100 pglombardo/pwpush:1.53.1

..and go to http://localhost:5100

🔗 Useful Links

v1.53.0: New Bundled Background Workers

12 Mar 22:35
134fae7

Choose a tag to compare

📝 What’s Changed

This release adds new functionality to the pglombardo/pwpush container. It now runs the worker processes to periodically run required background tasks.

If you are currently using the Beta pwpush-worker container, you can either remove that container entirely or set PWP__NO_WORKER=true in the pwpush container to disable the background workers added in this release.

Read more in the Background Tasks documentation.

👥 List of contributors

@pglombardo

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

docker run -d -p 5100:5100 pglombardo/pwpush:1.53.0

..and go to http://localhost:5100

🔗 Useful Links

v1.52.0: Re-enable Arm64 Docker Container Builds

12 Mar 17:53
7bd98fe

Choose a tag to compare

arm64 architecture Docker container builds are back.

📝 What’s Changed

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @pglombardo and dependabot[bot]

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

docker run -d -p 5100:5100 pglombardo/pwpush:1.52.0

..and go to http://localhost:5100

🔗 Useful Links

v1.51.13: Bug Fixes

11 Mar 22:32
faa068c

Choose a tag to compare

📝 What’s Changed

  • Fix: Block preloading in "View Now" link (#3169) - Thanks for investigating @iungoron & @TomHeim29!
  • Settings: Move up Settings initialization to be first (#3168) - Thanks for reporting @jmkrm and to everyone in #3122!

👥 List of contributors

@pglombardo

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

docker run -d -p 5100:5100 pglombardo/pwpush:1.51.13

..and go to http://localhost:5100

🔗 Useful Links

v1.51.12: Remove Redundant Fonts

11 Mar 21:59
b735576

Choose a tag to compare

📝 What’s Changed

🚀 Features

👥 List of contributors

@pglombardo

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

docker run -d -p 5100:5100 pglombardo/pwpush:1.51.12

..and go to http://localhost:5100

🔗 Useful Links

v1.51.11: Dependency & Security Updates

11 Mar 12:50
523e794

Choose a tag to compare

📝 What’s Changed

🚀 Features

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @pglombardo and dependabot[bot]

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

docker run -d -p 5100:5100 pglombardo/pwpush:1.51.11

..and go to http://localhost:5100

🔗 Useful Links

v1.51.10: API - New Version Endpoint

28 Feb 17:27
944a00e

Choose a tag to compare

📝 What’s Changed

👥 List of contributors

@pglombardo

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

docker run -d -p 5100:5100 pglombardo/pwpush:1.51.10

..and go to http://localhost:5100

🔗 Useful Links

v1.51.9: 🗜️ Reduce memory footprint using jemalloc

27 Feb 17:05
8f85171

Choose a tag to compare

📝 What’s Changed

This release integrates the jemalloc memory allocator to reduce memory footprint. Jemalloc is a memory allocator designed to reduce memory fragmentation and provide more efficient memory management.

Expected Benefits

  • Reduced memory footprint (typically 10-30% lower memory usage)
  • Improved memory fragmentation handling
  • Better performance under high load
  • More efficient garbage collection cycles

Technical Details

  • Added jemalloc as the default memory allocator
  • Compatible with existing deployments
  • No configuration changes required for users

🚀 Features

👥 List of contributors

@pglombardo

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

docker run -d -p 5100:5100 pglombardo/pwpush:1.51.9

..and go to http://localhost:5100

🔗 Useful Links

v1.51.8: Fix Asset Bundling & New Content Security Policy

27 Feb 16:53
ea4ef20

Choose a tag to compare

📝 What’s Changed

🚀 Features

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @pglombardo and dependabot[bot]

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

docker run -d -p 5100:5100 pglombardo/pwpush:1.51.8

..and go to http://localhost:5100

🔗 Useful Links

v1.51.7: Dark Theme Fix

26 Feb 15:32
ba50806

Choose a tag to compare

📝 What’s Changed

👥 List of contributors

@pglombardo

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

docker run -d -p 5100:5100 pglombardo/pwpush:1.51.7

..and go to http://localhost:5100

🔗 Useful Links