Releases: AN0DA/printerm
Releases · AN0DA/printerm
v1.3.1
v1.3.0
1.3.0 (2025-10-10)
Bug Fixes
- cli: correct template context generation logic in print command (d4107dc)
- cli: correct variable input handling in print_template function (6f728f5)
- cli: refactor update handling and improve type hints (e867eaf)
- gui: improve keyboard shortcut handling in template dialog (f96f0df)
- update: improve retry logic and error handling in update checks (8dfd0d1)
Features
- gui: add application icons and update HTML template for favicon (8b012d6)
- gui: add direct printing functionality for templates (85ddcdd)
- gui: enhance print template layout and validation feedback (59512bf)
- gui: enhance template dialog with print confirmation and reopen option (7a35964)
- gui: enhance template dialog with status feedback and button management (d7835a2)
- update: implement update checking and notification system (948d89d)
- web: remove preview functionality and use template display name (0c19566)
v1.2.0
1.2.0 (2025-07-02)
Bug Fixes
- Re-raise NetworkError without wrapping in get_latest_version method (79675f2)
- Template context generation logic in TemplatePreview (520de2d)
- Update python-escpos dependency extras (1f6c478)
- update version fetching to use PyPI and improve error handling (8c70166)
Features
- add Dockerfile for application containerization (c58bdd6)
- Enhance markdown rendering (3ec1077)
- Enhance template preview with HTML rendering and styling support (7115952)
- Implement template scripts system for dynamic context generation (84b5456)
- Improve GUI design and capabilites (b40e25f)
- Improve web interface UX (4030ddf)
- restructure CLI for improved user experience and add template suggestions (f4a05d5)
- update dependencies to python-escpos[all] and remove obsolete packages (826a13b)