Skip to content

v0.2.0 Improve server support

Compare
Choose a tag to compare
@keystroke3 keystroke3 released this 22 Apr 22:26
· 4 commits to main since this release
f46de85

Some breaking changes in this release:

  • --daemon has been replaced with --serve and -s.
  • --host is now only for connecting to remote
  • The home directory is now being checked to resolve shortcuts for home ~/. If the user running the Filesurf doesn't have a home directory, this will result in an error.

With these changes, starting the server is now easier with only needing to supply the address via -s argument.
Some general stability improvements and better error handling have been added.

Full Changelog: v0.1.11...v0.2.0