Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.3 KB

NEWS.rst

File metadata and controls

51 lines (33 loc) · 1.3 KB

Fowl Releases

Stability: this is still a young project, all APIs should be considered unstable. That said, fowld input and output is intended to be stable and compatible.

Integration with other programs should use fowld exclusively.

Unreleased

  • (Put new changelog items here)
  • Allow for non-local addresses: for both listening interfaces and connect endpoints, non-local addresses may be specified in a manner similar to "ssh -L" or "ssh -R" arguments. See #37: #37
  • Fix up some fallout from refactoring
  • Enable "remote" command in --interactive
  • Proper error-message rendering
  • Allow whitelisting only specific connect/listen endpoints.

24.3.1: March 1, 2024

  • Upgrade dependencies (msgpack, twisted)

24.3.0: March 1, 2024

  • Simplify fowl to have no sub-commands
  • One side runs fowl, the other one runs fowl 1-foo-bar
  • More complete and accurate documentation

24.2.0: February 27, 2024

  • Extensive refactoring
  • fowld for machines
  • fowl (with tui, accept, invite subcommands) for humans
  • Lots more unit- and integration- tests written

23.10.2: October 18, 2023

  • Initial release, for gathering feedback