Skip to content

Releases: lobaro/flash-tool-release

v2.7.0

29 Jan 14:00
bb29e1e
Compare
Choose a tag to compare

Changelog

v2.7.0 - 2025-01-29

Added

  • Generate default config for lobaro-tool in config.default.toml file
  • Allow configuring config restore and config version ignore from tool config TOML file

Changed

  • Don't save device to CSV if sync with provisioning server fails (when active)

v2.6.2

27 Jan 16:39
bb29e1e
Compare
Choose a tag to compare

Lobaro Maintenance Tool

Changelog

v2.6.2 - 2025-01-27

Changed

  • Update frontend dependencies

Fixed

  • Slow USB auto-connect on macOS

v2.6.1

20 Jan 16:43
bb29e1e
Compare
Choose a tag to compare

Lobaro Maintenance Tool

Changelog

v2.6.1 - 2025-01-20

Changed

  • Switch frontend framework from create-react-app to vite for faster builds and better performance

Removed

  • --target-platform flag as the target platform URL isn't used for provisioning

v2.6.0

20 Dec 10:33
bb29e1e
Compare
Choose a tag to compare

Lobaro Maintenance Tool

Changelog

v2.6.0 - 2024-12-20

Added

  • Add target platform information to sync provisioning requests
    • Imported from config or CLI flags, target-platform, target-device-type, target-org-id
  • Support for memory layouts with offset temp config (nrf91 with external flash)

Fixed

  • Layout breaking for long config values or log lines in frontend

v2.5.1

13 Dec 13:14
601f56a
Compare
Choose a tag to compare

Lobaro Maintenance Tool

Changelog

v2.5.1 - 2024-12-13

Added

  • --monitor-tester to start Tool with Tester monitoring page as initial display
  • Hide connection status when monitoring tester

Fixed

  • Revert frontend router to HashRouter, ensures URLs stay the same and eases routing for backend

v2.5.0

12 Dec 18:37
601f56a
Compare
Choose a tag to compare

Lobaro Maintenance Tool

Changelog

v2.5.0 - 2024-12-12

Added

  • Frontend page to monitor PCB tester status
    • Enabled when a provisioning token is present
    • Tester can post status to /api/tester/status
    • Frontend gets status from same URL

v2.4.0

11 Dec 11:44
601f56a
Compare
Choose a tag to compare

Lobaro Maintenance Tool

Changelog

v2.4.0 - 2024-12-11

Added

  • --sync-server flag for subcommands which read (and write) device info, sending a device info update to the configured provisioning service
    • device-info
    • config write
    • flash
  • Checkmark for Read Device Info in frontend, to update configured provisioning service with read device info
    • Only displayed if a provisioning server url is configured

Changed

  • (Possibly breaking) Shorthand flag for --silent-tool changed from -s to -S, clashed with --save parameter of device-info
  • Update frontend dependencies
  • Update Go to version 1.23, update Go dependencies

Fixed

  • When provisioned serial is empty: Ignore serial (and avoid parsing error)
  • Use timeout from CLI arguments (--timeout) for all operations, even in frontend

v2.3.0

27 Nov 15:36
601f56a
Compare
Choose a tag to compare

Lobaro Maintenance Tool

Changelog

v2.3.0

Added

  • Flag --legacy-device to support logging for older Lobaro devices on Unix systems
    • Using different UART settings: Logging with no parity, but bootloader (config, flashing) with even parity

v2.2.0

28 Jun 12:22
601f56a
Compare
Choose a tag to compare

Lobaro Maintenance Tool

Changelog

v2.2.0 - 2024-06-28

Added

  • New memory layout to support flashing nrf91 with external flash

Changed

  • Allow sending empty UART commands via frontend

v2.1.1

09 Apr 10:53
601f56a
Compare
Choose a tag to compare

Lobaro Maintenance Tool

Changelog

v2.1.1 - 2024-04-03

Fixed

  • Display of connected port (with a custom name) in title and header
  • Send ASCII UART commands with an appended newline character