Skip to content

Releases: pglombardo/PasswordPusher

v1.45.1: Framework Tweaks & Dependency Updates

18 Aug 16:17
45500b7
Compare
Choose a tag to compare

๐Ÿ“ Whatโ€™s Changed

๐Ÿš€ Features

โฌ†๏ธ Dependencies updates

๐Ÿ‘ฅ 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.45.1

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

๐Ÿ”— Useful Links

v1.45.0: Framework Upgrade & New British English Support

14 Aug 11:03
63ce0e7
Compare
Choose a tag to compare

๐Ÿ“ Whatโ€™s Changed

โฌ†๏ธ Dependencies updates

๐Ÿ‘ฅ 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.45.0

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

๐Ÿ”— Useful Links

v1.44.0: New Public Gateway Container

11 Aug 15:34
eae1660
Compare
Choose a tag to compare

This release introduces a new BETA public gateway container.

Read the announcement on X
https://x.com/pwpush/status/1822653929987223712

Read the documentation:
https://docs.pwpush.com/docs/public-gateway/

๐Ÿ“ Whatโ€™s Changed

โฌ†๏ธ Dependencies updates

๐Ÿ‘ฅ 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.44.0

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

๐Ÿ”— Useful Links

v1.43.1: Dependency & Security Updates

06 Aug 10:22
becffc2
Compare
Choose a tag to compare

๐Ÿ“ Whatโ€™s Changed

๐Ÿš€ Features

โฌ†๏ธ Dependencies updates

๐Ÿ‘ฅ List of contributors

@dependabot, @dependabot[bot], @ochristi 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.43.1

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

๐Ÿ”— Useful Links

v1.43.0: Bring Back the Language Dropdown

25 Jul 08:12
146b402
Compare
Choose a tag to compare

๐Ÿ“ Whatโ€™s Changed

๐Ÿš€ Features

โฌ†๏ธ Dependencies updates

๐Ÿ‘ฅ 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.43.0

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

๐Ÿ”— Useful Links

v1.42.2: Localhost Email Fix

22 Jul 17:30
6673929
Compare
Choose a tag to compare

๐Ÿ“ Whatโ€™s Changed

โฌ†๏ธ Dependencies updates

๐Ÿ‘ฅ 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.42.2

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

๐Ÿ”— Useful Links

v1.42.1: Legacy URL Redirect Fix

20 Jul 09:19
e725db2
Compare
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.42.1

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

๐Ÿ”— Useful Links

v1.42.0: Remove Route Translations

19 Jul 14:23
86ed5c2
Compare
Choose a tag to compare

๐Ÿ“ Whatโ€™s Changed

A long time back, I introduced translated routes with good intentions but it ultimately became an headache for those self-hosting the application having to write complex proxy rules to properly route requests.

This release completely overhauls the language support making it completely automatic now.

See this documentation page for more information.

๐Ÿš€ Features

โฌ†๏ธ Dependencies updates

๐Ÿ‘ฅ 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.42.0

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

๐Ÿ”— Useful Links

v1.41.15: Admin Dashboard: Show times in Configured Timezone

11 Jul 14:08
ef11699
Compare
Choose a tag to compare

๐Ÿ“ Whatโ€™s Changed

  • Admin Dashboard: Show times in Configured Timezone (#2337) Thanks for reporting @shnsys!

๐Ÿ“ Documentation

โฌ†๏ธ Dependencies updates

๐Ÿ‘ฅ 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.41.15

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

๐Ÿ”— Useful Links

v1.41.14: Add Link to new Docs Portal

06 Jul 21:47
ae1f00a
Compare
Choose a tag to compare

๐Ÿ“ Whatโ€™s Changed

Password Pusher has a new documentation portal available at:

https://docs.pwpush.com

๐Ÿš€ 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.41.14

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

๐Ÿ”— Useful Links