Skip to content

Releases: Tom-Hirschberger/MMM-Screen-Powersave-Notification

Release 0.0.10

12 Mar 14:08
f6bf60c
Compare
Choose a tag to compare

This is release 0.0.10 with the following changes:

  • fixed the xrandr_control wrapper (thanks to @Aergernis)
  • added a hint how to change back to X11 stack in Raspberry OS Bookworm to the Readme
  • added a new wlr-randr_control wrapper which can be used with the new Wayland display stack of Raspberry OS Bookworm

Release 0.0.9

24 Nov 18:19
141750a
Compare
Choose a tag to compare

This is release 0.0.9 with the following changes:

  • the DOM objects now only will be updated if a position is set in the configuration
  • fixed all issues reported by the new automatic module scanning script developed by @KristjanESPERANTO

Release 0.0.8

05 Aug 13:26
8b55ea8
Compare
Choose a tag to compare

This is release 0.0.8 with the following changes:

  • using spawnSync and spawn instead of execSync and exec now. the old commands caused "Error: write EFAULT" exceptions in installations with current nodejs and electron versions

Release 0.0.7

07 Jan 20:52
eaa1557
Compare
Choose a tag to compare

This is release 0.0.7 with the following changes:

  • added scripts and description of how to use xrandr or tvservice as an alternative to the default vcgencmd command to control the screen. xrandr is the only solution working with current "vc4-kms-v3d" driver used in Raspberry Bullseye operating system.
  • fixed reset of screen timeout in "hideInsteadShutoff" mode.
  • the screen will be turned on if USER_PRESENCE notification is received, now. No need to send "USER_PRESENCE" and "SCREEN_ON" notifications, now.
  • the forced option in the payload of the notifications can be set either as string or as boolean value (String was need for notifications send by MMM-RemoteControl)
  • the html DOM objects now only will be updated if the module has a position set, now.

Release 0.0.6

05 Jan 21:29
72065bd
Compare
Choose a tag to compare

This is Release 0.0.6 with the following changes:

  • fixed the "hideInsteadOfShutoff" feature
  • added a new option to change to a specific profile before the real action is triggered

Release 0.0.5

15 Oct 19:25
c0577ac
Compare
Choose a tag to compare

This is Release 0.0.5 with the following changes:

  • it now possible to switch to a configured profile instead of shutting of the screen or hide the modules

Release 0.0.4

06 Apr 12:19
Compare
Choose a tag to compare

The module now supports hiding/showing of modules instead of shutoff/shuton off the display.

Release 0.0.3

06 Apr 07:45
Compare
Choose a tag to compare

It is now possible to display a countdown by specifying an module position

Release 0.0.2

02 Apr 08:25
Compare
Choose a tag to compare

It is now possible to configure different delays for different profiles

Release 0.0.1

08 Mar 16:39
Compare
Choose a tag to compare

A first version of the module which supports "USER_PRESENCE", "SCREEN_ON" and "SCREEN_OFF", "SCREEN_TOGGLE" and "SCREEN_POWERSAVE" notifications;
Addtionally scripts can be added to a sub-directory which will be run after switching the screen on or off;