Skip to content

Releases: Macro-Deck-App/Macro-Deck

2.11.1

30 Jun 13:41
Compare
Choose a tag to compare
2.11.1 Pre-release
Pre-release

Features

  • Enabled background color option
  • Dialogues can be exited with the Escape key now

Improvements

  • Drastically improved performance of the ui

Fixed

  • The "Add" button in the button editor was not visible in some cases #248

API

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

2.11.0-dev

11 Jun 23:07
Compare
Choose a tag to compare
2.11.0-dev Pre-release
Pre-release

Important

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

Features

  • Added "Device" plugin
  • Added Set profile action
  • Added Set brightness action

Improved

  • Improved performance of variables
  • Improved ui here and there

Fixed

  • User created variables were not saved

API

  • Changed API version to 34

2.10.3-beta

04 Jun 00:33
Compare
Choose a tag to compare

Download: https://macrodeck.org/download

Translation

  • Updated translations

Features

  • Added ReadVariableFromFile action

Fixed

  • Configurators for the variable plugin were not visible #233

Other

  • Updated licenses

2.10.2-beta

30 Apr 23:33
fca75af
Compare
Choose a tag to compare

Improved

  • Improved ui for HiDPI displays

API

  • Changed API version to 33
  • Added Microsoft.Win32.Registry version 5.0.0

2.10.1-beta

09 Apr 00:04
Compare
Choose a tag to compare

Download: https://macrodeck.org/download

Features

  • The .NET Core framework is now contained in the installer, no need for installing it manually anymore

Fixed

  • Macro Deck not starting up for some users

2.10.0-beta

02 Apr 18:07
Compare
Choose a tag to compare

Download: https://macrodeck.org/download

Important

  • This update brings some heavy changes with it. Please make sure you updated the client on your Android device and clear the browser cache if you're using the web client

Translation

  • Added Hungarian translation by @maketrue
  • Added "Polish" translation by @kali

Features

  • Added "Save variable to file" action
  • Added new Extension Store
  • Added Extension Manager
  • Macro Deck shows the main window if it's already running and started again
  • Added syntaxt highlighting to the Cottle template editor, Thanks to @PhoenixWyllow
  • Added offline installation for plugins, Thanks to @RecklessBoon
  • Icon packs can now also be edited in the Extension Manager
  • Added a button to edit the Json data of a action button in the button editor

Improved

  • Improved the ui of the button editor
  • Improved the ui of the extension manager
  • Improved the overall performance
  • Reduced the memory usage

Fixed

  • Fixes missing Author issue by @RecklessBoon
  • Fixed graphics glitch when running on pre-Windows 10 versions

Changes

  • Replaced the VS Installer Project with Inno Setup
  • Changed the file type of translation files to json
  • Icon packs are now stored as folders with image files instead of database files

Plugin API

  • Changed plugin api version to 32
  • Changed the ActionButton.ButtonId to ActionButton.Guid
  • MacroDeckPlugin.Description is now obsolete and will be removed in a future update
  • MacroDeckPlugin.Icon is now obsolete and will be removed in a future update

Removed

  • Removed the old package manager
  • Removed the package manager out of the initial setup

2.9.2-dev

27 Mar 20:34
Compare
Choose a tag to compare

What's Changed

  • Fixes missing Author issue by @RecklessBoon in #196
  • Replaced WebView2 with CefSharp by @SuchByte in #197

Full Changelog: v2.9.1-dev...v2.9.2-dev

2.9.1-dev

17 Mar 19:07
Compare
Choose a tag to compare

What's Changed

  • Update templates by @SuchByte in #184
  • Improved the design of the extension manager by @SuchByte in #186
  • Feature/Variable-plugin-save-to-file-action by @SuchByte
  • Improved the design of the button editor by @SuchByte
  • Changed file type of translation files to json
  • Added Hungarian translation by maketrue
  • Added "Polish" translation by kali

2.9.0-dev

12 Mar 20:07
Compare
Choose a tag to compare

What's Changed

  • Update Russian.xml by @zedalert in #143
  • Fixed bug: PluginConfiguration only saving last saved key by @Develeon64 in #157
  • Turned Mnemonic off for all controls supporting it (#158) by @SuchByte in #159
  • Feature/check if a instance of macro deck is already running and show main window if by @SuchByte in #162
  • Fixed #155 by @SuchByte in #163
  • Fixed #145 by @SuchByte in #164
  • Syntax highlight improvements by @PhoenixWyllow in #165
  • Feature/template editor syntax highlighting by @SuchByte in #166
  • Feature/offline plugin installation by @SuchByte in #173
  • Update Spanish.xml by @l69lAnthony in #172
  • Feature/extension store by @SuchByte in #174
  • Feature/extension store by @SuchByte in #176
  • Added Guid by @SuchByte in #177
  • Feature/icon pack rewrite by @SuchByte in #179

Full Changelog: v2.8.0-beta...v2.9.0-dev

Version 2.8.0 beta

29 Jan 13:10
Compare
Choose a tag to compare

Download: https://macrodeck.org/download

Translation

  • Added Portuguese translation. Thanks to Patrick
  • Added Korean translation. Thanks to @skyeon15

Features

  • Errors and warnings will now show in the bottom of the main window
  • Added a help button in the title bar
  • The selected profile is restored after reopening the main window
  • Added device settings for Android clients in the device manager
  • Added the ability to set a portrait layout

Improved

  • Improved the visuals in the settings
  • Small text is now much better readable on small buttons
  • The Windows accent color is now used as accent color
  • Improved the look of window borders
  • Optimized speed of button drawing in the deck view

Fixed

  • Log files were not saved in some cases
  • Jpeg images could not be imported

API

  • Changed plugin api version to 31

Removed

  • Removed crash dialog