v0.1.37: Improved Bluetooth connection reliability with automatic cache cleaning\n\n- Fixed [Errno 12] Out of memory errors in Classic Bluetooth\n- Added automatic Bluetooth cache cleaning when memory errors occur\n- Systematic channel testing (1, 2, 3) before falling back to BLE\n- Updated version to 0.1.37 in config.yaml and api.py\n- Enhanced CHANGELOG with detailed release notes\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 19:23:01 +01:00
parent 71cd7acf36
commit 2d9748a1cd
3 changed files with 25 additions and 2 deletions

View File

@@ -79,7 +79,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.36",
version = "0.1.37",
lifespan=lifespan,
docs_url=None,
redoc_url=None,