quack/ChangeLog.md

37 lines
1.3 KiB
Markdown
Raw Normal View History

2024-06-06 18:44:51 +00:00
## v1.4.6
- added support for ADB composite devices (Kensignton and some Joysticks)
- fixed ADB start and stop bit times (65 µs vs 70 µs, error in AN591)
- update to ESP-IDF v5.2.2
- https://github.com/espressif/esp-idf/releases/tag/v5.2.2
- fixed flash corruption after pairing too much devices (20+)
- fixed ADB host mode where the ESP boot was too fast (v5.2 regression)
2023-12-28 20:45:46 +00:00
## v1.4.5
- update to ESP-IDF v5.1.2
2024-06-06 18:44:51 +00:00
- https://github.com/espressif/esp-idf/releases/tag/v5.1.2
2023-12-28 20:45:46 +00:00
- big background update, lot of cleaning and rewrites
2024-06-06 18:44:51 +00:00
- as most patches are now mainstream, sdk patching is now minimal
- removed direct ABI bluedroid call
2023-12-28 20:45:46 +00:00
2022-04-03 19:28:45 +00:00
## v1.4.4
- update to ESP-IDF v4.2.3:
2024-06-06 18:44:51 +00:00
- https://github.com/espressif/esp-idf/releases/tag/v4.2.3
2022-04-03 19:28:45 +00:00
- mostly bluetooth related security and bug fixes
## v1.4.3
- provides some slight acceleration and desceleration on bluetooth mouses
## v1.4.2
- added support for MicroSpeed MacTRAC 2.0
- fixed a BT led state when a device reconnect while scanning
2021-09-19 21:32:58 +00:00
## v1.4.1
- update to ESP-IDF v4.2.2:
- https://github.com/espressif/esp-idf/releases/tag/v4.2.2
- fixed controller not reporting disconnect event
- fixed BT LED state when using multiple mouses
2021-09-19 21:32:58 +00:00
2021-08-22 19:06:00 +00:00
## v1.4.0
- Initial firmare release
2024-06-06 18:44:51 +00:00
- 1.4.x series is compatible with 1.3 and 1.4 PCBs (EDA subfolder)