-
-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: Release TerrariumPI v 4.10.2 | ||
date: 2024-07-17 00:00:00 +0100 | ||
categories: [Website, News] | ||
tags: [release, "4.10.2"] | ||
|
||
image: | ||
path: /assets/img/streamers-clipart-celebration.webp | ||
src: /assets/img/streamers-clipart-celebration.webp | ||
alt: Celebration header image | ||
--- | ||
|
||
## Release 4.10.2 - Live Raspberry PI webcam fix | ||
|
||
Due to Bookworm adoption the Raspberry PI live webcam was broken. In this release this has been fixed. That is all. | ||
|
||
### Upgrading | ||
|
||
[Get the new version here](https://github.com/theyosh/TerrariumPI/releases/tag/4.10.2). | ||
|
||
Or, go the [installation]({% link _tabs/install.md %}) page in order to install Terrarium PI version. | ||
|
||
Or, go the [upgrade steps]({% link _tabs/install.md %}#upgrading) at the installation page. | ||
|
||
### Translations | ||
|
||
Not all translations are done. Add missing translations [here](https://weblate.theyosh.nl/engage/terrariumpi/)! All help is appreciated. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# -*- coding: utf-8 -*- | ||
__version__ = "4.10.1" | ||
__version__ = "4.10.2" | ||
|
||
from gevent import monkey | ||
|
||
|