* - Bump .NET to version 6.0
- Bump System.Drawing.Common to version 6.0
- Bump CefSharp to version 106.0.290
- Bump Cottle to version 2.0.8
- Bump plugin api version to 40
- Removed VariableManager.Variables
- Made VariableManager.ListVariables internal
- Removed VariableManager.SetValue(string name, object value, VariableType type, MacroDeckPlugin plugin, bool save = true)
- Removed VariableManager.SetValue(string name, object value, VariableType type, MacroDeckPlugin plugin, string[] suggestions, bool save = true)
- Removed "Macro Deck started with administrator privileges" warning
- Fixed bug: Child folders are not deleted properly when parent folder is deleted
- Optimized code
* Created ApplicationPaths class (#306)
* Gets decryption to read ALL bytes (#308)
- apprently in .net6 CryptoStream doesn't necessarily read all the bytes you tell it to
- got it workin with a loop
- then replaced that with a simple StreamReader I saw from another place
* Feature/refactor code (#311)
* Created ApplicationPaths class
* Feature/migrate net6 (#309)
* Created ApplicationPaths class (#306)
* Gets decryption to read ALL bytes (#308)
- apprently in .net6 CryptoStream doesn't necessarily read all the bytes you tell it to
- got it workin with a loop
- then replaced that with a simple StreamReader I saw from another place
Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>
* - Changed to file scoped namespace
- Cleaned up the MacroDeck class
* Clean up
* Changed repository base directory
* Removed unused files
* Delete dotnet.yml
* Update README.md
* Added Program.cs
Added Backup back
* Added Program.cs
* Clean up
Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>
* Feature/refactor code (#313)
* Created ApplicationPaths class
* Feature/migrate net6 (#309)
* Created ApplicationPaths class (#306)
* Gets decryption to read ALL bytes (#308)
- apprently in .net6 CryptoStream doesn't necessarily read all the bytes you tell it to
- got it workin with a loop
- then replaced that with a simple StreamReader I saw from another place
Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>
* - Changed to file scoped namespace
- Cleaned up the MacroDeck class
* Clean up
* Changed repository base directory
* Removed unused files
* Delete dotnet.yml
* Update README.md
* Added Program.cs
Added Backup back
* Added Program.cs
* Clean up
* Removed unused icon pack classes
* Fixed issue when Macro Deck is started without start parameters
* Fixed restart parameters
* Added fallback in the CheckRunningInstance method
* Sets up test suite, adds one test (#312)
Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>
Co-authored-by: RecklessBoon <16234384+RecklessBoon@users.noreply.github.com>