From db0d4beb68e5dd9a1f871b7e23709b95bd66af9a Mon Sep 17 00:00:00 2001 From: Rune Harlyk Date: Sat, 3 Jan 2026 17:55:29 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A5=20Update=20change=20log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index d536d77..acf20a2 100644 --- a/changelog.md +++ b/changelog.md @@ -2,7 +2,20 @@ All notable changes to this project will be documented in this file. -## [Unreleased] +## [0.2.0] + +### Added + +- Implemented cumulative robot displacement in the visualization [#161](https://github.com/runeharlyk/SpotMicroESP32-Leika/pull/161) +- Adds gesture control [#157](https://github.com/runeharlyk/SpotMicroESP32-Leika/pull/157) +- Stand mode imu compensation [#155](https://github.com/runeharlyk/SpotMicroESP32-Leika/pull/155) + +### Changed + +- Protobuf replacement for JSON and MsgPack communication between Svelte and ESP32 [#164](https://github.com/runeharlyk/SpotMicroESP32-Leika/pull/164) +- Removed the used of Arduino strings [#160](https://github.com/runeharlyk/SpotMicroESP32-Leika/pull/160) + +## [0.1.0] ### Added