Releases: G4brym/R2-Explorer
Releases · G4brym/R2-Explorer
v1.1.7
v1.1.6
v1.1.5
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
What's Changed
- Refactored worker to use hono + chanfana
- Authentication type, server configs and deployed version are now shown in the
info
button on the sidebar - Dashboard is now served via workers static assets
Existing r2-explorer instances, need to update to latest wrangler
(npm i --save wrangler@latest
) and add this line to the top of their wrangler.toml
:
assets = { directory = "node_modules/r2-explorer/dashboard", binding = "ASSETS", html_handling = "auto-trailing-slash", not_found_handling = "single-page-application" }
Full Changelog: v1.0.7...v1.1.0
v1.0.7
What's Changed
- Fix file head endpoint not working correctly
- Upgrade to latest itty-router-openapi version
- Upgrade to latest postal-mime version
- Dashboard v2 in beta
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
- Fix
o3.replace is Not a Function
error by Locking itty-router version to 4.0.26
Full Changelog: v1.0.5...v1.0.6