Skip to content

Commit 4e0214f

Browse files
committed
docs: add initial changelog file
1 parent cd29de0 commit 4e0214f

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

docs/CHANGELOG.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
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]

0 commit comments

Comments
 (0)