Skip to content

v0.5.0

Compare
Choose a tag to compare
@ravenclaw900 ravenclaw900 released this 06 Feb 20:32
· 828 commits to main since this release
686f722

Features

  • filebrowser: quality-of-life improvements (#123) (8e2e404)
    New features: uploading, downloading, hidden file toggle, refresh button, syntax highlighting toggle, sticky sidebar.
    Bug fixes: Files are no longer renamed null when canceled, warning when files will be overwritten when renaming, confirmation when deleting files, horizontal scroll bar doesn't cover file contents when editing, copying actually increases number.
  • frontend: allow clicking 'Enter' to send passwords (#130) (0de4bbf)
  • frontend: store passwords for multiple backend nodes in localStorage (8dceedc), closes #105
  • processes: use resident memory instead of virtual memory (9d96c90)

Bug Fixes

  • backend: add more error handling in socket_handler (172a6e0)
  • frontend: fix misspelling of "available" (00e8703)
  • frontend: stop using deprecated substr method (1a4c79b)
  • terminal: add more error handling (7b1c051)
  • terminal: allow terminal to work with multi-node passwords (7a47661)
  • terminal: stop from freezing when typed into really quickly (#144) (c5ebc71)