Skip to content

Commit

Permalink
Release 2.10.3-beta (#237)
Browse files Browse the repository at this point in the history
* Update bug_report.md

* Update issue templates

* Develop (#235)

* Added code for the new extension store

* Test

* Turned Mnemonic off for all controls supporting it (#158) (#159)

Co-authored-by: Develeon64 <software@develeon.de>

* Feature/check if a instance of macro deck is already running and show main window if (#162)

* First non-working test

* Switched pipe process spawn to STAThread (#161)

* Added SynchronizationContext to prevent thread issues in the ui

* Added SynchronizationContext to prevent thread issues in the ui

* Fixed: tray icon was shown multiple times when Macro Deck was started while running

Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>

* Fixed: main Window not shown

* Fixed #155 (#163)

* Fixed #145 (#164)

* Added syntax highlighting

* Syntax highlight improvements (#165)

* syntax highlighting whole words
allow returns in Cottle
readable colours

* renamed variables

* Added option to turn on/off blank line trimming
Added auto complete
Added highlighting for variables

* Feature/template editor syntax highlighting (#166)

* Added syntax highlighting

* Syntax highlight improvements (#165)

* syntax highlighting whole words
allow returns in Cottle
readable colours

* renamed variables

* Added option to turn on/off blank line trimming
Added auto complete
Added highlighting for variables

Co-authored-by: Will <54237626+PhoenixWyllow@users.noreply.github.com>

* Added option to turn on/off blank line trimming

* Updated the plugin api

* Feature/offline plugin installation (#173)

* Feature/offline plugin installation (#168)

* Adds feature to install plugin from zip

- Extracted code that installs from zip to separate func
- Enhanced Manifest to create itself from a file
- Added GUI for picking and installing local zip
  - Needs UI improvement, but it works for now

* Improves manual plugin install GUI

* Added ExtensionManifest

Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>

* Update Spanish.xml (#172)

* Feature/extension store (#174)

* Fixed: plugin and extension manifest was not loaded

* Fixed the url for the updater

* Re-added the check of the md5 hash of downloaded extensions

* Feature/extension store (#176)

* Fixed: plugin and extension manifest was not loaded

* Fixed the url for the updater

* Re-added the check of the md5 hash of downloaded extensions

* Fixed download counter

* Added Guid (#177)

* Feature/icon pack rewrite (#179)

* Begin of the rewrite of the icon system
Added converter for old icon packs

* Fixed GIFs

* Added local websocket server for usb connections in the future
Now sending the IconBase64 directly in the button object again

* Added message box

* Added backup for the new icon pack format

* Icon packs can be configured in the extension manager

* Added icon pack export

* Added icon pack import

* Added icon packs to the extension store

* Added icon packs to the extension store

* Fixed missing icon when button state = on

* Fixed installation for icon packs from the extension store

* Fixed installation for icon packs from the extension store

* Fixed ExtensionIcon for icon packs

* Removed plugin and icon pack selection in the initial setup; Added download count for icon packs; changed version to 2.9.0

* Fixed error when searching for extension updates

* Fixed bug that prevented the Extension Store from load (#181)

* Fixed bug that prevented the Extension Store from load (#183)

* Update templates (#184)

* Update bug_report.md

* Update issue templates

* Changed translation files to json

* Update README.md

* Update Crowdin configuration file

* Update Crowdin configuration file

* Update Crowdin configuration file

* Delete crowdin.yml

* Improved the design of the extension manager and added missing translations

* Improved the design of the extension manager and added missing translations (#186)

* Improved the ui of the button editor

* Removed untranslated strings

* Update README.md

* Update README.md

* Added save varible to file action

* Added Hungarian translation by @maketrue

* Update English.json (POEditor.com)

* Update Finnish.json (POEditor.com)

* Update French.json (POEditor.com)

* Update German.json (POEditor.com)

* Update Italian.json (POEditor.com)

* Update Korean.json (POEditor.com)

* Update Portuguese.json (POEditor.com)

* Update Russian.json (POEditor.com)

* Update Spanish.json (POEditor.com)

* Update Turkish.json (POEditor.com)

* Update Hungarian.json (POEditor.com)

* Added "Polish" translation by @kali

* Added translation support for Save variable to file action

* Updated translation files

* Fixed duplicate icon pack after icon pack update

* Fixes missing Author issue (#196)

* Replaced WebView2 with CefSharp (#197)

Co-authored-by: Manuel Mayer <suchbyte@hotmail.com>

* Fixed error label positition when resize

* Fixed error label positition when resize

* Updated version

* Fixed crash if Microsoft Visual C++ Redistributable is not installed

* Release/2.10.1 (#215)

* Fixed #145

* Update bug_report.md

* Update issue templates

* Update README.md

* Update Spanish.json

* Feature/button background color (#217)

* Fixed #145

* Update bug_report.md

* Update issue templates

* Update README.md

* Release/2.10.1 (#205)

* Added code for the new extension store

* Test

* Turned Mnemonic off for all controls supporting it (#158) (#159)

Co-authored-by: Develeon64 <software@develeon.de>

* Feature/check if a instance of macro deck is already running and show main window if (#162)

* First non-working test

* Switched pipe process spawn to STAThread (#161)

* Added SynchronizationContext to prevent thread issues in the ui

* Added SynchronizationContext to prevent thread issues in the ui

* Fixed: tray icon was shown multiple times when Macro Deck was started while running

Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>

* Fixed: main Window not shown

* Fixed #155 (#163)

* Fixed #145 (#164)

* Added syntax highlighting

* Syntax highlight improvements (#165)

* syntax highlighting whole words
allow returns in Cottle
readable colours

* renamed variables

* Added option to turn on/off blank line trimming
Added auto complete
Added highlighting for variables

* Feature/template editor syntax highlighting (#166)

* Added syntax highlighting

* Syntax highlight improvements (#165)

* syntax highlighting whole words
allow returns in Cottle
readable colours

* renamed variables

* Added option to turn on/off blank line trimming
Added auto complete
Added highlighting for variables

Co-authored-by: Will <54237626+PhoenixWyllow@users.noreply.github.com>

* Added option to turn on/off blank line trimming

* Updated the plugin api

* Feature/offline plugin installation (#173)

* Feature/offline plugin installation (#168)

* Adds feature to install plugin from zip

- Extracted code that installs from zip to separate func
- Enhanced Manifest to create itself from a file
- Added GUI for picking and installing local zip
  - Needs UI improvement, but it works for now

* Improves manual plugin install GUI

* Added ExtensionManifest

Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>

* Update Spanish.xml (#172)

* Feature/extension store (#174)

* Fixed: plugin and extension manifest was not loaded

* Fixed the url for the updater

* Re-added the check of the md5 hash of downloaded extensions

* Feature/extension store (#176)

* Fixed: plugin and extension manifest was not loaded

* Fixed the url for the updater

* Re-added the check of the md5 hash of downloaded extensions

* Fixed download counter

* Added Guid (#177)

* Feature/icon pack rewrite (#179)

* Begin of the rewrite of the icon system
Added converter for old icon packs

* Fixed GIFs

* Added local websocket server for usb connections in the future
Now sending the IconBase64 directly in the button object again

* Added message box

* Added backup for the new icon pack format

* Icon packs can be configured in the extension manager

* Added icon pack export

* Added icon pack import

* Added icon packs to the extension store

* Added icon packs to the extension store

* Fixed missing icon when button state = on

* Fixed installation for icon packs from the extension store

* Fixed installation for icon packs from the extension store

* Fixed ExtensionIcon for icon packs

* Removed plugin and icon pack selection in the initial setup; Added download count for icon packs; changed version to 2.9.0

* Fixed error when searching for extension updates

* Fixed bug that prevented the Extension Store from load (#181)

* Fixed bug that prevented the Extension Store from load (#183)

* Update templates (#184)

* Update bug_report.md

* Update issue templates

* Changed translation files to json

* Update README.md

* Update Crowdin configuration file

* Update Crowdin configuration file

* Update Crowdin configuration file

* Delete crowdin.yml

* Improved the design of the extension manager and added missing translations

* Improved the design of the extension manager and added missing translations (#186)

* Improved the ui of the button editor

* Removed untranslated strings

* Update README.md

* Update README.md

* Added save varible to file action

* Added Hungarian translation by @maketrue

* Update English.json (POEditor.com)

* Update Finnish.json (POEditor.com)

* Update French.json (POEditor.com)

* Update German.json (POEditor.com)

* Update Italian.json (POEditor.com)

* Update Korean.json (POEditor.com)

* Update Portuguese.json (POEditor.com)

* Update Russian.json (POEditor.com)

* Update Spanish.json (POEditor.com)

* Update Turkish.json (POEditor.com)

* Update Hungarian.json (POEditor.com)

* Added "Polish" translation by @kali

* Added translation support for Save variable to file action

* Updated translation files

* Fixed duplicate icon pack after icon pack update

* Fixes missing Author issue (#196)

* Replaced WebView2 with CefSharp (#197)

Co-authored-by: Manuel Mayer <suchbyte@hotmail.com>

* Fixed error label positition when resize

* Fixed error label positition when resize

* Updated version

* Fixed crash if Microsoft Visual C++ Redistributable is not installed

Co-authored-by: Develeon64 <software@develeon.de>
Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>
Co-authored-by: Will <54237626+PhoenixWyllow@users.noreply.github.com>
Co-authored-by: l69lAnthony <91178943+l69lAnthony@users.noreply.github.com>
Co-authored-by: Manuel Mayer <suchbyte@hotmail.com>

* Update Spanish.json (#207)

* Added ability to select button background color (#208)

Co-authored-by: Develeon64 <software@develeon.de>
Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>
Co-authored-by: Will <54237626+PhoenixWyllow@users.noreply.github.com>
Co-authored-by: l69lAnthony <91178943+l69lAnthony@users.noreply.github.com>
Co-authored-by: Manuel Mayer <suchbyte@hotmail.com>
Co-authored-by: ysaxa <102462519+ysaxa@users.noreply.github.com>

* Feature/hidpi improvement (#228)

* Changed AutoScaleMode to Dpi
Installed Microsoft.Win32.Registry library

* Changed project version

* Fixed #233
Added ReadVariableFromFileAction

* Updated translations

* Updated licenses

* Only user created variables visible in ReadVariableFromFile configurator

Co-authored-by: Develeon64 <software@develeon.de>
Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>
Co-authored-by: Will <54237626+PhoenixWyllow@users.noreply.github.com>
Co-authored-by: l69lAnthony <91178943+l69lAnthony@users.noreply.github.com>
Co-authored-by: Manuel Mayer <suchbyte@hotmail.com>
Co-authored-by: ysaxa <102462519+ysaxa@users.noreply.github.com>

Co-authored-by: Develeon64 <software@develeon.de>
Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>
Co-authored-by: Will <54237626+PhoenixWyllow@users.noreply.github.com>
Co-authored-by: l69lAnthony <91178943+l69lAnthony@users.noreply.github.com>
Co-authored-by: Manuel Mayer <suchbyte@hotmail.com>
Co-authored-by: ysaxa <102462519+ysaxa@users.noreply.github.com>
  • Loading branch information
7 people authored Jun 4, 2022
1 parent a9983f8 commit 0f4a5d0
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 0f4a5d0

Please sign in to comment.