Skip to content

Latest commit

 

History

History
229 lines (122 loc) · 3.96 KB

File metadata and controls

229 lines (122 loc) · 3.96 KB

Changelog

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

[0.8.1] - 2026-03-18

🐛 Bug Fixes

  • (windows) Fix crash due to firmware version read panic

⚙️ Miscellaneous Tasks

  • Remove Dockerfile.macos-cross

[0.8.0] - 2026-03-17

🚀 Features

  • (device) Add support for n3cn3 (#27)
  • (device) Read firmware version when connecting to device

🐛 Bug Fixes

  • Set correct queries length
  • (udev) Hexadecimals must be lowercase

💼 Other

  • (deps) Bump mirajazz to 0.11.2

⚙️ Miscellaneous Tasks

  • Readme
  • Mappings wording
  • Remove just prepare from readme

[0.7.5] - 2026-02-27

🚀 Features

  • (device) Add support for Ajazz AKP03R (rev. 2) (#24)

🐛 Bug Fixes

  • (udev) Typo in mode

[0.7.4] - 2025-11-23

🚀 Features

  • Move some debug logs to info

[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