Skip to content

Releases: Macro-Deck-App/Macro-Deck

2.13.0-b7

11 Oct 17:38
Compare
Choose a tag to compare
2.13.0-b7 Pre-release
Pre-release

What's Changed

🐞 Bug Fixes

Full Changelog: v2.13.0-b6...v2.13.0-b7

2.13.0-b6

10 Oct 18:47
Compare
Choose a tag to compare
2.13.0-b6 Pre-release
Pre-release

What's Changed

🚀 Improvements

⬆️ Dependencies

Full Changelog: v2.13.0-b5...v2.13.0-b6

2.13.0-b5

05 Oct 21:26
Compare
Choose a tag to compare
2.13.0-b5 Pre-release
Pre-release

What's Changed

🚀 Improvements

🐞 Bug Fixes

Full Changelog: v2.13.0-b4...v2.13.0-b5

2.13.0-b4

27 Sep 17:21
Compare
Choose a tag to compare
2.13.0-b4 Pre-release
Pre-release

What's Changed

🐞 Bug Fixes

Full Changelog: v2.13.0-b3...v2.13.0-b4

2.13.0-b3

18 Sep 19:29
Compare
Choose a tag to compare
2.13.0-b3 Pre-release
Pre-release

What's Changed

🐞 Bug Fixes

Full Changelog: v2.13.0-b2...v2.13.0-b3

2.13.0-b2

17 Sep 21:58
fac7cb3
Compare
Choose a tag to compare
2.13.0-b2 Pre-release
Pre-release

What's Changed

🚀 Improvements

🐞 Bug Fixes

Full Changelog: v2.13.0-b1...v2.13.0-b2

2.13.0-b1

09 Jun 11:54
Compare
Choose a tag to compare
2.13.0-b1 Pre-release
Pre-release

What's Changed

⬆️ Dependencies

  • Update to .NET 7

🚀 Improvements

  • Add new update api by @SuchByte in #409

🛠️ Other Changes

New Contributors

Full Changelog: v2.12.0b3...v2.13.0-b1

2.12.0

13 Jul 18:16
90aa08d
Compare
Choose a tag to compare

Important

  • Please make sure you updated the client to version 2.4.1, otherwise some new functions will not work

Translation

  • Added Chinese
  • Updated translations

Features

  • Added ADB
  • Added notifications
  • New connection request dialogue
  • Extension Store Downloader
  • Set background color action
  • Filters in the variable manager are now saved
  • Enabled background color option
  • Dialogues can be exited with the Escape key now
  • Added internal "Device" plugin
  • Added Set profile action
  • Added Set brightness action

Improved

  • Shortened the shown version string
  • Improved performance of the variable manager
  • Improved the performance of the server
  • Drastically improved performance of the ui
  • Improved performance of variables

Fixed

  • Fixed Cottle code disappears #257
  • The "Add" button in the button editor was not visible in some cases #248
  • User created variables were not saved

Changed

  • Errors will now show as notifications
  • Disabled the beta update channel by default

API

  • Changed API version to 36
  • Added NotificationManager.Notify(MacroDeckPlugin macroDeckPlugin, string title, string message, bool showBalloonTip = false, List controls = null)
  • Added NotificationManager.RemoveNotification(string id)
  • Added NotificationManager.GetNotification(string id)
  • Added VariableManager.GetVariables(MacroDeckPlugin macroDeckPlugin)
  • Added VariableManager.GetVariable(MacroDeckPlugin macroDeckPlugin, string variableName)
  • Added MacroDeck.OnMacroDeckLoaded
  • VariableManager.Variables is now deprecated. Please use VariableManager.ListVariables
  • Added BindableVariable to PluginAction

Removed

  • Removed the "Warnings/Errors" label at the bottom
  • Removed the dev update channel

2.12.0b3

07 Jul 20:14
Compare
Choose a tag to compare
2.12.0b3 Pre-release
Pre-release

Important

  • Please make sure you updated the client to version 2.4.1, otherwise some new functions will not work

Translation

  • Added Chinese
  • Updated translations

Features

  • New connection request dialogue
  • Extension Store Downloader
  • Set background color action
  • Filters in the variable manager are now saved
  • Enabled background color option
  • Dialogues can be exited with the Escape key now
  • Added internal "Device" plugin
  • Added Set profile action
  • Added Set brightness action

Improved

  • Shortened the shown version string
  • Improved performance of the variable manager
  • Improved the performance of the server
  • Drastically improved performance of the ui
  • Improved performance of variables

Fixed

  • The "Add" button in the button editor was not visible in some cases #248
  • User created variables were not saved

Changed

  • Disabled the beta update channel by default

API

  • Changed API version to 35
  • VariableManager.Variables is now deprecated. Please use VariableManager.ListVariables
  • Added BindableVariable to PluginAction

Removed

  • Removed the dev update channel

2.11.2

02 Jul 00:02
Compare
Choose a tag to compare
2.11.2 Pre-release
Pre-release

Translation

  • Added Chinese
  • Updated translations

Features

  • Set background color action
  • Filters in the variable manager are now saved

Improvements

  • Rewrote the Extension Store Downloader
  • Improved performance of the variable manager
  • Improved the performance of the server

Fixed

  • Change variable value action not working