From 6fdaed0ae1b1d8c178a20af093d1bdfc44887260 Mon Sep 17 00:00:00 2001 From: Darren Banfi <33876110+boingball@users.noreply.github.com> Date: Wed, 2 Sep 2026 15:23:02 +0100 Subject: [PATCH 1/2] Credit AmiAirPrint collaboration in release docs --- Aminet/MintPRINT.readme | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Aminet/MintPRINT.readme b/Aminet/MintPRINT.readme index 8a62447..1ecbdfb 100644 --- a/Aminet/MintPRINT.readme +++ b/Aminet/MintPRINT.readme @@ -219,6 +219,11 @@ Driver, GUI, IPP client, and the JPEG/PostScript/PWG Raster/PDF/Apple Raster document encoders by Darren Banfi (boingball), developed with assistance from Anthropic Claude. +Special thanks to Andreas Stuermer, author of AmiAirPrint, for friendly +cross-project collaboration: sharing compatibility findings and recent fixes, +allowing MintPRINT's implementation to be compared against AmiAirPrint, and +helping identify gaps in classic application and printer compatibility. + What's new in 1.3.0 ------------------- From 033fa4b1a045ff5f5ff013b07fac432c772aee7d Mon Sep 17 00:00:00 2001 From: Darren Banfi <33876110+boingball@users.noreply.github.com> Date: Wed, 2 Sep 2026 15:23:39 +0100 Subject: [PATCH 2/2] Add AmiAirPrint acknowledgement --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index eb4e046..83b4ea5 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,17 @@ is confirmed yet, so check the [printer compatibility page](docs/PRINTER_COMPATIBILITY.md) for your specific model - see `docs/` for open issues and design history. +## Credits + +MintPRINT is by Darren Banfi (boingball), developed with assistance from +Anthropic Claude. + +Special thanks to **Andreas Stürmer**, author of +[AmiAirPrint](https://github.com/Andiweli/AmiAirprint), for friendly +cross-project collaboration: sharing compatibility findings and recent fixes, +allowing MintPRINT's implementation to be compared against AmiAirPrint, and +helping identify gaps in classic application and printer compatibility. + ## License [MIT](LICENSE) - Copyright (c) 2026 Darren Banfi (boingball).