Skip to content

Commit

Permalink
Release 4.3.0 preperation
Browse files Browse the repository at this point in the history
  • Loading branch information
J.G. Rubingh committed Apr 11, 2022
1 parent eecc8ba commit 1afc076
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Changelog
=========


(unreleased)
------------
4.3.0 (2022-04-11)
------------------

**New**
------
Expand All @@ -20,6 +20,7 @@ Changelog

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

**Updates**
------
- Update translation files. [Weblate]

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
- Update translation source. [TheYOSH]
- Update documentation. [TheYOSH]
- Update documentation. [TheYOSH]
- Update relay documentation. [TheYOSH]
- Update documentation. [TheYOSH]
- Update gpio_relay.py. [cmonicob]

Expand Down Expand Up @@ -67,6 +75,8 @@ Changelog

**Other**
------
- Merge branch '4.x.y.z' of github.com:theyosh/TerrariumPI into 4.x.y.z.
[TheYOSH]
- Do not show commit version when nog available. [TheYOSH]
- Merge branch '4.x.y.z' of github.com:theyosh/TerrariumPI into 4.x.y.z.
[TheYOSH]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TerrariumPI 4.2.0
# TerrariumPI 4.3.0

![Latest release](https://github-basic-badges.herokuapp.com/release/theyosh/TerrariumPI.svg?text=latest%20release)
![GitHub Release Date](https://img.shields.io/github/release-date/theyosh/TerrariumPI)
Expand Down
4 changes: 2 additions & 2 deletions docs/_posts/2022-04-10-release_4.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Release TerrariumPI v 4.3.0
date: 2022-04-10 12:00:00 +0100
date: 2022-04-11 12:00:00 +0100
categories: [Website, News]
tags: [release, "4.3.0"]

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

## IO Expander

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.
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.

## Area updates

Expand Down
2 changes: 1 addition & 1 deletion docs/_tabs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Dimmer offset in %
: An offset value that is reduced from the actual value. Default 0

Dimmer max dim
: 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**
: 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**

## Sensors

Expand Down
2 changes: 1 addition & 1 deletion terrariumPI.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = '4.2.0'
__version__ = '4.3.0'

from gevent import monkey
monkey.patch_all()
Expand Down

0 comments on commit 1afc076

Please sign in to comment.