Skip to content

Commit

Permalink
Emoji updates
Browse files Browse the repository at this point in the history
  • Loading branch information
theyosh committed Jun 1, 2024
1 parent bae90d6 commit 94731aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
7 changes: 0 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ group :jekyll_plugins do
gem "jekyll-target-blank"
gem "jekyll-minifier"
gem "jemoji"

# gem "jekyll-paginate"
# gem "jekyll-redirect-from"
# gem "jekyll-seo-tag"
# gem "jekyll-archives"
# gem "jekyll-sitemap"
# gem "jekyll-analytics"
gem "jekyll-liquify", "= 0.0.2"
end

Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/2023-06-02-release_4.6.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image:

## Release 4.6.3 - Summer is here release

A new, sort of maintenance, release. But it contains just a bit more 😉
A new, sort of maintenance, release. But it contains just a bit more :wink:

The major update is a feature request from [may 2019](https://github.com/theyosh/TerrariumPI/issues/292) that should now be added. You can add a threshold value per light sensor. Also you can use LDR buttons as feedback sensor. And in the lights area you can select the sensors which are used to check if the light is above the threshold.

Expand Down
8 changes: 4 additions & 4 deletions docs/_posts/2024-02-03-release_4.8.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,25 @@ And the code for encrypting and decrypting has been refactored to one location.

### Documentation updates

Added the needed upgrade steps for [upgrading TerrariumPI]({% link _tabs/install.md %}#upgrading). A bit stupid that it took that long to add it to the documentation. 😁
Added the needed upgrade steps for [upgrading TerrariumPI]({% link _tabs/install.md %}#upgrading). A bit stupid that it took that long to add it to the documentation. :grin:

There are some documentation updates done. For the [VEML6075 sensor]({% link _hardware/veml6075_sensor.md %}) we added an extra warning that this sensor is not working correctly with UVB lights. It turns out, this sensor needs IR light as well to operate. And that is not transmitted by a UVB light.

Added some more old new posts of websites that promoting TerrariumPI. And added [Stuarts]({% link _posts/2019-01-04-tutorials-by-stuart.md %}) attempt to make a full tutorial setting up TerrariumPI.

Also it is now possible to leave reactions under news posts. So if you like this new release post, leave a reaction below. It needs a Github account and uses [giscus](https://giscus.app/). Try it out 👇👇👇
Also it is now possible to leave reactions under news posts. So if you like this new release post, leave a reaction below. It needs a Github account and uses [giscus](https://giscus.app/). Try it out :point_down: :point_down: :point_down:

### Maintenance

The installer is updated a bit. Now you will get a message when TerrariumPI will install the software, and no more questions are needed. So you can leave it running and do something else in the meantime.

We updated to the latest NodeJS libraries and migrated some libraries from Github to npm versions. This should make updates a bit easier. The GUI itself should not be changed. Only a bit faster... 😉
We updated to the latest NodeJS libraries and migrated some libraries from Github to npm versions. This should make updates a bit easier. The GUI itself should not be changed. Only a bit faster... :wink:

Calendar fixes. It can happen that not all dates in the calendar has a time zone configured. This could crash the calendar loading. This is now fixed.

Updated some python submodules to their latest version. And made a code patch for the Voltcraft python library. The patch will be applied during installation of TerrariumPI.

Updated some copyright years. Nine years already. 🙂
Updated some copyright years. Nine years already. :grinning:

### Upgrading

Expand Down

0 comments on commit 94731aa

Please sign in to comment.