Skip to content

1.0.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@retrixe retrixe released this 06 Jun 13:14
e881baa

๐ŸŽ‰ Another Ecthelion beta release!

Ecthelion beta.3 finally lands support for multiple Octyne nodes ๐ŸŽ‰ you can now manage multiple servers running Octyne from one Ecthelion instance! It also shows the current file path in the title now, and adds redirects to /login to go back to where you were. Internally, it updates React to v18 and Next.js to v12 as well.

What's left for Ecthelion 1.0:

  • Merging #25 (virtual file list).
  • Fixing an error in Editor associated with the React 18 update.
  • Refactoring FileManager with some code cleanups and proper 404s when folders aren't found.

Ecthelion 1.0 should hopefully be out in the next month or two, but I confidently recommend using this in production environments, as it has been tried and tested for the past year in alpha stage without any bugs, and care is taken not to introduce any new ones with this one.

A note about ETAs: 1.0 may come out tomorrow or 2023. I'm a single developer and it's hard for me to give out anything concrete. I would say 2 months is my worst case prediction at the moment, while next week is my best case prediction. Don't expect any accuracies with these ETAs. My advice: it doesn't matter. These pre-releases are in excellent shape.

Minor Changes

  • Don't render login input box on server, fix vuln: 449d089
  • React 18 update, use startTransition in console: 7ad460a
  • Add redirect parameter to login page: 7716532
  • Fix broken files tab, add file path/name to title: 43be6da
  • Add support for multiple nodes to /servers page: bcd28f5
  • Fix routing for multiple Octyne nodes. Multiple Octyne node support is now feature complete: 39ccfbf

Patches

  • Bump ansi-regex from 5.0.0 to 5.0.1: #16
  • Update Next.js to v12: 6194c1c
  • Bump next from 12.0.8 to 12.1.0: #20
  • Bump ajv from 6.12.0 to 6.12.6: #21
  • Fix React 18 console regression, use ref for IDs: fded657
  • Use flexbox for layout height, better console size: 2a2353c
  • Revert console layout change (fixes scrollbar). Reformat uploadButton a little: 3b86038