Skip to content

Latest commit

 

History

History
206 lines (146 loc) · 12.4 KB

CHANGELOG.md

File metadata and controls

206 lines (146 loc) · 12.4 KB

2025-01-13

Chores

2024-12-03

Chores

Features

  • use a Vec<u16> for ports, and pop from back, 167314a1

Fixes

2024-10-20

Fixes

  • Set default address to ::1 when using IPv6 with no user provided address, 99a5a828

2024-10-20

Chores

Refactors

Tests

2024-09-06

Chores

Docs

  • README.md aarch64 cross build typo, 69df36ba

2024-07-25

Chores

Fixes

2024-06-17

Chores

2024-05-06

Chores

Fixes

2024-04-15

Chores

Docs

Fixes

  • get_extra_ips() errant comma addition removed, dcb05f1c

Refactors

2024-03-31

Chores

2024-02-12

Chores

Fixes

Refactors

2023-12-30

Chores

2023-11-17

Chores

Refactors

  • GitHub workflow use matrix concurrency, 2767aae0

2023-10-09

Chores

Refactors

  • Spinner fn new, use an atomic swap for spinner.start(), 9a0faa12

2023-08-25

Chores

2023-07-30

Chores

Docs

Features

2023-06-04

Chores

Docs

Refactors

  • spinner, frames into a const, 43328651

Reverts

  • .devcontainer sparse protocol env removed, behaviour is now default in Rust 1.70, 2ecf56a4

2023-05-21

Chores

Docs

Fixes

  • cli_arg descriptions improved, 78e0e865

Refactors

  • spinner use [char;10] instead of enum, 8d38f25d
  • color enum just store digit, add escape chars in write!(), 517f422f

Tests

2023-05-18

Features

  • init commit