Skip to content

Latest commit

 

History

History
229 lines (120 loc) · 4.08 KB

File metadata and controls

229 lines (120 loc) · 4.08 KB

Changelog

All notable changes to this project will be documented in this file.

[0.9.2] - 2026-02-17

Add support for Redragon SS552

[0.9.1] - 2026-01-24

Add support for all mirabox devices and VSDInside N4 Pro

[0.9.0] - 2026-01-21

Encoder presses are now released

Send periodic keep-alives (might fix issues with VSD Inside devices)

Use env_logger so now you can run RUST_LOG=opendeck_akp05=trace opendeck and get trace output info at $HOME/.local/share/opendeck/logs/plugins/com.github.ambiso.opendeck-akp05.sdPlugin.log.

[0.8.6] - 2026-01-21

Add Mars Gaming MSD Pro support

Add Soomfon CN003 support

[0.8.5] - 2025-12-25

Add VSDInside N4 Pro support

[0.8.4] - 2025-12-09

Fix name and icon

[0.8.3] - 2025-12-09

Fix id in justfile

[0.8.2] - 2025-12-09

Rename from opendeck-akp05e to opendeck-akp05

[0.8.1] - 2025-12-09

Less log spam & ignore touchscreen swipes (fixes hang)

[0.8.0] - 2025-12-09

Initial release for AKP-05


[0.7.3] - 2025-10-25

🚀 Features

  • (device) Add support for Redragon Skyrider SS-551 (#13)

[0.7.2] - 2025-09-29

🚀 Features

  • (device) Added support for TreasLin N3 (#11)

[0.7.1] - 2025-09-19

🐛 Bug Fixes

  • (udev) Removed uneeded udev rules, removed plugdev

💼 Other

  • (ci) Added git cliff config
  • (just) Update macos build command to be same as in akp153
  • (just) Added release command

⚙️ Miscellaneous Tasks

  • Reduce log level to info

[0.7.0] - 2025-09-17

🚀 Features

  • (device) Added mars gaming msd-two

💼 Other

  • (deps) Bump mirajazz to 0.9.0

🚜 Refactor

  • Migrate to using protocol_version everywhere

[0.6.3] - 2025-08-20

🚀 Features

  • (device) Added support for Ajazz AKP03E (0300:1002)

[0.6.2] - 2025-07-10

🚀 Features

  • (device) Added support for Soomfon Stream Controller Deck SE (#7)

⚙️ Miscellaneous Tasks

  • Removed "Deck" from Soomfon Stream Controller SE

[0.6.1] - 2025-07-08

🚀 Features

  • Added Mirabox N3 rev. 1 (#6)

[0.6.0] - 2025-06-19

🐛 Bug Fixes

  • Queries should have usage id 1 instead of 2, because Windows gets only that

💼 Other

  • Crosscompilation setup for Mac and Windows
  • Simplify crosscompilation setup with cargo-zigbuild
  • (deps) Bump mirajazz to v0.6.1

⚙️ Miscellaneous Tasks

  • Remove cargo stuff which is not needed anymore
  • Remove Cross.toml

[0.5.2] - 2025-06-18

🐛 Bug Fixes

  • Remove check for image position since opendeck now separates knobs and buttons
  • Akp03Erev2 supports both input states, add mappings

[0.5.1] - 2025-06-17

🐛 Bug Fixes

  • Rename AKP03E to AKP03E REV2, fix image mappings

[0.5.0] - 2025-06-16

🚀 Features

  • Device watcher, removed dispatcher, updated libraries, huge refactor, feature-gated sigterm for unix OSes

🐛 Bug Fixes

  • Bumped openaction to 1.1.5, filter out knobs
  • Image rotation on AKP03 and N3EN, fixes #2

💼 Other

  • (deps) Bump mirajazz to 0.5.0

🚜 Refactor

  • [breaking] Migrate to new async version of mirajazz library, greatly simplifying device.rs

⚙️ Miscellaneous Tasks

  • Update version information in readme

[0.4.0] - 2025-05-14

🚀 Features

  • Handle sigterm to properly shutdown device when OS shuts down

⚙️ Miscellaneous Tasks

  • Rename release build file

[0.3.0] - 2025-05-05

🚀 Features

  • Device shutdown on close

🚜 Refactor

  • Move device namespace to const in mappings

⚙️ Miscellaneous Tasks

  • (readme) Added acknowledgments section

[0.2.0] - 2025-04-27

🚀 Features

  • (udev) Rules for currently supported devices

💼 Other

  • (deps) Remove unused dep

🚜 Refactor

  • (device) Proper error handling for device thread, bump mirajazz to 0.3.0, bump version to 0.2.0

⚙️ Miscellaneous Tasks

  • Change category in manifest.json
  • Readme

[0.1.0] - 2025-04-26

🚀 Features

  • First version of a plugin

💼 Other

  • (deps) Dependencies
  • Added justfile

⚙️ Miscellaneous Tasks

  • Added gitignore
  • Added LICENSE