Skip to content

Releases: termermc/FriendNet

v1.1.0 - Download Manager

28 Mar 21:33

Choose a tag to compare

This release brings a complete download manager for resumable and bulk file/folder downloads.

Changes:

  • Added a fully-featured download manager, supporting bulk file and folder downloads, resumable downloads, and concurrent downloads
  • Fixed opening 127.0.0.1 instead of localhost in the browser, which caused certificate warnings
  • Documented client WebDAV integration (go check out the docs!)

MacOS builds are no longer included in releases until the best way to package them is determined. MacOS does not like running bare binaries that are not packaged as a .app, .pkg or .dmg.

v1.0.2 - Client & RPC Simplification

12 Mar 06:53

Choose a tag to compare

This release simplifies the client and makes some small improvements with how RPC works.

Changes:

  • Client web UI, RPC and file proxy all run under the same HTTP server now
  • Server RPC now supports HTTPS
  • File proxy URLs include an authentication token in the URL, making it safer for remote access setups
  • Fixed root CA install for some Firefox-based browsers under Linux

v1.0.1 - Minor Improvements

11 Mar 03:29

Choose a tag to compare

This release brings some minor improvements:

  • Improved client UI
  • Fixed issue with opening new browser windows for already-running clients
  • Added -rmcerthost client flag to remove hostnames from the certificate store (needed if a server changes certificate)
  • Added Linux ARM64 build

v1.0.0 - Initial Release

10 Mar 08:05

Choose a tag to compare

After almost two months of full-time work, the first version of FriendNet is finally released!

This version includes all core functionality, including:

  • P2P and proxied downloads
  • Folder sharing
  • Global and user-specific search
  • Profiles
  • ...and more!

Visit https://friendnet.org/ for more.