Skip to content

btfs-v1.5.1

Compare
Choose a tag to compare
@cyberwalker82 cyberwalker82 released this 05 Mar 10:18
· 39 commits to release since this release
208e586

This version is codenamed Ada, as in Ada Lovelace, she is one of the first computer programmers.

Improvements:

  • Enabled BTFS node to collect discovery info from other nodes in its swarm peer table, then report it to Status server
  • Added an environment variable to enable accessing wallet remotely if users do need it. This poses potential security risk, use with caution. Refer to https://docs.btfs.io for more info
  • Added GitHub actions to build Docker images and publish to GitHub Container Registry automatically
  • Added build support for FreeBSD, though we don't publish pre-built binaries, users need to build themselves

Fixes - below bugs are fixed

  • Import wallet on Host UI Chinese version fails to work
  • Gateway doesn't support download of files inside a folder
  • Host UI Chinese version text typos and layout bugs
  • Some other minor bugs