Skip to content

Releases: toverainc/willow

0.3.1

19 Jan 13:47
Compare
Choose a tag to compare

The Willow team is proud to present Willow 0.3.1. Changes since 0.3.0:

  • Fix crash on missing wakeword #359
  • was: enable WebSocket destroy on exit in was_init #361

Full Changelog: 0.3.0...0.3.1

0.3.0

02 Jan 23:57
Compare
Choose a tag to compare

The Willow team is proud to present Willow 0.3.0. Changes since 0.2.1:

  • Dockerfile: bump ESP-ADF to support WIS auth #327
  • Dockerfile: bump ESP-ADF to revert accidental changes #329
  • Add notification support #325
  • Fix session timer #335
  • WIS TTS URL v2 support #336
  • gitignore: add dependencies.lock #337
  • UI improvements #334
  • Improve server failure handling #338
  • main: fix error printing in app_main #341
  • Improve HTTP stream timeout error handling #345
  • Fix a few minor issues by #344
  • CI: mark release candidates as pre-release #346
  • was: reset display timer on WAS command endpoint result #351
  • sdkconfig: improve TCP performance #352
  • CI: bump tj-actions/changed-files to v41 #356
  • audio: only install I2S driver once #357

It is recommended to upgrade WAS first, which is required to expose some of the new features.

Full Changelog: 0.2.1...0.3.0

0.2.3

21 Dec 19:17
Compare
Choose a tag to compare

The Willow team is proud to present Willow 0.2.3. Changes since 0.2.2:

  • main: fix error printing in app_main 01e3b73
  • was: cleanup after processing wake_result 4f17efd
  • log: drop PERIPH_WIFI f8a3433
  • was: reset display timer on WAS command endpoint result fcb4b7f

Full Changelog: 0.2.2...0.2.3

0.3.0-rc.2

19 Dec 17:54
Compare
Choose a tag to compare
0.3.0-rc.2 Pre-release
Pre-release

The Willow team is proud to present the second release candidate of the 0.3.0 release. Changes since 0.3.0-rc.1:

  • main: fix error printing in app_main #341
  • Improve HTTP stream timeout error handling #345
  • Fix a few minor issues #344
  • CI: mark release candidates as pre-release #346

Full Changelog: 0.3.0-rc.1...0.3.0-rc.2

0.3.0-rc.1

01 Dec 19:08
Compare
Choose a tag to compare
0.3.0-rc.1 Pre-release
Pre-release

The Willow team is proud to present the first release candidate of the 0.3.0 release. Changes since 0.2.1:

Changes:

  • Enable all supported ESP decoder codecs 126dee6

Fixes:

  • Fix session timer dd2815b
  • Fix various UI inconsistencies #334

New features:

  • Handle server failures #338
  • WAS notification support #325
  • WIS TTS URL v2 support #336

To use notifications, you need WAS 0.2.0-rc.1, so upgrade WAS first.

0.2.2

28 Nov 18:12
Compare
Choose a tag to compare

The Willow team is proud to present Willow 0.2.2. Changes since 0.2.1:

Fix:

0.2.1

30 Oct 16:42
Compare
Choose a tag to compare

The Willow team is proud to present Willow 0.2.1. Changes since 0.2.0:

  • fix crash when doing WAS locate if Willow is muted during boot
  • support the GT911 touch controller in the final ESP32-S3-Box

0.2.0

23 Oct 17:41
Compare
Choose a tag to compare

The Willow team is proud to present Willow 0.2.0. There have been no changes since 0.2.0-rc.1.

Changes:

  • Bump ESP-IDF from 4.4.5 to 5.1.1
  • Bump ESP-ADF from 2.5 to 2.6+
  • Bump ESP-DSP from 1.4.4 to 1.4.7
  • Bump ESP-SR from espressif/esp-sr@3690f88 to espressif/esp-sr@c8bf7cd
  • Bump LVGL from 8.3.8 to 8.3.9
  • Bump LVGL ESP Portation from 1.2.0 to 1.3.0
  • Disable unneeded components in sdkconfig
  • Improved error handling

Fixes:

  • Plugged several memory leaks

New features:

  • Configurable display backlight timeout
  • ESP32-S3-Box-3 support
  • Locate from WAS
  • Optional wake confirmation tone
  • WAS Command Endpoint support (experimental)
  • Willow One Wake (experimental)

At the same time we've released Willow Application Server 0.1.0-rc.1 with a new and much improved UI. Be sure to upgrade your WAS!

And last but not least: you can now find us on Discord!

0.2.0-rc.1

12 Oct 11:02
Compare
Choose a tag to compare
0.2.0-rc.1 Pre-release
Pre-release

The Willow team is proud to present the first release candidate of the 0.2.0 release.

Changes:

  • Bump ESP-IDF from 4.4.5 to 5.1.1
  • Bump ESP-ADF from 2.5 to 2.6+
  • Bump ESP-DSP from 1.4.4 to 1.4.7
  • Bump ESP-SR from espressif/esp-sr@3690f88 to espressif/esp-sr@c8bf7cd
  • Bump LVGL from 8.3.8 to 8.3.9
  • Bump LVGL ESP Portation from 1.2.0 to 1.3.0
  • Disable unneeded components in sdkconfig
  • Improved error handling

Fixes:

  • Plugged several memory leaks

New features:

  • Configurable display backlight timeout
  • ESP32-S3-Box-3 support
  • Locate from WAS
  • Optional wake confirmation tone
  • WAS Command Endpoint support (experimental)
  • Willow One Wake (experimental)

At the same time we've released Willow Application Server 0.1.0-rc.1 with a new and much improved UI. Be sure to upgrade your WAS!

And last but not least: you can now find us on Discord!

0.1.1

03 Oct 16:43
Compare
Choose a tag to compare

Fix NTP issues.