Releases: Macro-Deck-App/Macro-Deck
Releases · Macro-Deck-App/Macro-Deck
2.13.0-b7
What's Changed
🐞 Bug Fixes
- Fix icon import by @manuelmayer-dev in #453
Full Changelog: v2.13.0-b6...v2.13.0-b7
2.13.0-b6
What's Changed
🚀 Improvements
- Improve performance by @manuelmayer-dev in #450
⬆️ Dependencies
- Remove old dependencies by @manuelmayer-dev in #451
Full Changelog: v2.13.0-b5...v2.13.0-b6
2.13.0-b5
What's Changed
🚀 Improvements
- Improve extension store by @manuelmayer-dev in #449
🐞 Bug Fixes
- Fix extension updates by @manuelmayer-dev in #448
Full Changelog: v2.13.0-b4...v2.13.0-b5
2.13.0-b4
What's Changed
🐞 Bug Fixes
- Fix create backup button anchor by @manuelmayer-dev in #444
- Fix backup creation and restore by @manuelmayer-dev in #445
Full Changelog: v2.13.0-b3...v2.13.0-b4
2.13.0-b3
What's Changed
🐞 Bug Fixes
- Fix scaling issue by @manuelmayer-dev in #441
- Fix startup crash by @manuelmayer-dev in #440
Full Changelog: v2.13.0-b2...v2.13.0-b3
2.13.0-b2
What's Changed
🚀 Improvements
- Add firewall rule to the setup by @manuelmayer-dev in #435
- Feature/refactor extension store by @manuelmayer-dev in #436
- Remove windows colors by @manuelmayer-dev in #437
- Improve variable manager by @manuelmayer-dev in #438
🐞 Bug Fixes
- fix UI resizing weirdness by @PhoenixWyllow in #410
- Fix missing languages by @manuelmayer-dev in #439
Full Changelog: v2.13.0-b1...v2.13.0-b2
2.13.0-b1
What's Changed
⬆️ Dependencies
- Update to .NET 7
🚀 Improvements
- Add new update api by @SuchByte in #409
🛠️ Other Changes
- Added adb manager by @SuchByte in #258
- day_of_week variable to set by selected language for the UI by @psyhlo in #265
- Getting all Variables sorted by @Develeon64 in #269
- Feature/net6 fctb by @PhoenixWyllow in #316
- Minor refactoring by @PhoenixWyllow in #333
- Update Magick dependency by @PhoenixWyllow in #332
- Feature/refactor cottle by @PhoenixWyllow in #406
New Contributors
Full Changelog: v2.12.0b3...v2.13.0-b1
2.12.0
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
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
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