v1.1.0-beta.2
Pre-release
Pre-release
·
12 commits
to master
since this release
What's Changed
- ci: add GitHub Actions build + release workflows by @DriftKingTW in #1
- chore: remove obsolete libdeps-mod by @DriftKingTW in #2
- fix: correct latent bugs found in architecture review by @DriftKingTW in #3
- refactor: KeyboardOutput abstraction over USB/BLE by @DriftKingTW in #4
- refactor: unify key dispatch and dedup encoder handling by @DriftKingTW in #5
- refactor: cache keyconfig in a ConfigStore (parse once) by @DriftKingTW in #6
- refactor: guard shared OLED state with a mutex (Display module) by @DriftKingTW in #7
- refactor: mark cross-core shared flags volatile by @DriftKingTW in #8
- refactor: extract HTTP config server into web_server module by @DriftKingTW in #9
New Contributors
- @DriftKingTW made their first contribution in #1
Full Changelog: v1.0.1...v1.1.0-beta.2