Improve URL replacement strategy for frontend assets

- Enhanced rewrite_frontend_reference function to handle multiple URL encoding formats
- Now replaces plain URLs, backslash-escaped URLs, and double-backslash-escaped URLs
- Added https://ente.io -> BASE_URL replacement
- Version bump to 0.3.0

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Your Name
2025-10-21 19:58:39 -06:00
parent 37cd205a07
commit 1738af7f61
2 changed files with 31 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
"contactEmail": "contact@ente.io",
"website": "https://ente.io",
"tagline": "Open source, end-to-end encrypted photo backup",
"version": "0.2.2",
"version": "0.3.0",
"upstreamVersion": "git-main",
"healthCheckPath": "/health",
"httpPort": 3080,