Changelog

Release notes for the hosts command.

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

1.1.0 — 2026-07-30

check can now repair what it finds, for the findings where the repair is not a guess.

Added

Changed

Fixed

1.0.1 — 2026-07-30

Verification of what 1.0.0 already claimed, and one claim that turned out not to be true.

Fixed

Added

Changed

1.0.0 — 2026-07-27

The first release that can be installed with apt, and the point from which the interface is a promise.

Nothing in the program itself changed from 0.6.0. What changed is that there is now a way to install it that does not begin with cloning a repository, and a commitment about what will not break.

Added

Changed

0.6.0 — 2026-07-27

flush and shell completions. The planned command surface is complete.

Added

Changed

0.5.0 — 2026-07-27

Profiles: named states of the file that can be brought back later.

Added

Changed

0.4.1 — 2026-07-27

No change in behaviour. Every command, option, exit code and output format is what it was in 0.4.0.

Changed

0.4.0 — 2026-07-27

edit, import and block.

Added

Changed

0.3.0 — 2026-07-27

Editing entries: add, rm, on and off, on top of the write engine of 0.2.0.

Added

Changed

0.2.0 — 2026-07-27

The atomic write engine and the backup store. restore is the first command that writes to the file; no command edits an entry yet.

Added

0.1.0 — 2026-07-27

The read-only commands. Nothing writes to the file yet, and no command needs any privilege beyond being able to read it.

Added

Changed

0.0.1 — 2026-07-26

Scaffolding release: build, packaging, documentation and continuous integration, with no entry management command yet.

Added