Wednesday, October 29, 2025
1 change · 17.0
Enhancements to existing features
The IoT device password generation process was updated so it continues to work with newer Python versions. Compatibility links were also added so existing system processes can still find moved setup files, reducing the risk of disruption during updates.
Original PR description
To ensure compatibility with python 3.13+, we updated the method to generate the rpi's password to avoid using the removed `crypt` lib. We also ensure that files moved between `point_of_sale/tools/posbox/`, `addons/iot_box_image/` and `setup/iot_box_builder` can still be found by system processes using symlinks.