Skip to content

Releases: ESPWortuhr/Multilayout-ESP-Wordclock

Release 4.0.0

18 Oct 08:39
2dcb924
Compare
Choose a tag to compare

Hey There,

finally I got a final Version running :-)

I have also added a version for ESP32. It works, but there can be some start-up problems on the first run, and the WLAN is not as stable as with the old ESP8266 controller.

What is still missing:

  • Wiring diagram for ESP32
  • Description for ESP32

A little call for help. I have provided a latex file at https://github.com/ESPWortuhr/Multilayout-ESP-Wordclock/blob/main/docs/Anleitung.tex in which I am trying to create instructions for the clock.

What's Changed

New Contributors

Full Changelog: V3.2...V4.0.0

Version 3.3 Beta 2

14 Sep 08:38
d7d5172
Compare
Choose a tag to compare
Version 3.3 Beta 2 Pre-release
Pre-release

Please test it :-)

What's Changed

Full Changelog: V3.3_Beta...V3.3_Beta2

VersionV3.3_Beta

21 Aug 09:46
c03e327
Compare
Choose a tag to compare
VersionV3.3_Beta Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: V3.2...V3.3_Beta

VersionV3.2

12 Nov 10:49
31d4883
Compare
Choose a tag to compare
  • Added new languages (Spanish and Italian) #Thanks Stephan
  • Fixed some bugs regarding saved data

What's Changed

Full Changelog: V3.1.1...V3.2

ReleaseV3.1.1

15 Jul 14:52
e07b85c
Compare
Choose a tag to compare

Added new layout from @ThxAndBye

ReleaseV3.1.0

15 Jul 12:27
ce3305c
Compare
Choose a tag to compare

Description will follow soon

What's Changed

New Contributors

Full Changelog: V3.0.0...V3.1.0

V3.0.0

30 Apr 17:04
df776b4
Compare
Choose a tag to compare

... Release notes not yet complete ...

What's Changed

New Contributors

Full Changelog: V2.8.0...V3.0.0

V2.8.0

01 Mar 09:36
b7d9c95
Compare
Choose a tag to compare

What's Changed

Full Changelog: V2.7.0...V2.8.0

V2.7.0

05 Feb 14:14
f2e6414
Compare
Choose a tag to compare

Finally a new full release :-)

What's Changed

  • Added feature to manage minute display options on all Clocktypes "Off" and "Normal".
  • Added option to show minutes as words, only on NL10x11.
  • Added pre-defined color grid on website
  • Revised config.h
  • Added SVG Files with new Font and additional Front
  • Fixed a Bug in Animation Matrix
  • Refactoring of Code complete by @dbambus in #186
  • Added an extra script to gen uhrtype.gen.h by @dbambus in #187
  • Rework of frontMatrix functions and uhrtype minArray handling by @dbambus in #188
  • Refactor of Uhrtype names and added language Front by @dbambus in #191
  • Added option to reverse minute LED Direction. by @dbambus in #192
  • Bump grunt from 1.5.3 to 1.6.1 by @dependabot in #195
  • Bump terser from 5.16.1 to 5.16.2 by @dependabot in #194
  • A lot of smaller fixes for Version 2.7.0 by @dbambus in #196

Full Changelog: V2.6.3...V2.7.0

V2.6.3

08 Jan 14:43
5f214eb
Compare
Choose a tag to compare

This release is a start for refactoring the code. The overall goal is to move to a common use of camelCase, English as the common language and cleanCode.

In this pull request, I have changed most of the function names in the base code to camelCase. In this step, I refactored the classes to have a namespace for functions and applied cleanCode here. I also changed the comments to English when necessary.

Other changes:

Removed a redundant function RGB_to_HSB(), since it is also available through the NeoPixelBus Library.
Fixed: Better values for Speed Slider #29
Fixed: Brightness changes react immediately* (*The clock refreshes the screen every second).

What's Changed

  • Resolved an issue in NeoMultiFeature.hpp to use the newest NeoPixelBus Library by @dbambus in #181

Full Changelog: V2.6.2...V2.6.3