Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 * Release 2.10.3-beta (#237) * 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> * Fixed variables not saving; Improved ui (#242) * Made IconPacksLoaded public set * Add start parameters to the restart function * Optimized Ui * Moved internal plugins to a new folder * Feature/device plugin (#243) * Added set profile action * Added strings for the device plugin * Feature/device plugin (#244) * Added set profile action * Added strings for the device plugin * Added "Where executed" option to the Set Profile action * Added set brightness action * Updated api version to 33 because of IconManager.IconPacksLoaded * Enabled button background color (#245) * Optimized variables Added donation button * Improved performance * 2.11.1 * Fixed the change variable value action * Rewrote the Extension Store Downloader (#251) * Added missing translation strings * Added change background color action * Updated translation files * Variable filters are now saved * Improved server performance * Added Chinese * Update Chinese.json (POEditor.com) * Update Dutch.json (POEditor.com) * Update English.json (POEditor.com) * Update Filipino.json (POEditor.com) * Update Finnish.json (POEditor.com) * Update French.json (POEditor.com) * Update German.json (POEditor.com) * Update Hungarian.json (POEditor.com) * Update Italian.json (POEditor.com) * Update Japanese.json (POEditor.com) * Update Korean.json (POEditor.com) * Update Polish.json (POEditor.com) * Update Portuguese.json (POEditor.com) * Update Russian.json (POEditor.com) * Update Spanish.json (POEditor.com) * Update Turkish.json (POEditor.com) * Fixed wrong translations * Fixed typo * Added new connection request dialogue + shortened the shown version string * Disabled the Beta channel by default * Disabled the Beta channel by default * Updated version * Updated version * Develop (#260) * Added adb manager (#258) * Fixed Cottle code disappears #257 * Added MacroDeck.OnMacroDeckLoaded Added VariableManager.GetVariables(MacroDeckPlugin macroDeckPlugin) Added VariableManager.GetVariable(MacroDeckPlugin macroDeckPlugin, string variableName) Added notification system * Added notifications * Fixed crash when main window is closed with the notification list open 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