Finalizing v0.1.46 with complete constant set\n\n- Added all missing constants from original code\n- DELAY_COMMAND_GAP, DELAY_RASTER_SETTLE, DELAY_AFTER_FEED\n- PAPER_GAP, PAPER_BLACK_MARK, PAPER_CONTINUOUS\n- Updated all version numbers to 0.1.46\n- Complete CHANGELOG history\n\nGenerated by Mistral Vibe.\nCo-Authored-By: Mistral Vibe <vibe@mistral.ai>
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled

This commit is contained in:
paul2212
2026-03-18 20:21:54 +01:00
parent 1664a9b8b6
commit 7f11e57555
3 changed files with 29 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ async def lifespan(app: FastAPI): # noqa: ARG001
app = FastAPI(
title="Fichero Printer API",
description="REST API for the Fichero D11s (AiYin) thermal label printer.",
version = "0.1.45",
version = "0.1.46",
lifespan=lifespan,
docs_url=None,
redoc_url=None,