v0.6.6

AprilNEA/OpenLogiv0.6.6Jun 10, 2026by github-actions[bot]

AI Summary

This release introduces signed Windows executables as official artifacts and improves CI workflows for code signing. It also addresses specific parsing issues in the HIDPP protocol and asset handling.

Key Highlights

  • Windows release artifacts now include a signed GUI executable
  • CI improvements include a signing dry-run workflow and a fixed timestamp URL
  • Fixes for HIDPP (Logitech) protocol parsing regarding device-controlled name lengths
  • Fix for asset cache write operations to ensure data integrity

New Features

  • Ship signed GUI as Windows release artifact

Full Release Notes

## What's Changed
* ci: fix SignTool timestamp URL and add a signing dry-run workflow by @AprilNEA in https://github.com/AprilNEA/OpenLogi/pull/202
* fix(hidpp): bound device-controlled name lengths in Bolt parsing by @AprilNEA in https://github.com/AprilNEA/OpenLogi/pull/200
* fix(assets): keep sync writes inside the cache root and verified by @AprilNEA in https://github.com/AprilNEA/OpenLogi/pull/201
* feat(windows): ship the signed GUI as the Windows release artifact by @AprilNEA in https://github.com/AprilNEA/OpenLogi/pull/204
* chore: release v0.6.6 by @aprilnea[bot] in https://github.com/AprilNEA/OpenLogi/pull/203


**Full Changelog**: https://github.com/AprilNEA/OpenLogi/compare/v0.6.5...v0.6.6