-
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/2.12.0 #261
Merged
Merged
Release/2.12.0 #261
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… 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>
* syntax highlighting whole words allow returns in Cottle readable colours * renamed variables
Added auto complete Added highlighting for variables
* 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>
* 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>
* 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: 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
* 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
…wnload count for icon packs; changed version to 2.9.0
* 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.