From c9eb6c94f463fbac617d6d98444a055713d4f896 Mon Sep 17 00:00:00 2001 From: Rahix <rahix@rahix.de> Date: Thu, 17 Aug 2023 15:36:18 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95f5a6535c..82843e326a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added - Added _Comic Mono_ font. - Added a setting for automatically connecting to Camp WiFi. +- Added a *System* ➜ *Get Apps* App for downloading apps directly from <https://flow3r.garden/apps/>. - Added `ApplicationContext.bundle_path` so apps can find out what directory they live in. This should be used for loading app assets from the correct path. - Added TLS support for MicroPython. - Added modules for `.tar.gz` extraction. - Added `aioble` module (Bluetooth Low Energy). +- Added line-in support to bl00mbox. - Added pronoun support in the Nick app. - Added color options in the Nick app. - Added IMU-based rotation in the Nick app. @@ -26,6 +28,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Fixed PNG without alpha and JPEG support by enabling `CTX_FORMAT_RGB8`. - Fixed image cache eviction by introducing a ctx frameclock. - Fixed incorrect merging of settings dicts in `st3m.settings`. +- Fixed some USB problems. +- Fixed sound filenames not working when they start with `/flash/` or `/sd/`. +- Fixed syntax errors in `flow3r.toml` crashing the menu. ## [1.0.0] - 2023-08-13 -- GitLab