From 9c7409417f7504ed701bb68a15b0a973819d91e1 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Thu, 21 Nov 2019 23:29:49 +0100 Subject: [PATCH] Prepare for v0.10.2 --- README.md | 22 +++++++++++++++++----- addon.xml | 9 +++++++-- 2 files changed, 24 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2a1a441..2397176 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This Kodi screensaver turns your TV, projector or monitor off, so it can actuall ## How does it work ? -It supports the following methods: +It supports the following display methods: - **CEC (built-in)** - The screensaver forces the display to go into Standby using internal CEC controls. @@ -37,15 +37,22 @@ It supports the following methods: - **Backlight on Raspberry Pi (kernel)** - The screensaver turns off the backlight of the display. This only works on Raspberry Pi. -- **HDMI on Raspberry Pi (tvservice)** - - The screensaver turns off the HDMI output using the 'tvservice' utility. This only works on Raspberry Pi, or possible other similar Broadcom chipsets. +- **Backlight on Odroid C2 (kernel)** + - The screensaver turns off the backlight of the display. This only works on Odroid C2. -Optionally it also can put your system to sleep or power it off. +Optionally it also can put your system to sleep or power it off using one of the following methods: + +- **Suspend (built-in)** +- **Hibernate (built-in)** +- **Quit (built-in)** +- **Shutdown (built-in)** +- **Reboot (built-in)** +- **Powerdown (built-in)** Or log off your user or mute audio. -One can press the `HOME` key to deactivate the screensaver, depending on the method used and the state of the display it may turn your display back on. +One can press the `HOME` key to deactivate the screensaver, depending on the method used and the state of the display/system it may turn your display and system back on. ## Related @@ -59,6 +66,11 @@ You can report issues at [our GitHub project](https://github.com/dagwieers/scree ## Releases +### v0.10.2 (2019-11-21) +- Create separate entrypoint +- Improve stability +- Add more unit tests + ### v0.10.1 (2019-10-30) - Add sanity tests, unit tests and coverage support - Use JSON-RPC for all built-ins diff --git a/addon.xml b/addon.xml index b687374..1930143 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ The Turn Off screensaver turns your TV, projector or screen off, like any old fashioned screensaver is intended to do. -Next to managing your display, it can also manage your device, log your profile off or mute audio to avoid sounds through your A/V receiver. +Next to managing your display, it can also manage your device power state, log your profile off or mute audio to avoid sounds through your A/V receiver. GNU General Public License, v2+ dag@wieers.com @@ -18,6 +18,11 @@ Next to managing your display, it can also manage your device, log your profile https://github.com/dagwieers/screensaver.turnoff https://forum.kodi.tv/showthread.php?tid=331076 +v0.10.2 (2019-11-21) +- Create separate entrypoint +- Improve stability +- Add more unit tests + v0.10.1 (2019-10-30) - Add sanity tests, unit tests and coverage support - Use JSON-RPC for all built-ins