diff --git a/apps/matrixclock/ChangeLog b/apps/matrixclock/ChangeLog index 5d88618bd..ed59e37b0 100644 --- a/apps/matrixclock/ChangeLog +++ b/apps/matrixclock/ChangeLog @@ -3,3 +3,4 @@ 0.03: Keep the date from being overwritten, use correct colour from theme for clearing 0.04: Removed "wake LCD on face-up"-feature: A watch-face should not set things like "wake LCD on face-up". 0.05: Added support to other color themes (other then black) +0.06: Added support for 24 hour clock enabled from settings diff --git a/apps/matrixclock/README.md b/apps/matrixclock/README.md index a2add957a..01aef6544 100644 --- a/apps/matrixclock/README.md +++ b/apps/matrixclock/README.md @@ -5,10 +5,11 @@ ## Settings Please use the setting->App->Matrix Clock Menu to change the settings -| Setting | Description | -|-----------|--------------------------------------------------------------------------------------------------------------------| -| Color | by default set to **'theme'** to follow the theme colors. Selector also offers a selection of other colour schemes | -| Intensity | Changes the number of matrix streams that are falling | +| Setting | Description | +|-------------|--------------------------------------------------------------------------------------------------------------------| +| Color | By default set to **'theme'** to follow the theme colors. Selector also offers a selection of other colour schemes | +| Time Format | Choose between 12 hour and 24 hour time format | +| Intensity | Changes the number of matrix streams that are falling | ## Colour Themes diff --git a/apps/matrixclock/metadata.json b/apps/matrixclock/metadata.json index 1312210dd..eeefb6de4 100644 --- a/apps/matrixclock/metadata.json +++ b/apps/matrixclock/metadata.json @@ -1,7 +1,7 @@ { "id": "matrixclock", "name": "Matrix Clock", - "version": "0.05", + "version": "0.06", "description": "inspired by The Matrix, a clock of the same style", "icon": "matrixclock.png", "screenshots": [{"url":"matrix_green_on_black.jpg"}],