Skip to content

Commit

Permalink
chore(release): 0.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.6.0](v0.5.0...v0.6.0) (2024-03-10)

### Bug Fixes

* **Config:** only return a match if a whole config block matches ([3ec9eeb](3ec9eeb))
* **format:** Remove unused code and comments ([35a26c8](35a26c8))
* **Legion Go:** Add mouse support to driver. ([3014b8b](3014b8b))
* **Legion Go:** Add status events for the lego controller ([c57815e](c57815e))
* **Legion Go:** Fix mouse reports. Fix config for different modes. ([09b731c](09b731c))
* **Legion Go:** Fix Touchpad Input report ([376a069](376a069))
* **Legion Go:** Move yaml to new naming schema. Rename Base to QuickAccess. ([75744de](75744de))
* **Legion Go:** Rename Accel to Gyro. Fix some warnings. ([37cf1a4](37cf1a4))
* **schema:** Update schema with paddle 3, vendor/product ID for evdev. ([111fdb4](111fdb4))

### Features

* **Legion Go:** Add Legion Go support ([cfe64b0](cfe64b0))
* **manager:** Check devices once, and on add/remove. ([2af1113](2af1113))

### Reverts

* Revert "fix(config): Use interface number for seen devices. Don't force all interfaces to be present." ([2208a1a](2208a1a))
  • Loading branch information
semantic-release-bot committed Mar 10, 2024
1 parent 35a26c8 commit 2bf8a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "inputplumber"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
license = "GPL-3.0-or-later"
description = "Open source input manager for Linux"
Expand Down

0 comments on commit 2bf8a31

Please sign in to comment.