Skip to content

Releases: G4brym/R2-Explorer

v1.1.7

29 May 14:21
11918ee
Compare
Choose a tag to compare

What's Changed

  • Skip uploading files that exceed the max retries by @G4brym in #83

Full Changelog: v1.1.6...v1.1.7

v1.1.6

29 May 14:09
bcb6b5f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.5...v1.1.6

v1.1.5

24 May 21:06
752a5b5
Compare
Choose a tag to compare

What's Changed

  • Add a readonly warning on the sidebar by @G4brym in #81

Full Changelog: v1.1.4...v1.1.5

v1.1.4

24 May 18:19
Compare
Choose a tag to compare

What's Changed

  • Fix: Allow uppercase file extensions to be previewed by @Skye-31 in #80

Full Changelog: v1.1.3...v1.1.4

v1.1.3

04 May 09:43
Compare
Choose a tag to compare

What's Changed

  • Remove right sidebar

Full Changelog: v1.1.2...v1.1.3

v1.1.2

04 Jan 13:02
a74fde5
Compare
Choose a tag to compare

What's Changed

  • Further improved the initial loading screen
  • Reduced application boot api calls, to speed up the initial loading
  • Authentication error messages now show as a popup, and with additional informations #65

Full Changelog: v1.1.1...v1.1.2

v1.1.1

19 Dec 18:01
c046b91
Compare
Choose a tag to compare

What's Changed

  • Add HTTP and custom metadata edit to Objects by @G4brym in #66
  • Add Pre-SPA loading screen (previouslly a blank screen appeared while the Vuejs app was loading)

Full Changelog: v1.1.0...v1.1.1

v1.1.0

15 Dec 19:32
Compare
Choose a tag to compare

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

v1.0.7

23 Jan 20:18
Compare
Choose a tag to compare

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

12 Jan 14:57
Compare
Choose a tag to compare

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