Skip to content

v1.1.0

Compare
Choose a tag to compare
@G4brym G4brym released this 15 Dec 19:32
· 14 commits to main since this release

What's Changed

  • Refactored worker to use hono + chanfana
  • Authentication type, server configs and deployed version are now shown in the infobutton 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