Releases: HeyWillow/willow
Release list
0.4.0-alpha.3
0.4.0-alpha.2
What's Changed
- CI: add GHCR_URL env var by @stintel in #414
- CI: grant write to packages in build-container by @stintel in #417
- CI: grant read on packages in build-willow by @stintel in #418
- CI: another attempt to fix CI breakage by @stintel in #419
- CI: fix typo in output variable name by @stintel in #420
- CI: lowercase GHCR_URL by @stintel in #421
- CI: next attempt to lowercase GHCR_URL by @stintel in #422
- Bump esp_lvgl_port and lvgl by @stintel in #416
- CI: grant write on contents in publish-release by @stintel in #423
Full Changelog: 0.4.0-alpha.1...0.4.0-alpha.2
0.4.0-alpha.1
What's Changed
- sdkconfig: build for ESP32-S3-Box-3 by default by @stintel in #366
- audio: increase HTTP stream timeout after send for TTS by @stintel in #367
- CI: bump artifact actions to v4 by @stintel in #390
- build: make MultiNet support opt-in by @stintel in #392
- Bump GitHub actions by @stintel in #393
- Implement i2c_probe function by @stintel in #394
- Fix I2C probing by @stintel in #395
- Bump ESP-IDF to v5.1.6 by @stintel in #397
- build: bump to upstream ESP-ADF v2.7 by @stintel in #398
- CI: detect changed files since last remote commit by @stintel in #400
- CI: don't trigger workflow on push by @stintel in #401
- Bump ESP-IDF to v5.2.3 by @stintel in #399
- build: bump esp-sr to 1.9.5 by @stintel in #402
- CI: trigger workflow on push again by @stintel in #404
- network: print ev_base when logging unhandled event by @stintel in #403
- Bump esp_lcd_touch_* components by @stintel in #405
- Wi-Fi improvements by @stintel in #406
- idf: bump esp_websocket_client component to 1.4.0 by @stintel in #407
- sdkconfig: enable Chacha20-Poly1305 support by @stintel in #408
- Dockerfile: bump ESP-IDF to v5.2.5 by @stintel in #409
- treewide: support TLS 1.3 by @stintel in #410
- CI: mark alpha and beta releases as prerelease by @stintel in #411
- CI: fix typo to trigger build when pushing tags by @stintel in #412
- CI: fix error in download-artifact action by @stintel in #413
Full Changelog: 0.3.1...0.4.0-alpha.1
0.3.1
The Willow team is proud to present Willow 0.3.1. Changes since 0.3.0:
Full Changelog: 0.3.0...0.3.1
0.3.0
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
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
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
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:
New features:
To use notifications, you need WAS 0.2.0-rc.1, so upgrade WAS first.
0.2.2
The Willow team is proud to present Willow 0.2.2. Changes since 0.2.1:
Fix:
- fix session timer 643e483
0.2.1
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