Change Log
What's Changed
- Improved device permissions: Updated udev rules for serial and HID devices by replacing MODE="0666" with TAG+="uaccess", making device access more secure and less permissive.
- Optimized translation handling: Fixed an issue where translation and keyboard layout files were being generated automatically; these files are now loaded directly from Qt's resource system.
- Enhanced CI workflow: Updated the Windows build GitHub Action so that version updates automatically trigger dependent actions for recompilation.
- Fixed unnecessary file extraction: Resolved an issue where certain .qm files were being extracted every time the application was launched.
Full Changelog: 0.3.10...0.3.12