Skip to content

Releases: Evan-2007/bambu-link

v1.0.1

21 Nov 07:20

Choose a tag to compare

Key Changes:

  • Moved dotenv and prettier to devDependencies
  • Removed unnecessary.env file
  • Added build github workflow

v1.0.0

19 Nov 07:34
a408100

Choose a tag to compare

A complete rewrite of the Bambu Lab 3D printer communication module, transitioning from a legacy callback-based architecture to a modern event-driven design with improved type safety and state management.

Key Changes:

  • Complete rewrite of the MQTT client with async/await command handling
  • Introduced Zod-based state validation and normalization
  • New event-driven architecture with state and stateUpdate events
  • Comprehensive README documentation with usage examples
  • Removed legacy action modules in favor of direct command methods