diff --git a/apps/slopeclockpp/ChangeLog b/apps/slopeclockpp/ChangeLog index 9ae4ccc96..eef1840ea 100644 --- a/apps/slopeclockpp/ChangeLog +++ b/apps/slopeclockpp/ChangeLog @@ -6,3 +6,4 @@ Allowed black/white background (as that can look nice too) 0.05: Images in clkinfo are optional now 0.06: Added support for locale based time +0.07: README file update as UI interaction was not easy to understand diff --git a/apps/slopeclockpp/README.md b/apps/slopeclockpp/README.md index 9352db685..8aad8467b 100644 --- a/apps/slopeclockpp/README.md +++ b/apps/slopeclockpp/README.md @@ -10,6 +10,8 @@ to change (top right or bottom left). It should change color showing it is selected. * Swipe up or down to cycle through the info screens that can be displayed + when you have finnised tap again towards the centre of the screen to unselect. + * Swipe left or right to change the type of info screens displayed (by default there is only one type of data so this will have no effect) diff --git a/apps/slopeclockpp/metadata.json b/apps/slopeclockpp/metadata.json index bebed4b71..3243d389a 100644 --- a/apps/slopeclockpp/metadata.json +++ b/apps/slopeclockpp/metadata.json @@ -1,6 +1,6 @@ { "id": "slopeclockpp", "name": "Slope Clock ++", - "version":"0.06", + "version":"0.07", "description": "A clock where hours and minutes are divided by a sloping line. When the minute changes, the numbers slide off the screen. This is a clone of the original Slope Clock which shows extra information and allows the colors to be selected.", "icon": "app.png", "screenshots": [{"url":"screenshot.png"}],