v0.1.32: Fix scan functionality and add debug logging
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled

- Fixed scan functionality not showing output by ensuring JavaScript is properly injected
- Added default hint text to scan results area
- Added comprehensive debug console logging to help diagnose scan issues
- Improved scan section injection logic
- Updated version to 0.1.32 in all files

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
paul2212
2026-03-18 18:02:26 +01:00
parent b8beb6a2b9
commit 7e2c841f81
4 changed files with 23 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "fichero-printer"
version = "0.1.31"
version = "0.1.32"
description = "Web GUI, Python CLI, and protocol documentation for the Fichero D11s thermal label printer."
readme = "README.md"
requires-python = ">=3.10"