Releases: lobaro/flash-tool-release
Releases · lobaro/flash-tool-release
v2.7.0
v2.6.2
Lobaro Maintenance Tool
Changelog
v2.6.2 - 2025-01-27
Changed
- Update frontend dependencies
Fixed
- Slow USB auto-connect on macOS
v2.6.1
Lobaro Maintenance Tool
Changelog
v2.6.1 - 2025-01-20
Changed
- Switch frontend framework from
create-react-app
tovite
for faster builds and better performance
Removed
--target-platform
flag as the target platform URL isn't used for provisioning
v2.6.0
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
- Imported from config or CLI flags,
- 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
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
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
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 servicedevice-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
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
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
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