Releases
-| Date | -Release | -Checksum | -Signature | -
|---|---|---|---|
| 2025-10-18 | -KarlOS Preview Snapshot #1 Live Image | -sha256 | -minisign | -
| 2025-12-24 | -KarlOS Christmas Special Edition | -sha256 | -minisign | -
diff --git a/src/format_release.awk b/src/format_release.awk new file mode 100644 index 0000000..0ecd38b --- /dev/null +++ b/src/format_release.awk @@ -0,0 +1,19 @@ +BEGIN { + FS="\t" + print "
| Date | " + print "File Size | " + print "Flavour | " +} + +{ + print "
|---|
| ", $i, " | " + } + print "
| Date | -Release | -Checksum | -Signature | -
|---|---|---|---|
| 2025-10-18 | -KarlOS Preview Snapshot #1 Live Image | -sha256 | -minisign | -
| 2025-12-24 | -KarlOS Christmas Special Edition | -sha256 | -minisign | -