Releases: pglombardo/PasswordPusher
v1.40.3: Fix Admin Dashboard User Search
📝 What’s Changed
- Admin: Fix User Search (#2054) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump method_source from 1.0.0 to 1.1.0 (#2053) @dependabot
👥 List of contributors
@dependabot, @dependabot[bot] 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.40.3
..and go to http://localhost:5100
🔗 Useful Links
- Configuration Documentation
- API Documentation
- Docker Hub
- GitHub
- Website
- Newsletter
v1.40.2: Language Strings & Minor Fixes
📝 What’s Changed
- Set default sort for Views (#2048) @pglombardo
🚀 Features
- Latest language strings (#2052) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump aws-sdk-kms from 1.78.0 to 1.79.0 (#2051) @dependabot
- ⬆️ Bump mini_portile2 from 2.8.5 to 2.8.6 (#2049) @dependabot
- ⬆️ Bump foreman from 0.87.2 to 0.88.1 (#2050) @dependabot
- ⬆️ Bump aws-partitions from 1.912.0 to 1.913.0 (#2047) @dependabot
👥 List of contributors
@dependabot, @dependabot[bot] 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.40.2
..and go to http://localhost:5100
🔗 Useful Links
- Configuration Documentation
- API Documentation
- Docker Hub
- GitHub
- Website
- Newsletter
v1.40.1: Minor QR Code Fix
📝 What’s Changed
- QR Code Print: Add More Allowed Params (#2045) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump nokogiri from 1.16.3 to 1.16.4 (#2044) @dependabot
- ⬆️ Bump aws-partitions from 1.911.0 to 1.912.0 (#2043) @dependabot
- ⬆️ Bump devise from 4.9.3 to 4.9.4 (#2042) @dependabot
👥 List of contributors
@dependabot, @dependabot[bot] 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.40.1
..and go to http://localhost:5100
🔗 Useful Links
- Configuration Documentation
- API Documentation
- Docker Hub
- GitHub
- Website
- Newsletter
v1.40.0: QR Codes with Print & Share Pages
📝 What’s Changed
This adds QR codes to the preview pages with an option to print a customised shareable page. See the screenshots here.
- Add QR codes to preview pages (#2037) @pglombardo
👥 List of contributors
🛥️ 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.40.0
..and go to http://localhost:5100
🔗 Useful Links
- Configuration Documentation
- API Documentation
- Docker Hub
- GitHub
- Website
- Newsletter
v1.39.9: More TestMailer Tool Checks
📝 What’s Changed
🚀 Features
- TestMailer: Add more checks (#2038) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump aws-partitions from 1.910.0 to 1.911.0 (#2040) @dependabot
- ⬆️ Bump reline from 0.5.0 to 0.5.1 (#2039) @dependabot
- ⬆️ Bump aws-partitions from 1.909.0 to 1.910.0 (#2036) @dependabot
👥 List of contributors
@dependabot, @dependabot[bot] 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.39.9
..and go to http://localhost:5100
🔗 Useful Links
- Configuration Documentation
- API Documentation
- Docker Hub
- GitHub
- Website
- Newsletter
v1.39.8: Email Tools
📝 What’s Changed
This release adds a new TestMailer to test sending email from the application console. See this article for instructions.
🚀 Features
- Send notification on password change (#2031) @pglombardo
- Email: Add new TestMailer to diagnose SMTP issues (#2035) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump aws-partitions from 1.908.0 to 1.909.0 (#2033) @dependabot
- ⬆️ Bump rake from 13.2.0 to 13.2.1 (#2032) @dependabot
👥 List of contributors
@dependabot, @dependabot[bot] 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.39.8
..and go to http://localhost:5100
🔗 Useful Links
- Configuration Documentation
- API Documentation
- Docker Hub
- GitHub
- Website
- Newsletter
v1.39.7: Database Performance Bump
📝 What’s Changed
- DB: Add Indexes to Views Table (#2030) @pglombardo
👥 List of contributors
🛥️ 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.39.7
..and go to http://localhost:5100
🔗 Useful Links
- Configuration Documentation
- API Documentation
- Docker Hub
- GitHub
- Website
- Newsletter
v1.39.6: New Docker Tag Scheme
📝 What’s Changed
This release introduces a new Docker tagging schema to replace the old.
The new, more sensible Docker tag schema is now:
vX.X.X
- version tags are release versions of the applicationlatest
- the latest (most recent)vX.X.X
releasestable
- this tag will always point to the latest stable releasenightly
- the nightly development builds
The release
tag will no longer be updated.
🚀 Features
- Docker Tags: latest == latest release (#1951) @pglombardo
📝 Documentation
- Update Docker tag references (#2028) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump aws-partitions from 1.907.0 to 1.908.0 (#2027) @dependabot
- ⬆️ Bump json from 2.7.1 to 2.7.2 (#2026) @dependabot
👥 List of contributors
@dependabot, @dependabot[bot] 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.39.6
..and go to http://localhost:5100
🔗 Useful Links
- Configuration Documentation
- API Documentation
- Docker Hub
- GitHub
- Website
- Newsletter
v1.39.5: Centralise Things & Dependency Updates
📝 What’s Changed
🚀 Features
- ActionController::UnknownFormat: Centralize Handler (#2024) @pglombardo
- Localization: Centralize Keys (#2019) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump aws-partitions from 1.906.0 to 1.907.0 (#2025) @dependabot
- ⬆️ Bump terser from 1.2.1 to 1.2.2 (#2023) @dependabot
- ⬆️ Bump public_suffix from 5.0.4 to 5.0.5 (#2021) @dependabot
- ⬆️ Bump aws-sdk-core from 3.191.5 to 3.191.6 (#2020) @dependabot
- ⬆️ Bump aws-partitions from 1.904.0 to 1.905.0 (#2017) @dependabot
- ⬆️ Bump rake from 13.1.0 to 13.2.0 (#2016) @dependabot
- ⬆️ Bump aws-partitions from 1.903.0 to 1.904.0 (#2015) @dependabot
- ⬆️ Bump debug from 1.9.1 to 1.9.2 (#2014) @dependabot
- ⬆️ Bump aws-partitions from 1.902.0 to 1.903.0 (#2012) @dependabot
- ⬆️ Bump terser from 1.2.0 to 1.2.1 (#2011) @dependabot
- ⬆️ Bump aws-sdk-s3 from 1.146.0 to 1.146.1 (#2010) @dependabot
👥 List of contributors
@dependabot, @dependabot[bot] 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.39.5
..and go to http://localhost:5100
🔗 Useful Links
- Configuration Documentation
- API Documentation
- Docker Hub
- GitHub
- Website
- Newsletter
v1.39.4: Admin Dashboard Fix & Latest Language Strings
📝 What’s Changed
- Admin Dashboard: Fix for User Creation (#2009) @pglombardo
🚀 Features
- Latest Language Strings (#2007) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump config from 5.3.0 to 5.4.0 (#1979) @dependabot
👥 List of contributors
@dependabot, @dependabot[bot] 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.39.4
..and go to http://localhost:5100
🔗 Useful Links
- Configuration Documentation
- API Documentation
- Docker Hub
- GitHub
- Website
- Newsletter