Skip to content

Releases: adcondev/ticket-daemon

Release v2.0.0

23 Feb 21:16
6fef8e5

Choose a tag to compare

What's Changed

  • fix(logging): fix logging naming by @adcondev in #4
  • fix(api): update docs and configuration by @adcondev in #6
  • feat(auth): add security layers like login in dashboard and auth token for print jobs by @adcondev in #7
  • ci(github): add PR validation job to enforce semantic commit messages by @adcondev in #16
  • docs(general): update docs by @adcondev in #17

Full Changelog: v1.1.1...v2.0.0

Release v1.1.1

04 Feb 18:04
e554857

Choose a tag to compare

What's Changed

  • refactor(daemon): rename assets package to embedded and update related references by @adcondev in #2

New Contributors

Full Changelog: 1.1.0...v1.1.1

v1.1.0

16 Jan 22:28

Choose a tag to compare

Changelog

(2026-01-16)

This release focuses on enhancing the printer ecosystem within ticket-daemon. It introduces automatic printer discovery, health status monitoring, and significant improvements to the dashboard UI. Additionally, it adds crucial documentation for Windows integration and API schemas.

✨ Features

  • dashboard: Enhance printer management and UI with new features (99f1c32)
  • printer: Implement printer discovery and health status reporting (30265d2)

📚 Documentation

  • daemon: Add quick guide for Windows printer setup and integration (6311e5a)
  • schema: Add document and websocket schemas for POS printer and Ticket Daemon (fd4c49d)

Release v1.0.0

14 Jan 23:14

Choose a tag to compare

Changelog

v1.0.0 (2026-01-14)

Esta es la primera versión estable del proyecto ticket-daemon. Incluye la implementación completa del servidor WebSocket, gestión de colas de impresión, trabajadores (workers) y un dashboard web modularizado.

✨ Features

  • console: Add console mode support and panic recovery in executePrint (d71e1a6)
  • daemon: Enhance logging with mutex protection and improve health response structure (909c729)
  • server: Implement WebSocket server and job queue management (d6c74a8)
  • server: Update JSON field names to Spanish and enhance Taskfile for service management (c04ac62)
  • server: Update binary name and refactor position to current in response (fe00476)
  • worker: Implement print job processing logic and worker management (0bb8b09)
  • worker: Enhance print worker with job statistics and improved logging (7fea6c5)
  • assets: Add embedded web files and update service to serve them (21165c4)

♻️ Code Refactoring

  • dashboard: Refactor dashboard web files into modular structure (#1) (0c93bb9)
  • Includes fix for recursive embed directives.
  • Includes spelling and formatting fixes in JS files.

📚 Documentation

  • readme: Add technical summary and architecture details to README and LEARNING (b998295)