You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
6
6
7
-
## [Unreleased]
7
+
## [0.6.8] - 2025-11-24
8
8
9
9
### Added
10
10
@@ -27,7 +27,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
27
27
28
28
- pkg/board/remote/adb: fix zombie process in adb that resulted in `fork failed: resource temporarily unavailable` error [#81](https://github.com/arduino/arduino-app-cli/pull/81)
29
29
- Check if the app is running/starting before stopping it in `arduino-app-cli app stop` and `DELETE /v1/apps/{appID}`[#84](https://github.com/arduino/arduino-app-cli/pull/84)
30
-
- Allow missing required variables when adding a brick [#74](https://github.com/arduino/arduino-app-cli/pull/74)
30
+
- Allow missing required variables when a brick is added [#74](https://github.com/arduino/arduino-app-cli/pull/74)
31
+
- Early return without opening SSE stream when `HEAD /system/update/events` is called [#96](https://github.com/arduino/arduino-app-cli/pull/96)
0 commit comments