Skip to content

Releases: nekename/OpenDeck

OpenDeck v2.9.1

14 Feb 15:06
5290d22

Choose a tag to compare

See the assets to download this version. See the README for installation instructions.

  • chore: sync lockfile changes made by deno install after earlier commit regarding displaying GFM alerts
  • fix: skip manual render of black background colours and use CSS instead for background colour display in the UI to prevent flickering
  • fix: index more safely into an action's states in the instance editor as Toggle Action instances have more states than the base action does

OpenDeck v2.9.0

08 Feb 17:32
0b700f6

Choose a tag to compare

See the assets to download this version. See the README for installation instructions.

  • fix: always underline available plugin version element to highlight that it is clickable
  • feat: display Input Simulation errors in the action's property inspector
  • feat: support changing the rendered text's stroke size and colour (#216)
  • fix: rename Input Simulation to Simulate Input for consistency with other actions
  • feat: implement rotating rendered images
  • feat: cancel key up events if their corresponding key down events targeted a different action instance
  • fix: centre device grid horizontally when the window is enlarged
  • docs: decrease references to Wine as few working plugins actually require it
  • feat: add support for installing Node.js to the installation script
  • feat: support encoders in the Switch Profile action
  • feat: automatically wrap Run Command commands with distrobox-host-exec when running in a Distrobox
  • feat: implement Open URL built-in action
  • fix: ensure all_from_plugin locates instances within Multi Actions and Toggle Actions
  • feat: support setting the background colour of an action instance's state (#233)
  • feat: unify instance editor preview render and normal render to display text in the preview (#237)
  • fix: use opaque black as default state background colour for consistency
  • fix: ensure invisible colour pickers function correctly on macOS
  • fix: ensure background colour picker opens already set to the current value
  • chore: update dependencies
  • feat: show datalist hints for device ID in Switch Profile property inspector
  • fix: ensure propertyInspectorDidAppear event is always dispatched when PI frame loads
  • docs: remove note on Flatpak caveat for background setting as single instance is now supported
  • docs: add tip to README for using OpenDeck with Tacto when without hardware
  • fix: only ever initialise hidapi once for Elgato device support to prevent crashes on macOS
  • feat: support opening developer tools for web-based plugins on a per-plugin basis by checking for a debug marker file
  • refactor: replace once_cell crate with stabilised std::sync equivalents
  • fix: ensure links in plugin README files open in the default browser
  • fix: ensure GFM alerts are rendered correctly when displaying plugin README files

As you can see, this is a feature-packed release that has taken significant amounts of my free time to put together. If you would like to support my development of this open-source software, please consider sponsoring me on GitHub ❤️

OpenDeck v2.8.2

18 Jan 17:31
96e498c

Choose a tag to compare

See the assets to download this version. See the README for installation instructions.

  • fix: ensure prefix is also canonicalised before matching in webserver request handler

OpenDeck v2.8.1

17 Jan 21:35
1b8e3bc

Choose a tag to compare

See the assets to download this version. See the README for installation instructions.

  • feat: load font list from system installed fonts
  • fix: ensure requested paths are within the OpenDeck config directory when containing dot segments
  • fix: add bounds checks for state index (#219)
  • fix: render text at correct Y position when text alignment is set to top (#221)
  • fix: add readiness check before calling connection code injected into web-based plugins
  • fix: ensure data URL state images contain / and , before attempting to read their contents
  • fix: correctly resolve relative-path symlinks to plugin directories
  • chore: update Tacto section of the plugin manager to use new domain name

OpenDeck v2.8.0

04 Jan 10:33
719c9d9

Choose a tag to compare

See the assets to download this version. See the README for installation instructions.

  • chore: run rustfmt on code fixed automatically by clippy
  • docs: create OpenDeck development guide for agents (and humans)
  • feat: allow profiles to be renamed from the profile manager
  • docs: note poor upstream Flatpak support in the tooltips for the background and autolaunch settings
  • feat: display available plugin updates in the plugin manager
  • feat: implement the didReceiveDeepLink event (#196)
  • docs: direct users to reach out on OpenDeck support channels before attempting to contact plugin developers
  • fix: apply dark mode background colour to entire document body
  • docs: clarify non-Flatpak Node.js install requirement
  • docs: link to the FAQ in the troubleshooting section of the README
  • feat: support overriding the detected package family in the installation script
  • feat: update starter pack plugin to use code paths mapped by target triple
  • feat: support installing Tacto Connect from the plugin store
  • feat: reload property inspectors from the relevant plugin when reloading a plugin
  • fix: spawn new thread for CLI handlers to ensure their completion
  • feat: migrate starter pack to v2 of the openaction crate
  • fix: clear plugin update notification when the installed version changes
  • fix: ignore build numbers during comparison of plugin versions
  • fix: prioritise plugins with settings interfaces in installed plugins list
  • docs: mention the opendeck-bin AUR package in the installation section of the README
  • docs: remove link to Elgato Marketplace plugin installation instructions from the plugin manager
  • perf: don't load the Elgato App Store archive automatically
  • feat: implement support for the Stream Deck Neo's Touch Points (#208)

Over the course of this release, a similar amount of effort has also gone into the improving the libraries and documentation used for creating plugins. If you would like to support my development of this open-source software, please consider sponsoring me on GitHub ❤️

OpenDeck v2.7.1

03 Dec 21:52
b2d1ab3

Choose a tag to compare

See the assets to download this version. See the README for installation instructions.

  • Prevent setting the current state of an action out of the bounds of its possible states
  • Support dragging and dropping images onto the image input in the instance editor (#180)
  • Show the correct cursors when dragging and dropping actions and images
  • Sort folders and profiles in the profile manager for consistent display
  • Update elgato-streamdeck to support the Discord edition of the Stream Deck Mini
  • Update dependencies
  • Prevent copying or overwriting images when moving or copying an instance if an instance is already present at the destination
  • Add udev rules for the Discord edition of the Stream Deck Mini (#181)
  • Add Visual Studio Code debug configurations (#186)
  • Add Visual Studio Code workspace configuration
  • Update enigo to latest upstream to receive unreleased fixes
  • Collapse nested if-let statements as it was stabilised in Rust 1.88.0

To turn your smartphone or tablet into an extra Stream Deck Mini for free, check out Tacto at https://tacto.rivul.us/, which is now in beta.

OpenDeck v2.7.0

08 Nov 23:46
ac3e6e9

Choose a tag to compare

See the assets to download this version. See the README for installation instructions.

  • Use alternative ports if default ports are already in use
  • Hide and show the Dock icon on macOS
  • Revise sysinfo usage to optimise process monitoring
  • Support encoders in Input Simulation
  • Update elgato-streamdeck to support Stream Deck Modules
  • Remove support for pre-v2.1.0 profile formats
  • Skip refreshing processes if no installed plugins use application monitoring
  • Make input fields in starter pack property inspectors consistently sized
  • Only show scrollbars if necessary in ParentActionView and Popup components
  • Ensure context menus close when clicking on another key or into a property inspector
  • Use tailwindcss colours for icons instead of Adwaita hex codes

OpenDeck v2.6.1

29 Sep 19:15
v2.6.1
799af63

Choose a tag to compare

See the assets to download this version. See the README for installation instructions.

  • Remove app_exited event due to limited function
  • Keep window visible by default except on Windows due to bug on KDE Plasma
  • Remove plugdev group setting from udev rules file
  • Prevent asset choice dialog being shown behind plugin details popup
  • Send titleParametersDidChange alongside willAppear like ESD does
  • Increase width of input fields in the starter pack plugin property inspectors
  • Only compare major and minor app versions to allow downgrading within the same minor version
  • Integrate app icon better on macOS
  • Improve plugin README file discovery for plugin details view
  • Allow ctrl-clicking to open instance context menu on macOS
  • Add support for code paths mapped by target triple in plugin manifests
  • Save files atomically and restore from partial saves
  • Remove replacement of old app identifier for v3 profiles
  • Send willAppear after reloading a plugin for all instances of the plugin's actions
  • Update injected connection code to support connectOpenActionSocket definition

OpenDeck v2.6.0

03 Sep 09:25
bb64d0e

Choose a tag to compare

See the assets to download this version. See the README for installation instructions. I'd like to give an honourable mention to @MMonkeyKiller who contributed many of the features and fixes present in this release.

  • Create automated installation script
  • Process messages from the CLI for use in scripts
  • Support disabling Elgato device discovery
  • Implement the applicationDidLaunch and applicationDidTerminate events
  • Display settings interfaces for supported plugins
  • Display category icons in action list
  • Add a search bar to the action list
  • Build for aarch64-unknown-linux-gnu
  • Move plugins and settings buttons to the top of the sidebar
  • Numerous bug fixes

OpenDeck v2.5.1

12 Aug 11:40
68753ee

Choose a tag to compare

See the assets to download this version. See the README for installation instructions. I'd like to give an honourable mention to @MMonkeyKiller who contributed many of the fixes present in this release.

  • Allow leaving keys pressed in Input Simulation commands
  • Enable libei support for Input Simulation
  • Numerous bug fixes