Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@retrixe retrixe released this 27 Aug 15:43
cc9c700

Compatible with Octyne 1.x, targets Octyne 1.2.x.

🎉 Ecthelion v1.2 brings a bunch of massive improvements (particularly to the file manager!) and supports all new Octyne v1.2 features!

Ecthelion also moved to Yarn v4 with this update, which you may need to make adjustments for.

Minor Changes

  • Show Octyne version on /about page: a4a22c2
  • Show servers that are marked for deletion: 6fb7ebf
  • Strip ANSI terminal escape sequences from console: 03f54a9
  • Improve error messages in account management page: bdb208e
  • Add account rename support for Octyne 1.2: 03c6038
  • Add cookieAuth config, better logged in detection: 7d56160
  • Rename localStorage.token to ecthelion:token. This avoids conflicting with any other applications: 75a97ef
  • Don't block file manager during upload/mass action. Also, restyle the file upload/mass action overlay to be elevated: ad4e945
  • Add upload progress, auto append .zip on compress: 28a9e1b
  • Add progress to moving/copying files mass action: f3cdcff
  • Migrate to Yarn v4 and PnP from v1: a91fc53
  • Support new tar compression APIs: 03a365a
  • Support Octyne v1.2 async + basePath compression: a30e5d8

Patches

  • Enable ESLint rules around Promise misuse: 428a3ca
  • Explicit function return types are a good idea: dcff78c
  • Upgrade all dependencies: 7fe5623
  • Drop inline styling where it's unwieldy: e00fabd
  • Fix file manager search focus issues. File manager search will keep applying when downloading/viewing files. Ctrl+F/F3'ing again will select the search box contents, like Chrome: 1b792ec
  • Fix broken func arg regression from dcff78c: d1edae1
  • Fix file refetch, snackbar blink on file download: 90c7945
  • Rename cookieAuth option, improve its docs: 4110a75
  • Disable tests, since ky going ESM-only broke Jest: 2025be9
  • Replace history when navigating from broken path: 32aad0d
  • Fix LinearProgress looking visually frozen: a92b6a9