Skip to content

Commit 1afc076

Browse files
author
J.G. Rubingh
committed
Release 4.3.0 preperation
1 parent eecc8ba commit 1afc076

File tree

5 files changed

+17
-7
lines changed

5 files changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Changelog
22
=========
33

44

5-
(unreleased)
6-
------------
5+
4.3.0 (2022-04-11)
6+
------------------
77

88
**New**
99
------
@@ -20,6 +20,7 @@ Changelog
2020

2121
**Fixes**
2222
------
23+
- Fix webcam issues. [TheYOSH]
2324
- Fix required field switch. [#669](https://github.com/theyosh/TerrariumPI/issues/669). [TheYOSH]
2425
- Fix device loading. [TheYOSH]
2526
- Fix stupid typos and version numbers. [TheYOSH]
@@ -35,6 +36,13 @@ Changelog
3536

3637
**Updates**
3738
------
39+
- Update translation files. [Weblate]
40+
41+
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
42+
- Update translation source. [TheYOSH]
43+
- Update documentation. [TheYOSH]
44+
- Update documentation. [TheYOSH]
45+
- Update relay documentation. [TheYOSH]
3846
- Update documentation. [TheYOSH]
3947
- Update gpio_relay.py. [cmonicob]
4048

@@ -67,6 +75,8 @@ Changelog
6775

6876
**Other**
6977
------
78+
- Merge branch '4.x.y.z' of github.com:theyosh/TerrariumPI into 4.x.y.z.
79+
[TheYOSH]
7080
- Do not show commit version when nog available. [TheYOSH]
7181
- Merge branch '4.x.y.z' of github.com:theyosh/TerrariumPI into 4.x.y.z.
7282
[TheYOSH]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# TerrariumPI 4.2.0
1+
# TerrariumPI 4.3.0
22

33
![Latest release](https://github-basic-badges.herokuapp.com/release/theyosh/TerrariumPI.svg?text=latest%20release)
44
![GitHub Release Date](https://img.shields.io/github/release-date/theyosh/TerrariumPI)

docs/_posts/2022-04-10-release_4.3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Release TerrariumPI v 4.3.0
3-
date: 2022-04-10 12:00:00 +0100
3+
date: 2022-04-11 12:00:00 +0100
44
categories: [Website, News]
55
tags: [release, "4.3.0"]
66

@@ -18,7 +18,7 @@ Here are some highlights of this release.
1818

1919
## IO Expander
2020

21-
There is now support for two [IO expander boards]({% link _hardware/io-expander.md %}). This way, you could add more buttons and GPIO relays though I2C bus. This expander boards can only toggle ports. It is **not** possible to use it for sensors.
21+
There is now support for two [IO expander boards]({% link _hardware/io-expander.md %}). This way, you could add more buttons and GPIO relays though I2C bus. This expander boards can only toggle ports on or off. It is **not** possible to use it for sensors.
2222

2323
## Area updates
2424

docs/_tabs/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Dimmer offset in %
182182
: An offset value that is reduced from the actual value. Default 0
183183

184184
Dimmer max dim
185-
: When this value is greater then 0, then the dimmer will use the RPI PWM hardware for dimming. This only works on GPIO pin **12, 32, 33 and 35**
185+
: Legacy dimming like TP3. Enter the technical max dim value. When this value is greater then 0, then the dimmer will use the RPI PWM hardware for dimming. This only works on GPIO pin **12, 32, 33 and 35**
186186

187187
## Sensors
188188

terrariumPI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = '4.2.0'
2+
__version__ = '4.3.0'
33

44
from gevent import monkey
55
monkey.patch_all()

0 commit comments

Comments
 (0)