• v0.2.3 42a48bdc1b

    v0.2.3 Stable

    github-actions[bot] released this 2025-08-12 19:13:26 +00:00 | 13 commits to main since this release

    [0.2.2] - 2025-08-12

    ⚙️ Miscellaneous Tasks

    • Update release workflow and add git-cliff configuration

    Image: ghcr.io/jonasclaes/go-thermal-printer:v0.2.3
    Digest: sha256:5e55679ac7ef6f65a4e69675df8b4a6ca39e11a40df06d3f7b7ab1fa90057452

    Downloads
  • v0.2.2 0297049079

    v0.2.2 Stable

    github-actions[bot] released this 2025-08-12 19:09:55 +00:00 | 14 commits to main since this release

    [0.2.1] - 2025-08-12

    🚜 Refactor

    • Update AppConfig structure and improve port handling in PrintService

    Image: ghcr.io/jonasclaes/go-thermal-printer:v0.2.2
    Digest: sha256:2875ce4ecf48f80d8951b73befa8f9889b3737533cd17635c0fea5193e99930a

    Downloads
  • v0.2.1 158e199f0b

    v0.2.1 Stable

    github-actions[bot] released this 2025-08-12 18:06:40 +00:00 | 15 commits to main since this release

    [0.2.0] - 2025-08-11

    🚀 Features

    • Implement API key authentication for endpoints and update configuration examples

    🐛 Bug Fixes

    • Ensure error message capitalization only occurs when message is not empty
    • Trim whitespace from API key header before verification

    Image: ghcr.io/jonasclaes/go-thermal-printer:v0.2.1
    Digest: sha256:91ee85a10248964b39475a3cb4db21c9822591616759a7a298213f5af709f601

    Downloads
  • v0.2.0 37d88b202b

    v0.2.0 Stable

    github-actions[bot] released this 2025-08-11 20:34:27 +00:00 | 17 commits to main since this release

    [0.1.3] - 2025-08-09

    🚜 Refactor

    • Improve asset handling in release workflow by using environment variables for file paths

    Image: ghcr.io/jonasclaes/go-thermal-printer:v0.2.0
    Digest: sha256:08dac3f703ce209b0141008176e5c47eacc4437f3a74a3620175e6fc7e26cdef

    Downloads
  • v0.1.3 87ebd8b5a3

    v0.1.3 Stable

    github-actions[bot] released this 2025-08-09 13:01:53 +00:00 | 21 commits to main since this release

    [0.1.2] - 2025-08-09

    🚜 Refactor

    • Remove pull request handling from release workflow and streamline asset uploads

    Image: ghcr.io/jonasclaes/go-thermal-printer:v0.1.3
    Digest: sha256:6e0d4cc4152f874744e35780039951e443d7ddea75016d022cfa9bbc00ae167a

    Downloads
  • v0.1.2 0d6f7af5c2

    v0.1.2 Stable

    github-actions[bot] released this 2025-08-09 12:52:55 +00:00 | 22 commits to main since this release

    [0.1.1] - 2025-08-09

    🚜 Refactor

    • Reorganize GitHub Actions workflow for binary builds and Docker image handling

    Image: ghcr.io/jonasclaes/go-thermal-printer:v0.1.2
    Digest: sha256:52295a1cceb7f483cfae008cb00b737c4aea2f86dac6bb2360c08f5f24f17947

    Downloads
  • v0.1.1 bfb463a201

    v0.1.1 Stable

    github-actions[bot] released this 2025-08-09 12:45:05 +00:00 | 23 commits to main since this release

    [0.1.0] - 2025-08-09

    🚀 Features

    • Add GitHub Actions workflow for automated release management

    Image: ghcr.io/jonasclaes/go-thermal-printer:v0.1.1
    Digest: sha256:02c0e3cb3436b15c220418991acc658157e9d9064c41276a687102cd5c1fda4f

    Downloads
  • v0.1.0 2c95db5543

    v0.1.0 Stable

    github-actions[bot] released this 2025-08-09 12:37:54 +00:00 | 24 commits to main since this release

    [0.0.1] - 2025-08-08

    🚀 Features

    • Initial commit
    • Add TOML configuration support and refactor services
    • [WIP] templating
    • Add Docker support with Dockerfile, docker-compose, and example config

    🚜 Refactor

    • Update serial port handling and dependencies
    • Update print service and ESC/POS printer handling
    • Change log level for input buffer reset failure to warning
    • Remove default StopBits and Parity settings in NewPrintService
    • Update build command in .air.toml for consistency
    • Update print template request format and remove example API request file
    • Update template syntax and variable handling for improved rendering
    • Remove unused template test files for cleaner codebase
    • Add tmp directory to .gitignore for better file management
    • Simplify rendering process by removing unnecessary content processing
    • Enhance Dockerfile and README for improved clarity and functionality

    ⚙️ Miscellaneous Tasks

    • Add VSCode extensions recommendations
    Downloads