Skip to content

Releases: pglombardo/PasswordPusher

v1.58.3: Fix URL param provided passphrases

02 Jul 15:19
1acc367
Compare
Choose a tag to compare

📝 What’s Changed

👥 List of contributors

@ozovalihasan and @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.58.3

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

🔗 Useful Links

v1.58.2: New Purge Setting & MariaDB/MySQL Fix

02 Jul 11:04
dac4ab8
Compare
Choose a tag to compare

This PR introduces a new setting purge_after (env var PWP__PURGE_AFTER):

Set the time after which expired pushes, including metadata like expiration settings and audit logs, are permanently deleted. Adjust this to control how long metadata is retained for enhanced privacy. Warning: Once purged, this data is irretrievable.

MySQL & MariaDB Fix

An issue was found (#3458) for MySQL & MariaDB users related to the recent data migration. This release introduces the fix.

Summary:

  • If you have pre-existing data, run v1.56.3 for a about an hour to allow the data migration job to complete. Afterwards, upgrade to this version (v1.58.2).
  • New installations: move directly to this release (v1.58.2) to fix the issue reported in #3458.

Note: This fix only applies to MySQL and MariaDB users.

📝 What’s Changed

🚀 Features

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @ozovalihasan, @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.58.2

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

🔗 Useful Links

v1.58.1: Latest Language Strings

24 Jun 15:20
9c2aa89
Compare
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.58.1

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

🔗 Useful Links

v1.58.0: New Secure Cookies Option

16 Jun 17:50
326a06e
Compare
Choose a tag to compare

📝 What’s Changed

This releases adds new setting secure_cookies. Enable with PWP__SECURE_COOKIES=true or setting secure_cookies: true in your settings.yml.

Enabling this security feature will put in place a few security restrictions including:

  1. Only send cookies over HTTPS
  2. Prevent Javascript from accessing cookies
  3. Cookies can only be accessed in same-site requests

You can read more about the strategies employed here and the attack vectors it defends against here:
https://guides.rubyonrails.org/security.html#sessions

Note that this option is disabled by default as enabling it will break those running over HTTP, on intranets and possibly those running behind some proxies.

🚀 Features

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @ozovalihasan, @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.58.0

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

🔗 Useful Links

v1.57.1: Minor QR Code UI Fixes; Better Form Errors

16 Jun 17:25
dfff50e
Compare
Choose a tag to compare

📝 What’s Changed

🚀 Features

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @ozovalihasan, @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.57.1

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

🔗 Useful Links

v1.57.0: New QR Pushes

12 Jun 17:14
fef2d55
Compare
Choose a tag to compare

📝 What’s Changed

With this release, you can now push QR codes directly to your users!

The feature is disabled by default so make sure to see the documentation on how to enable and configure.

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @ozovalihasan, @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.56.7

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

🔗 Useful Links

v1.56.6: Admin Dashboard: Fix User Edit

10 Jun 09:31
06f62ac
Compare
Choose a tag to compare

📝 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.56.6

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

🔗 Useful Links

v1.56.5: Fix Broken Interpolations

09 Jun 20:01
86a1116
Compare
Choose a tag to compare

📝 What’s Changed

  • Fix Bad Interpolations in Translated Strings (#3440) Thanks for reporting @spacemania!

⬆️ 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.56.5

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

🔗 Useful Links

v1.56.4: Drop Legacy Model Support

08 Jun 15:38
8ce4215
Compare
Choose a tag to compare

📝 What’s Changed

This release wraps up the model unification by dropping the old tables and removing support for the legacy models.

If you have legacy data and the data migration job hasn't completed yet, this release will fail to boot with the message:

Data migration not completed. Please run v1.56.3 first and allow the data migration to complete. Then update to this version. See https://github.com/pglombardo/PasswordPusher/releases/tag/v1.56.0 for more information.

If this is the case, then run v1.56.3 and allow the data migration to complete. This usually takes less than 30 minutes maximum.

Details about the data migration and how to monitor are in v1.56.0 release notes.

🚀 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.56.4

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

🔗 Useful Links

v1.56.3: Dashboard Updates & Latest Language Strings

06 Jun 12:03
161271c
Compare
Choose a tag to compare

📝 What’s Changed

A few visual updates to the dashboard.

Screenshot 2025-06-06 at 13 12 03

🚀 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.56.3

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

🔗 Useful Links