Skip to content

Releases: G4brym/R2-Explorer

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

v1.0.5

14 Dec 19:30
Compare
Choose a tag to compare

What's Changed

  • Fix issue that blocked users from loading the dashboard introduced in a recent release of itty-router-openapi
  • Add github action to deploy automatically by @G4brym in #37
  • Add support for folders with more than 1000 files or truncated by the r2 api by @G4brym in #38
  • Auto refresh email list every 5 minutes by @G4brym in #39

Full Changelog: v1.0.4...v1.0.5

v1.0.4

17 Sep 10:53
848eca8
Compare
Choose a tag to compare

What's Changed

  • Fix list object endpoint limit parameter (required for pagination) by @G4brym in #36

Upgrading from an older version?

Check out how to upgrade your installation here

v1.0.3

11 Sep 17:07
Compare
Choose a tag to compare

What's Changed

  • Fix error on object delete endpoint

Upgrading from an older version?

Check out how to upgrade your installation here

v1.0.2

08 Sep 22:20
Compare
Choose a tag to compare

What's Changed

  • Add basic auth
  • Add simple PWA (with shortcuts directly to email and storage)
  • Mark open emails as read
  • Add share button to files
  • Fix multipart upload for big files

Upgrading from an older version?

Check out how to upgrade your installation here

v1.0.1

07 Sep 18:48
9de48bc
Compare
Choose a tag to compare

What's Changed

  • Mark open emails as read
  • Add share button to files
  • Support previewing email files in bucket by @zehuanli in #26
  • Fix multipart upload

Upgrading from an older version?

Check out how to upgrade your installation here

v1.0.0

30 Aug 20:58
619da7d
Compare
Choose a tag to compare

What's Changed

Upgrading from an older version?

Migration guide to 1.0.0 available here!