Skip to content

Releases: AN0DA/printerm

v1.3.1

10 Oct 21:10
678bdd0

Choose a tag to compare

1.3.1 (2025-10-10)

Bug Fixes

  • update: enhance update process to support pipx installations (b1ad448)
  • workflows: streamline Docker build process and release triggers (29f3079)

v1.3.0

10 Oct 20:39
1b96cfd

Choose a tag to compare

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

02 Jul 20:20
930c236

Choose a tag to compare

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)

v1.1.1

21 Mar 10:24
0ded85c

Choose a tag to compare

1.1.1 (2025-03-21)

Bug Fixes

  • centralize template folder path in config (30d0711)
  • Update config file path to use platformdirs for user-specific configuration (77ed66a)
  • Update release configuration to use uvx for version management (386b020)
  • Update Ruff linter check path to use printerm directory (ed352b9)

v1.1.0

10 Nov 00:20
9489d34

Choose a tag to compare

1.1.0 (2024-11-10)

Bug Fixes

  • improve error handling in printer and version functions (fe32b50)

Features

  • add requests (2ed411f)
  • add support for flask port and secret key settings (82b3e9c)
  • Autoupdate on start (c6c12e4)
  • Implement print templates (9b69c0b)

Bumping version from 1.0.0 to 1.1.0

v1.0.0

28 Oct 22:02
ddde81c

Choose a tag to compare

1.0.0 (2024-10-28)

Features

  • Add desktop and web GUI; refactor src code structure (bcc9c7d)
  • Add PR checks and Sonarlint config (e0bcd0c)

Bumping version from 0.2.0 to 1.0.0