From 2bf8a317a6dffa64ba9121fc5788bf2516999d26 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 10 Mar 2024 19:34:02 +0000 Subject: [PATCH] chore(release): 0.6.0 [skip ci] # [0.6.0](https://github.com/ShadowBlip/InputPlumber/compare/v0.5.0...v0.6.0) (2024-03-10) ### Bug Fixes * **Config:** only return a match if a whole config block matches ([3ec9eeb](https://github.com/ShadowBlip/InputPlumber/commit/3ec9eeb8f50e922be9ec0474fa84b028d18bcd39)) * **format:** Remove unused code and comments ([35a26c8](https://github.com/ShadowBlip/InputPlumber/commit/35a26c84b5476d9d6af51ac10276b981f6c86afb)) * **Legion Go:** Add mouse support to driver. ([3014b8b](https://github.com/ShadowBlip/InputPlumber/commit/3014b8b26bd410fe9059a0dc4b8f65bdbe7766ef)) * **Legion Go:** Add status events for the lego controller ([c57815e](https://github.com/ShadowBlip/InputPlumber/commit/c57815e1df0f064d205f06aadb6b2bb9b20b77c7)) * **Legion Go:** Fix mouse reports. Fix config for different modes. ([09b731c](https://github.com/ShadowBlip/InputPlumber/commit/09b731c2061aa6763ce928613090100617644747)) * **Legion Go:** Fix Touchpad Input report ([376a069](https://github.com/ShadowBlip/InputPlumber/commit/376a06996d48c526d7e2ab1dd1492e58e043f474)) * **Legion Go:** Move yaml to new naming schema. Rename Base to QuickAccess. ([75744de](https://github.com/ShadowBlip/InputPlumber/commit/75744ded7f893f1a68a4a30257f600d276f4f21d)) * **Legion Go:** Rename Accel to Gyro. Fix some warnings. ([37cf1a4](https://github.com/ShadowBlip/InputPlumber/commit/37cf1a431668292b8f9733ee7f3d71d40859d194)) * **schema:** Update schema with paddle 3, vendor/product ID for evdev. ([111fdb4](https://github.com/ShadowBlip/InputPlumber/commit/111fdb4ca260a1ea4e56ed8174f37f3b5da61875)) ### Features * **Legion Go:** Add Legion Go support ([cfe64b0](https://github.com/ShadowBlip/InputPlumber/commit/cfe64b09012a84ab45e54f4a165213f7b0c87621)) * **manager:** Check devices once, and on add/remove. ([2af1113](https://github.com/ShadowBlip/InputPlumber/commit/2af11131b139276a91d163d9f8b9c8d4cc6d6abe)) ### Reverts * Revert "fix(config): Use interface number for seen devices. Don't force all interfaces to be present." ([2208a1a](https://github.com/ShadowBlip/InputPlumber/commit/2208a1a47bdfc21a407b63eb8e795778edf999ca)) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 35214a33..d1cb4a3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"