Skip to content

Releases: jsando/fatimg

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 00:07
936ca44

Changelog

  • 936ca44 feat: legacy BIOS boot via SYSLINUX (--syslinux), and relicense to GPLv3 (#15)
  • 3259bb4 fix: build releases with a Go that survives qemu-user emulation (#14)

v0.5.3

Choose a tag to compare

@github-actions github-actions released this 25 Jul 17:25
b28dd9c

Changelog

  • 9861acb ci: replace existing artifacts when re-running a release (#11)
  • b28dd9c fix: revert go-diskfs to v1.6.0, repair create/ls/cp, add test suite (#12)

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 26 Jul 02:56
b95c52b

Changelog

  • b95c52b Fix integer overflow on 32-bit systems when creating 4GB+ images (#8)

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 20:40
9e2d5d5

Changelog

  • 9e2d5d5 Update GoReleaser to publish brew formula to Formula subfolder (#7)

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 28 Jun 22:50

Changelog

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 28 Jun 22:28

Changelog

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 18:40

Changelog

  • 481c3b9 - breaking: rename to fatimg - fix: use branch of go-diskfs with fix for ext case (resolves file not found when reading 8.3 lowercase files created by mtools)
  • 139b666 Add build info to help commands
  • 6ce369c Update README.md to show examples
  • 1777b69 feat: optimize cp command performance and add progress flag
  • 643ea09 fix: use GITHUB_TOKEN instead of REPO_TOKEN for releases

0.3.0

Choose a tag to compare

@jsando jsando released this 02 Sep 23:21

Changelog

  • b0c0578 - breaking: rename to fatimg - fix: use branch of go-diskfs with fix for ext case (resolves file not found when reading 8.3 lowercase files created by mtools)

0.2.0

Choose a tag to compare

@jsando jsando released this 22 Aug 23:33

Changelog

  • 7518410 - breaking: add subcommand 'create', 'list'
  • 9bb01ad - breaking: rename commands (list->ls) - feat: add copy command to extract files - feat: add ls -long format

0.1.3

Choose a tag to compare

@jsando jsando released this 19 Aug 17:38

Changelog

  • 65ab4e5 - Add -truncate option - If -gzip, remove interim disk.img
  • 3958292 - add disk images to .gitignore
  • 402f4a4 - better usage instructions - better option validation - automatic gzip if output ends with .gz - output to temp file then rename to output file