File tree Expand file tree Collapse file tree 1 file changed +59
-0
lines changed Expand file tree Collapse file tree 1 file changed +59
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ )
6+
7+ ## [ Unreleased]
8+
9+ ### Added
10+
11+ ### Changed
12+
13+ ### Deprecated
14+
15+ ### Removed
16+
17+ ### Fixed
18+
19+ ### Security
20+
21+ ## [ 0.6.7] - 2025-11-10
22+
23+ ### Added
24+
25+ - Flash sketch in ram (#12 )
26+ - Return ` config_variables ` field in ` /apps/:id/bricks ` and ` apps/:id/bricks/:id ` (#18 )
27+ - Add brick details completions (#54 )
28+
29+ ### Fixed
30+
31+ - Install a library missing from local library-index (#50 )
32+ - Remove the ` variable default value cannot be empty ` error when a brick is added to an app (#44 )
33+
34+ ## [ 0.6.6] - 2025-11-03
35+
36+ ### Added
37+
38+ - Improve ` arduino-app-cli restart ` command (#37 )
39+ - Return adb stdout/err in case of error (#40 )
40+ - Add ` used_by_apps ` field to the ` GET /v1/bricks/{brickID} ` (#30 ()
41+
42+ ### Fixed
43+
44+ - Check websocket origin check (fixes serial monitor on Windows) (#39 )
45+ - Use a valid origin in ` GET /v1/monitor/ws ` (#41 )
46+ - Remove ` Requires ` from the systemd ` arduino-app-cli.service ` (#34 )
47+
48+ ## [ 0.6.5] - 2025-10-27
49+
50+ ### Removed
51+
52+ - Remove the ` arduino-app-cli board ` sub-command (#27 )
53+ - Remove the internal zephyr core (#28 )
54+
55+ ## [ 0.6.3] - 2025-10-27 [ YANKED]
56+
57+ The index of the zephyr core is wrong, so the update to the next version fails.
58+
59+ ## [ 0.6.2]
You can’t perform that action at this time.
0 commit comments