Skip to content

Releases: termermc/FriendNet

v1.1.3

Choose a tag to compare

@termermc termermc released this 09 Apr 07:57

This release adds an admin UI to the server and fixes a client bug.

Changes:

  • Added an optional admin web UI to manage servers
  • Fixed online user list not loading correctly when reconnecting to a server

v1.1.2 - Server CLI and RPC Improvements

Choose a tag to compare

@termermc termermc released this 07 Apr 17:03

This update improves the server management experience. If you do not run a server, you can skip this update.

Changes:

  • Added built-in CLI to server (RPC client is no longer required to manage it)
  • Added bearer token support to RPC client

v1.1.1 - Boring (but important) Bug Fixes

Choose a tag to compare

@termermc termermc released this 04 Apr 02:04

This is a bug fix release.

Changes:

  • Fixed downloads not re-queuing when a peer goes offline mid-download
  • Fixed the transfers page failing to render when an empty file download was queued
  • Web UI render errors are now logged and displayed

A news section was also added to the FriendNet website. You can subscribe to its RSS feed if you would like to keep up with FriendNet development news.

v1.1.0 - Download Manager

Choose a tag to compare

@termermc termermc released this 28 Mar 21:33

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

Choose a tag to compare

@termermc termermc released this 12 Mar 06:53

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

Choose a tag to compare

@termermc termermc released this 11 Mar 03:29

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

Choose a tag to compare

@termermc termermc released this 10 Mar 08:05

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.