Skip to content

Releases: hagronnestad/code-deck

v0.0.1

15 Aug 21:43
08209c9
Compare
Choose a tag to compare

Prebuilt Binaries

Windows

Download CodeDeck.Windows.zip, make sure to unblock the downloaded file and unzip to a user writeable location. Please read the documentation here: https://heinandre.no/code-deck/.

.NET 8 Runtime must be installed. If your Windows installation is updated you should already have it.

Linux

Prebuilt Binaries for Linux are not provided. Please build from source.

What's Changed

  • Upgraded to .NET 8, added Key.DisableTilePress, Added Plugin.PluginPath property and Plugin.Loaded method, NissanConnect plugin by @hagronnestad in #2
  • Added Key.DisableTilePress setting, nice when using a Tile to open a page, but you don't want the Tile press action to be ran when opening the page
  • Set PluginPath on a Plugin when loaded, can be used inside the plugin to load and save configurations for example, also try to call a method called "Loaded" on the Plugin, this can be used for plugin scoped initialization, it is NOT guaranteed to be called before Tile initialization though
  • Updated from .NET 7 to .NET 8
  • Added NissanConnect plugin
    • A bit messy, but seems to work alright

Not part of this PR, but recently changed (adding the changes here for release change log):

  • Added HyperXCloudAlphaWireless plugin
  • Updated StreamDeckSharp Nuget (5.0.0)
  • Some bug fixes and disconnect timeout (LogitechG703 Plugin)

New Contributors

Full Changelog: v0.0.1-rc1...v0.0.1

v0.0.1-rc1

05 Feb 16:34
Compare
Choose a tag to compare
v0.0.1-rc1 Pre-release
Pre-release
Updated plugin development docs

v0.0.1-beta

23 Jan 01:12
Compare
Choose a tag to compare
v0.0.1-beta Pre-release
Pre-release
Ignore *ColorAsColor convenience methods when serializing