Skip to content

Releases: devista-consulting/arduino-sketch-vault

v0.0.3

23 Oct 05:34

Choose a tag to compare

v0.0.3 Pre-release
Pre-release

Fixes:

  • Issue where platform version was extracted from unreliable platform.txt which contained invalid formats (v prefix) and outdated versions - Issue: #1
  • Issue when switching boards (e.g., ESP32 → Arduino-LUFA:avr:yun), sketch.yaml was not updating if the target board had no config options

v0.0.1

22 Oct 06:16

Choose a tag to compare

v0.0.1 Pre-release
Pre-release

Features:

  • Profile-based board configuration management
  • Auto-apply profiles on project startup
  • Automatic configuration logging
  • Bidirectional sketch.yaml sync
  • Multi-output logging (JSON, output panel, notifications)
  • Complete FQBN tracking with all board options
  • Status bar integration for quick profile switching

Test Coverage:

  • 283 tests passing
  • 97.1% statement coverage
  • 88.05% branch coverage
  • 98.03% function coverage
  • 97.17% line coverage