Skip to content

v0.16.0

Compare
Choose a tag to compare
@bee-worker bee-worker released this 15 Sep 18:19
11e6803

0.16.0 (2022-09-15)

This is another big release of Swarm Desktop. There were several major internal improvements, new Bee 1.8 version and Dashboard improvements.

🐝 Bee 1.8

Bee 1.8 is a breaking release that is incompatible with older clients so it is most important to upgrade as soon as possible to be on the main side of the network and not on the deprecated one. For more details see the Bee 1.8 release notes.

🔢 New default port number

Desktop has a small bundled server that exposes a small management API and serves the Dashboard. Until this release, the default port under which it ran was 3000 (with some anti-conflict mechanisms that use a different port if it is taken by another application), but since in the developer world this port is often used for other applications, we have decided to change the default port in order to minimize the overlap. The new default port is 3054 (which is 0xBEE 😉).

🎯 Dashboard improvements

Dashboard changes are between versions 0.19.0 and 0.20.2. You can see CHANGELOG here.

Features

Bug Fixes