Skip to content

v1.42.0: Remove Route Translations

Compare
Choose a tag to compare
@release-drafter release-drafter released this 19 Jul 14:23
· 537 commits to refs/heads/master since this release
86ed5c2

📝 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