|
| 1 | +--- |
| 2 | +title: Release TerrariumPI v 4.12.0 |
| 3 | +date: 2024-10-07 00:00:00 +0200 |
| 4 | +categories: [Website, News] |
| 5 | +tags: [release, '4.12.0'] |
| 6 | + |
| 7 | +image: |
| 8 | + path: /assets/img/streamers-clipart-celebration.webp |
| 9 | + src: /assets/img/streamers-clipart-celebration.webp |
| 10 | + alt: Celebration header image |
| 11 | +--- |
| 12 | + |
| 13 | +## Release 4.12.0 - Just a new release |
| 14 | + |
| 15 | +This new release is not a big release. It has some bugfixes and logging |
| 16 | +improvements. One new improvement is that we now support Sonoff D1 Dimmer in DIY |
| 17 | +mode. |
| 18 | + |
| 19 | +### Sonoff D1 Dimmer DIY mode |
| 20 | + |
| 21 | +Now it is possible to use the [Sonoff |
| 22 | +D1 Dimmer]({% link _hardware/sonoff_d1_dimmer.md %}) in DIY mode. This makes it |
| 23 | +easier to add this dimmer to TerrariumPI. A big thanks to |
| 24 | +[MakoShark2](https://github.com/MakoShark2) for testing and helping with |
| 25 | +creating the code. |
| 26 | + |
| 27 | +### Improvements |
| 28 | + |
| 29 | +Improved the light timer calculation when TerrariumPI is restarted after |
| 30 | +midnight, before the end of the current light period. Thanks to |
| 31 | +[rossisbudda](https://github.com/rossisbudda) for finding this |
| 32 | +[bug](https://github.com/theyosh/TerrariumPI/issues/948). |
| 33 | + |
| 34 | +The logging has been improved to log now the correct hardware names. Due to a |
| 35 | +bug, not the correct hardware name was shown in the log. |
| 36 | + |
| 37 | +### Translations |
| 38 | + |
| 39 | +The [Spanish language](https://weblate.theyosh.nl/projects/terrariumpi/-/es/) is |
| 40 | +updated by [nebu73](https://github.com/nebu73). |
| 41 | + |
| 42 | +### Bug fixes |
| 43 | + |
| 44 | +Fixed the logging in the TerrariumPI GUI when you where already logged in. There |
| 45 | +was an issue with correctly reading the authentication cookie. |
| 46 | + |
| 47 | +Fixed a cookie saving issue due to deprecated code in the |
| 48 | +[Bottle.py](https://bottlepy.org/) web server code. |
| 49 | + |
| 50 | +Fixed installation on Bookworm OS. It was missing a SSL library. That has been |
| 51 | +fixed. |
| 52 | + |
| 53 | +### Documentation updates |
| 54 | + |
| 55 | +Updated the [Sonoff D1 Dimmer]({% link _hardware/sonoff_d1_dimmer.md %}) |
| 56 | +documentation about support for DIY mode. |
| 57 | + |
| 58 | +Updated the backup, restoring and debug [FAQ]({% link _tabs/faq.md %}). |
| 59 | + |
| 60 | +{% include release-footer.md %} |
0 commit comments