From 67b113ce0bc7935a57466a4b2f7b398c2bed96bf Mon Sep 17 00:00:00 2001 From: schneider <schneider@blinkenlichts.net> Date: Thu, 22 Aug 2019 19:41:46 +0200 Subject: [PATCH] doc(changelog): Update changelog for 1.4 --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52c3160d..35943a7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,16 +3,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [Unreleased] +## [v1.4 - 2019-08-22 20:00] ### Added - Support for the `bme680` environmental sensor. - Support for the `bhi160` sensor fusion. -- `simple_menu` module for creating simple menus in Python. +- simple_menu` module for creating simple menus in Python. +- Python power module to access the voltage and current measurements from the PMIC. ### Changed - Refactored BLE card10 service. - Improved BLE file-transfer. - Replaced dynamic attribute creation with static attributes. +- Clock: Added multiple color themes for the main clock. +- Clock: Color themes are read from a json file, so people can customize their clock +- Clock: Last selected theme is saved in the clock.json so it's persistent + ### Fixed - Fixed menu listing files starting with `.`. -- GitLab