Changelog

Release 0.5 (2026-02-16)

  • Added damaged and dirty properties to the FatFileSystem class (#2)

  • Added tz (timezone) parameter to the constructor of the FatFileSystem class (#5)

  • Added shared-read, exclusive-write lock covering all operations (low and high level) in the FatFileSystem, FatPath, and associated classes (operation should now be thread-safe)

  • Added nobodd-sh command line application for manipulation of FAT partitions within images (#9)

  • Changed packging definitions from setup.cfg to pyproject.toml

Release 0.4 (2024-03-07)

  • Use absolute paths for output of nbd-server and tftpd server configurations

  • Include missing #cloud-config header in the tutorial

Release 0.3 (2024-03-06)

  • Fix configuration reload when inheriting the TFTP socket from a service manager (#8)

Prototype 0.2 (unreleased)

  • Add inheritance of the TFTP socket (#3)

Prototype 0.1 (unreleased)

  • Initial tag