From 7df65cad513258a005bd986b9f0edf33e1e5ec8d Mon Sep 17 00:00:00 2001 From: Michael Bengfort Date: Thu, 14 May 2020 09:01:52 +0200 Subject: [PATCH] change version and update Readme --- apps.json | 2 +- apps/metronome/ChangeLog | 1 + apps/metronome/README.md | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 1caaf9369..b478a8f69 100644 --- a/apps.json +++ b/apps.json @@ -1403,7 +1403,7 @@ "id": "metronome", "name": "Metronome", "icon": "metronome_icon.png", - "version": "0.04", + "version": "0.05", "readme": "README.md", "description": "Makes the watch blinking and vibrating with a given rate", "tags": "tool", diff --git a/apps/metronome/ChangeLog b/apps/metronome/ChangeLog index 25628660e..61ff09c98 100644 --- a/apps/metronome/ChangeLog +++ b/apps/metronome/ChangeLog @@ -2,3 +2,4 @@ 0.02: Watch vibrates with every beat 0.03: Uses mean of three time intervalls to calculate bmp 0.04: App shows instructions, Widgets remain visible, color changed +0.05: Enable to set buzz intensity and beats per bar via settings diff --git a/apps/metronome/README.md b/apps/metronome/README.md index 1bb9a893c..8a76114f8 100644 --- a/apps/metronome/README.md +++ b/apps/metronome/README.md @@ -8,6 +8,7 @@ This metronome makes your watch blink and vibrate with a given rate. * Use `BTN1` to increase the bmp value by one. * Use `BTN3` to decrease the bmp value by one. * You can change the bpm value any time by tapping the screen or using `BTN1` and `BTN3`. +* Using the settings app, you can change the intensity of buzzing and the beats per bar (default 4). The first beat per bar will be marked in red. ## Attributions