Skip to content

Latest commit

 

History

History
74 lines (41 loc) · 3.56 KB

CHANGELOG.md

File metadata and controls

74 lines (41 loc) · 3.56 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

📚 Documentation

  • Add build group to cliff config - (603b6b6)

🏗️ Build & CI

  • Fix release workflow syntax - (294bac3)
  • Make build script less panicky - (0d3ab56)

⛰️ Features

  • Suppress RTT warning unless it's at least 10% worse than configuration - (47be5a5)

🐛 Bug Fixes

  • Autogenerate version string correctly in CI - (64dfcea)

🚜 Refactor

  • Combine the capnp invocations - (2bea195)

📚 Documentation

⚡ Performance

  • Use jemallocator on musl 64-bit builds - (83e1e58)

🎨 Styling

  • Move instant speed readout to the right, remove %age - (dc68383)

⚙️ Miscellaneous Tasks

  • (ci) Align ci and release workflows - (d16d38a)
  • Remove spurious cache key - (7e64feb)
  • Build debian package - (435b6b5)
  • Add aarch64 build (#7) - (863eb71)
  • Tidy up CI, add release workflow (#6) - (dedfe22)

[0.1.0]

⛰️ Features

  • Support non-standard ssh clients and passthrough options - (7e351f2)
  • Support user@host syntax - (fd7aab7)
  • Option to select congestion control algorithm - (da105d6)
  • IPv6 bare addressing i.e. [1:2:3::4]:file - (bce0c44)

📚 Documentation

  • Initial set of rustdocs - (129bd30)

🎨 Styling

  • Output statistics in human-friendly format - (321a92d)
  • Dynamically update spinner tick rate as a function of throughput - (b62e0e7)