ZerGo0 / streamdeck-teamspeak3integration

MIT License
12 stars 12 forks source link

Bump StreamDeck-Tools from 2.7.0 to 3.2.0 #32

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps StreamDeck-Tools from 2.7.0 to 3.2.0.

Release notes

Sourced from StreamDeck-Tools's releases.

v3.2 - ISDConnection encapsulations + Optimized GlobalSettingsManager.GetGlobalSettings()

3.2 - 1. Created new ISDConnection interface which is now implemented by SDConnection and used by PluginAction. 2. GlobalSettingsManager now has a short delay before calling GetGlobalSettings, to reduce spamming the Stream Deck SDK. 3. Updated dependencies to latest version

v3.1 - Minor updates

v3.0 - Multiple enhancements and helper functions

  • Updated file handling in Tools.AutoPopulateSettings and Tools.FilenameFromPayload methods
  • Removed obsolete MD5 functions, use SHA512 functions instead
  • Tools.CenterText function now has optional out textFitsImage value to verify the text does not exceed the image width
  • New Tools.FormatBytes function converts bytes to human-readable value
  • New Tools.FormatNumber() function converts 54265 to 54.27k
  • New Graphics.GetFontSizeWhereTextFitsImage function helps locate the best size for a text to fit an image on 1 line
  • New ExtensionMethods for Graphics object: DrawAndMeasureString / GetTextCenter
  • Updated dependency packages to latest versions
  • Bug fix where FileNameProperty attribute

v2.9 - Updated new Stream Deck APIs + New features

  • Updated plugin creation logic to support issue where Stream Deck sends multiple WillAppear messages in Multi-Actions
  • Updated API to support new State parameter in SetImageAsync/SetTitleAsync
  • Added FIPS-compliant support to SHA512 in Tools module. MD5 functions are now obsolete
  • New GraphicTools.WrapStringToFitImage() function will automatically wrap the text so it wil fit the key when using SetTitleAsync()

v2.8 - New utility classes and helper functions

  • Introduced GraphicsUtils class with a bunch of helper functions to manipulate the SD images
  • Added new Tools.FormatNumber() function converts 54265 to 54.27k
  • New ExtensionMethods for Graphics object: DrawAndMeasureString / GetTextCenter
  • Updated dependency packages to latest versions
  • Bug fix where SDConnection was not properly disposed.
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #39.