Releases: pglombardo/PasswordPusher
v1.39.1: Better Param Prep & Parsing
📝 What’s Changed
🚀 Features
- Better Param Prep & Parsing (#1972) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump better_html from 2.0.2 to 2.1.0 (#1976) @dependabot
- ⬆️ Bump bigdecimal from 3.1.6 to 3.1.7 (#1975) @dependabot
- ⬆️ Bump aws-partitions from 1.896.0 to 1.897.0 (#1974) @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.1
..and go to http://localhost:5100
🔗 Useful Links
- Configuration Documentation
- API Documentation
- Docker Hub
- GitHub
- Website
- Newsletter
v1.39.0: New Admin Dashboard for Self Hosted Instances
📝 What’s Changed
The admin dashboard (/admin
) is only available when logins are enabled and your account is marked as Administrator. See the documentation here.
tldr; Mark your account as admin by executing PasswordPusher.grant_system_admin!('[email protected]')
in the application console.
See here for a screenshot.
- New Admin Dashboard for Self Hosted Instances (#1965) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump aws-sdk-s3 from 1.143.1 to 1.144.0 (#1970) @dependabot
- ⬆️ Bump minitest from 5.22.2 to 5.22.3 (#1969) @dependabot
- ⬆️ Bump rails-i18n from 7.0.8 to 7.0.9 (#1968) @dependabot
- ⬆️ Bump google-apis-core from 0.14.0 to 0.14.1 (#1967) @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.0
..and go to http://localhost:5100
🔗 Useful Links
- Configuration Documentation
- API Documentation
- Docker Hub
- GitHub
- Website
- Newsletter
v1.38.1: Fix FilePush Form Error
This fix deals with a limit that applies to pwpush.com only: the maximum number of file pushes allowed for a single account.
📝 What’s Changed
- Fix Error with FilePush limits being hit (#1966) @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.38.1
..and go to http://localhost:5100
🔗 Useful Links
- Configuration Documentation
- API Documentation
- Docker Hub
- GitHub
- Website
- Newsletter
v1.38.0: New Language Option, Removed Deprecated Relative Root & More
This release contains a new enabled_language_codes
option in the settings.yml
file. If you wish to disable languages from being available in the application, comment out or remove items from this list.
🚀 Features
- Add new "enabled_language_codes" option to
settings.yml
(#1960) @pglombardo
📝 What’s Changed
- Migrate from Will Paginate to Kaminari (#1958) @pglombardo
- Latest Language Strings (#1961) @pglombardo
- Remove the deprecated relative_root option (#1959) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump aws-sdk-s3 from 1.143.0 to 1.143.1 (#1964) @dependabot
- ⬆️ Bump standard from 1.34.0 to 1.35.1 (#1963) @dependabot
- ⬆️ Bump rubocop from 1.62.0 to 1.62.1 (#1957) @dependabot
- ⬆️ Bump google-apis-storage_v1 from 0.34.0 to 0.35.0 (#1953) @dependabot
- ⬆️ Bump rubocop-ast from 1.31.1 to 1.31.2 (#1956) @dependabot
- ⬆️ Bump aws-partitions from 1.895.0 to 1.896.0 (#1955) @dependabot
- ⬆️ Bump turbo-rails from 2.0.4 to 2.0.5 (#1954) @dependabot
- ⬆️ Bump google-apis-iamcredentials_v1 from 0.19.0 to 0.20.0 (#1952) @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.38.0
..and go to http://localhost:5100
🔗 Useful Links
- Configuration Documentation
- API Documentation
- Docker Hub
- GitHub
- Website
- Newsletter
v1.37.12: FAQ Update & Dependencies
📝 What’s Changed
- Small FAQ updates (#1950) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump irb from 1.11.2 to 1.12.0 (#1949) @dependabot
- ⬆️ Bump google-cloud-core from 1.6.1 to 1.7.0 (#1948) @dependabot
- ⬆️ Bump google-cloud-errors from 1.3.1 to 1.4.0 (#1947) @dependabot
- ⬆️ Bump rubocop from 1.61.0 to 1.62.0 (#1946) @dependabot
- ⬆️ Bump i18n from 1.14.3 to 1.14.4 (#1945) @dependabot
- ⬆️ Bump i18n from 1.14.1 to 1.14.3 (#1944) @dependabot
- ⬆️ Bump rack-cors from 2.0.1 to 2.0.2 (#1943) @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.37.12
..and go to http://localhost:5100
🔗 Useful Links
- Configuration Documentation
- API Documentation
- Docker Hub
- GitHub
- Website
- Newsletter
v1.37.11: Dependencies, Docs & Language Strings
📝 What’s Changed
- Fix Dutch Translation on Preview Page (#1941) @pglombardo
- Tools Page: Update the Browser Code Example (#1930) @pglombardo
🚀 Features
- Latest Language Strings (#1940) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump rubocop-ast from 1.31.0 to 1.31.1 (#1939) @dependabot
- ⬆️ Bump drb from 2.2.0 to 2.2.1 (#1937) @dependabot
- ⬆️ Bump marcel from 1.0.3 to 1.0.4 (#1938) @dependabot
- ⬆️ Bump config from 5.1.0 to 5.3.0 (#1936) @dependabot
- ⬆️ Bump pg from 1.5.5 to 1.5.6 (#1935) @dependabot
- ⬆️ Bump rubocop from 1.60.2 to 1.61.0 (#1934) @dependabot
- ⬆️ Bump rubocop-ast from 1.30.0 to 1.31.0 (#1932) @dependabot
- ⬆️ Bump aws-partitions from 1.894.0 to 1.895.0 (#1933) @dependabot
- ⬆️ Bump jwt from 2.8.0 to 2.8.1 (#1931) @dependabot
- ⬆️ Bump marcel from 1.0.2 to 1.0.3 (#1929) @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.37.11
..and go to http://localhost:5100
🔗 Useful Links
- Configuration Documentation
- API Documentation
- Docker Hub
- GitHub
- Website
- Newsletter
v1.37.10: Updated Tools Page, A Deprecation and Dependency Updates
📝 What’s Changed
- Deprecate relative_root option (#1921) @pglombardo
📝 Documentation
- Updated Tools Page (#1928) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump thor from 1.3.0 to 1.3.1 (#1927) @dependabot
- ⬆️ Bump google-apis-storage_v1 from 0.33.0 to 0.34.0 (#1926) @dependabot
- ⬆️ Bump listen from 3.8.0 to 3.9.0 (#1925) @dependabot
- ⬆️ Bump google-apis-iamcredentials_v1 from 0.18.0 to 0.19.0 (#1923) @dependabot
- ⬆️ Bump reline from 0.4.2 to 0.4.3 (#1922) @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.37.10
..and go to http://localhost:5100
🔗 Useful Links
- Configuration Documentation
- API Documentation
- Docker Hub
- GitHub
- Website
- Newsletter
v1.37.9: Logging Fix & Remove Branding From Error Pages
📝 What’s Changed
- Fix Container Logging (#1919) @pglombardo
🚀 Features
- Remove branding from error pages (#1920) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump rails from 7.1.3 to 7.1.3.2 (#1916) @dependabot
- ⬆️ Bump turbo-rails from 2.0.3 to 2.0.4 (#1918) @dependabot
- ⬆️ Bump google-cloud-storage from 1.48.1 to 1.49.0 (#1915) @dependabot
- ⬆️ Bump aws-sdk-core from 3.191.2 to 3.191.3 (#1914) @dependabot
- ⬆️ Bump rollbar from 3.5.1 to 3.5.2 (#1913) @dependabot
- ⬆️ Bump aws-partitions from 1.893.0 to 1.894.0 (#1909) @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.37.9
..and go to http://localhost:5100
🔗 Useful Links
- Configuration Documentation
- API Documentation
- Docker Hub
- GitHub
- Website
- Newsletter
v1.37.8: Language Strings, Dependencies and Documentation
📝 What’s Changed
- Latest Language Strings (#1908) @pglombardo
📝 Documentation
- Pre-compilation: Update yaml file with documentation (#1902) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump turbo-rails from 2.0.2 to 2.0.3 (#1907) @dependabot
- ⬆️ Bump jwt from 2.7.1 to 2.8.0 (#1906) @dependabot
- ⬆️ Bump aws-partitions from 1.892.0 to 1.893.0 (#1905) @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.37.8
..and go to http://localhost:5100
🔗 Useful Links
- Configuration Documentation
- API Documentation
- Docker Hub
- GitHub
- Website
- Newsletter
v1.37.7: Javascript Upgrades & Linter Improvements
📝 What’s Changed
- Latest Language Strings (#1901) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump turbo-rails from 1.5.0 to 2.0.2 (#1880) @dependabot
- Switch Lint Checks in pre-commit (#1897) @pglombardo
👥 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.37.7
..and go to http://localhost:5100
🔗 Useful Links
- Configuration Documentation
- API Documentation
- Docker Hub
- GitHub
- Website
- Newsletter