Releases: pglombardo/PasswordPusher
v1.50.15: New JS Themes Controller
📝 What’s Changed
🚀 Features
- Themes: Convert to Stimulus controller (#3074) @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.50.15
..and go to http://localhost:5100
🔗 Useful Links
v1.50.14: Fix JS Mode Switching
📝 What’s Changed
- Themes: Fix JS mode switching (#3073) @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.50.14
..and go to http://localhost:5100
🔗 Useful Links
v1.50.13: Expiring File Download Links & Better Session Reset
📝 What’s Changed
When a push contains attached files:
- Unique download links are generated each time the push is viewed
- Each file download link expires after 5 minutes
- A countdown timer shows the remaining time until expiration
- Time Limited Download Links (#2617) @pglombardo
- Delete session cookie and reset session on logout. (#2903) @pglombardo
🚀 Features
- Reconstitute "stable" tag in git (#3072) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump aws-partitions from 1.1048.0 to 1.1049.0 (#3070) @dependabot[bot]
- ⬆️ Bump json from 2.9.1 to 2.10.1 (#3069) @dependabot[bot]
- Bump esbuild from 0.24.0 to 0.25.0 (#3067) @dependabot[bot]
- ⬆️ Bump brakeman from 6.2.2 to 7.0.0 (#2951) @dependabot[bot]
👥 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.50.13
..and go to http://localhost:5100
🔗 Useful Links
v1.50.12: Light/Dark Theme Switching Fix
📝 What’s Changed
- Fix: Theme Switching via Media Query (#3039) Thanks @kayvanaarssen for reporting!
⬆️ Dependencies updates
- ⬆️ Bump parser from 3.3.7.0 to 3.3.7.1 (#3047) @dependabot[bot]
- ⬆️ Bump aws-sdk-core from 3.218.0 to 3.218.1 (#3061) @dependabot[bot]
- ⬆️ Bump rollbar from 3.6.0 to 3.6.1 (#3062) @dependabot[bot]
- ⬆️ Bump net-imap from 0.5.5 to 0.5.6 (#3060) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1047.0 to 1.1048.0 (#3059) @dependabot[bot]
- ⬆️ Bump aws-sdk-s3 from 1.179.0 to 1.180.0 (#3056) @dependabot[bot]
- ⬆️ Bump rdoc from 6.11.0 to 6.12.0 (#3055) @dependabot[bot]
- ⬆️ Bump msgpack from 1.7.5 to 1.8.0 (#3053) @dependabot[bot]
- ⬆️ Bump aws-sdk-kms from 1.97.0 to 1.98.0 (#3052) @dependabot[bot]
- ⬆️ Bump aws-sdk-core from 3.217.1 to 3.218.0 (#3051) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1045.0 to 1.1046.0 (#3049) @dependabot[bot]
- ⬆️ Bump net-smtp from 0.5.0 to 0.5.1 (#3048) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1044.0 to 1.1045.0 (#3046) @dependabot[bot]
- ⬆️ Bump ruby-debug-ide from 0.7.4 to 0.7.5 (#3045) @dependabot[bot]
- ⬆️ Bump debase from 0.2.8 to 0.2.9 (#3044) @dependabot[bot]
👥 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.50.12
..and go to http://localhost:5100
🔗 Useful Links
v1.50.11: Docker: Disable arm64 arch temporarily
☝️ ARM64 Docker builds
📝 What’s Changed
The tools for building arm64
Docker containers via QEMU are experiencing issues. To avoid halting the release process, arm64
support is being temporarily dropped.
For those that need arm64
support, use v1.50.6 or earlier for the time being. I will monitor the bug fixes and will re-activate when possible.
For bug/investigation discussion, see #3037
- Restore Bootsnap (#3043) @pglombardo
- Fix: Continued Alpine Adjustments (#3040) @pglombardo
- Fix Alpine build issue (#3038) @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.50.8
..and go to http://localhost:5100
🔗 Useful Links
v1.50.7: Fix Broken Docker Container; Dependency & Security Updates
📝 What’s Changed
As reported in #3037, the Docker container was failing to boot. This release should resolve that issue. Thanks for reporting all!
🚀 Features
- Fix Broken Container and Other Dockerfile Improvements (#2981) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump unicode-display_width from 2.6.0 to 3.1.4 (#3020) @dependabot[bot]
- ⬆️ Bump terminal-table from 3.0.2 to 4.0.0 (#3019) @dependabot[bot]
- ⬆️ Bump language_server-protocol from 3.17.0.3 to 3.17.0.4 (#3022) @dependabot[bot]
- ⬆️ Bump aws-sdk-s3 from 1.178.0 to 1.179.0 (#3030) @dependabot[bot]
- ⬆️ Bump overcommit from 0.65.0 to 0.66.0 (#3031) @dependabot[bot]
- ⬆️ Bump rack from 3.1.8 to 3.1.9 (#3035) @dependabot[bot]
- ⬆️ Bump aws-sdk-core from 3.217.0 to 3.217.1 (#3034) @dependabot[bot]
- ⬆️ Bump solid_queue from 1.1.2 to 1.1.3 (#3029) @dependabot[bot]
- ⬆️ Bump digest-crc from 0.6.5 to 0.7.0 (#3028) @dependabot[bot]
- ⬆️ Bump puma from 6.5.0 to 6.6.0 (#3027) @dependabot[bot]
- ⬆️ Bump overcommit from 0.64.1 to 0.65.0 (#3024) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1042.0 to 1.1043.0 (#3023) @dependabot[bot]
- ⬆️ Bump rubocop-ast from 1.37.0 to 1.38.0 (#3021) @dependabot[bot]
- ⬆️ Bump googleauth from 1.13.0 to 1.13.1 (#3017) @dependabot[bot]
- ⬆️ Bump rubocop-rails from 2.29.0 to 2.29.1 (#3018) @dependabot[bot]
- ⬆️ Bump aws-sdk-core from 3.216.1 to 3.217.0 (#3016) @dependabot[bot]
- ⬆️ Bump aws-sdk-core from 3.216.0 to 3.216.1 (#3011) @dependabot[bot]
- ⬆️ Bump googleauth from 1.12.2 to 1.13.0 (#3010) @dependabot[bot]
- ⬆️ Bump irb from 1.15.0 to 1.15.1 (#3009) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1040.0 to 1.1041.0 (#3008) @dependabot[bot]
- ⬆️ Bump irb from 1.14.3 to 1.15.0 (#3007) @dependabot[bot]
- ⬆️ Bump helm/chart-testing-action from 2.6.1 to 2.7.0 (#3002) @dependabot[bot]
- ⬆️ Bump terser from 1.2.4 to 1.2.5 (#3001) @dependabot[bot]
- ⬆️ Bump erb_lint from 0.7.0 to 0.9.0 (#3000) @dependabot[bot]
- ⬆️ Bump nokogiri from 1.18.1 to 1.18.2 (#2998) @dependabot[bot]
- ⬆️ Bump psych from 5.2.2 to 5.2.3 (#2997) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1039.0 to 1.1040.0 (#2995) @dependabot[bot]
- ⬆️ Bump rubocop-rails from 2.28.0 to 2.29.0 (#2994) @dependabot[bot]
👥 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.50.7
..and go to http://localhost:5100
🔗 Useful Links
v1.50.6: Fix Preliminary Double Loading
This releases fixes an issue where under some circumstances, the "Click Here to Proceed" link was being pre-loaded via Javascript optimization and burning up a view.
📝 What’s Changed
- Fix: Block preliminary pre-loading (#2993) @pglombardo
- Tools: New Docker release tagging script (#2989) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump ruby from 3.3-alpine to 3.4-alpine in /containers/docker (#2944) @dependabot
- ⬆️ Bump parser from 3.3.6.0 to 3.3.7.0 (#2992) @dependabot
- ⬆️ Bump aws-partitions from 1.1038.0 to 1.1039.0 (#2991) @dependabot
- ⬆️ Bump rdoc from 6.10.0 to 6.11.0 (#2990) @dependabot
- ⬆️ Bump rubocop-performance from 1.23.0 to 1.23.1 (#2957) @dependabot
- ⬆️ Bump aws-sdk-s3 from 1.177.0 to 1.178.0 (#2987) @dependabot
- ⬆️ Bump aws-sdk-core from 3.215.1 to 3.216.0 (#2986) @dependabot
- ⬆️ Bump google-apis-core from 0.15.1 to 0.16.0 (#2985) @dependabot
- ⬆️ Bump concurrent-ruby from 1.3.4 to 1.3.5 (#2984) @dependabot
- ⬆️ Bump aws-sdk-kms from 1.96.0 to 1.97.0 (#2983) @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.50.6
..and go to http://localhost:5100
🔗 Useful Links
v1.50.5: Docker Related Improvements
📝 What’s Changed
- Docker Builds: Include yaml-dev for psych lib (#2980) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump parser from 3.3.6.0 to 3.3.7.0 (#2992) @dependabot
- ⬆️ Bump aws-partitions from 1.1038.0 to 1.1039.0 (#2991) @dependabot
- ⬆️ Bump rdoc from 6.10.0 to 6.11.0 (#2990) @dependabot
- ⬆️ Bump rubocop-performance from 1.23.0 to 1.23.1 (#2957) @dependabot
- ⬆️ Bump aws-sdk-s3 from 1.177.0 to 1.178.0 (#2987) @dependabot
- ⬆️ Bump aws-sdk-core from 3.215.1 to 3.216.0 (#2986) @dependabot
- ⬆️ Bump google-apis-core from 0.15.1 to 0.16.0 (#2985) @dependabot
- ⬆️ Bump concurrent-ruby from 1.3.4 to 1.3.5 (#2984) @dependabot
- ⬆️ Bump aws-sdk-kms from 1.96.0 to 1.97.0 (#2983) @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.50.5
..and go to http://localhost:5100
🔗 Useful Links
v1.50.4: Dependency & Security Updates
📝 What’s Changed
⬆️ Dependencies updates
- ⬆️ Bump aws-sdk-core from 3.215.0 to 3.215.1 (#2979) @dependabot
- ⬆️ Bump aws-partitions from 1.1035.0 to 1.1037.0 (#2978) @dependabot
- ⬆️ Bump rubocop from 1.69.2 to 1.70.0 (#2976) @dependabot
- ⬆️ Bump tilt from 2.5.0 to 2.6.0 (#2975) @dependabot
- ⬆️ Bump debase-ruby_core_source from 3.4.0 to 3.4.1 (#2974) @dependabot
- ⬆️ Bump aws-sdk-core from 3.214.1 to 3.215.0 (#2972) @dependabot
- ⬆️ Bump logger from 1.6.4 to 1.6.5 (#2971) @dependabot
- ⬆️ Bump debase-ruby_core_source from 3.3.6 to 3.4.0 (#2970) @dependabot
- ⬆️ Bump aws-sigv4 from 1.10.1 to 1.11.0 (#2969) @dependabot
- ⬆️ Bump aws-partitions from 1.1034.0 to 1.1035.0 (#2968) @dependabot
- ⬆️ Bump aws-partitions from 1.1033.0 to 1.1034.0 (#2967) @dependabot
- ⬆️ Bump aws-partitions from 1.1032.0 to 1.1033.0 (#2966) @dependabot
- ⬆️ Bump connection_pool from 2.4.1 to 2.5.0 (#2964) @dependabot
- ⬆️ Bump highline from 3.1.1 to 3.1.2 (#2963) @dependabot
- ⬆️ Bump aws-partitions from 1.1031.0 to 1.1032.0 (#2962) @dependabot
- ⬆️ Bump aws-sdk-s3 from 1.176.1 to 1.177.0 (#2961) @dependabot
- ⬆️ Bump websocket-driver from 0.7.6 to 0.7.7 (#2960) @dependabot
- ⬆️ Bump net-imap from 0.5.4 to 0.5.5 (#2959) @dependabot
- ⬆️ Bump rubyzip from 2.3.2 to 2.4.1 (#2958) @dependabot
- ⬆️ Bump rack-session from 2.0.0 to 2.1.0 (#2956) @dependabot
- ⬆️ Bump aws-partitions from 1.1030.0 to 1.1031.0 (#2955) @dependabot
- ⬆️ Bump aws-partitions from 1.1029.0 to 1.1030.0 (#2953) @dependabot
- ⬆️ Bump loofah from 2.23.1 to 2.24.0 (#2952) @dependabot
- ⬆️ Bump ffi from 1.17.0 to 1.17.1 (#2950) @dependabot
- ⬆️ Bump lockbox from 2.0.0 to 2.0.1 (#2948) @dependabot
- ⬆️ Bump oj from 3.16.8 to 3.16.9 (#2947) @dependabot
- ⬆️ Bump aws-sdk-core from 3.214.0 to 3.214.1 (#2946) @dependabot
- ⬆️ Bump solid_queue from 1.1.1 to 1.1.2 (#2945) @dependabot
- ⬆️ Bump lockbox from 1.4.1 to 2.0.0 (#2687) @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.50.4
..and go to http://localhost:5100
🔗 Useful Links
v1.50.3: Theme Bug Fix & Latest Language Strings
📝 What’s Changed
- Cyborg Theme: Upstream Bootswatch Fix (#2942) @pglombardo
🚀 Features
- Latest Translation Strings (#2943) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump importmap-rails from 2.0.3 to 2.1.0 (#2926) @dependabot
- ⬆️ Bump net-imap from 0.5.2 to 0.5.4 (#2924) @dependabot
- ⬆️ Bump helm/kind-action from 1.11.0 to 1.12.0 (#2929) @dependabot
- ⬆️ Bump pry from 0.15.0 to 0.15.2 (#2931) @dependabot
- ⬆️ Bump rubocop-rails from 2.27.0 to 2.28.0 (#2936) @dependabot
- ⬆️ Bump tilt from 2.4.0 to 2.5.0 (#2923) @dependabot
- ⬆️ Bump solid_queue from 1.1.0 to 1.1.1 (#2939) @dependabot
- ⬆️ Bump aws-partitions from 1.1025.0 to 1.1029.0 (#2940) @dependabot
- ⬆️ Bump bigdecimal from 3.1.8 to 3.1.9 (#2937) @dependabot
- ⬆️ Bump sqlite3 from 2.4.1 to 2.5.0 (#2938) @dependabot
- ⬆️ Bump jwt from 2.9.3 to 2.10.1 (#2941) @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.50.3
..and go to http://localhost:5100