KazWolfe
KazWolfe
This commit adds first-pass support for more robust plugin log filtering. No changes were made that affect PluginLog's APIs nor log format. This change works by making use of Serilog's...
These changes were made thanks to some requests (and poking) by @MidoriKami. It adds the ability to show completely uncaught exceptions regardless of active filter rules, which may be helpful...
The [Loupedeck](https://loupedeck.com/us/products/loupedeck-live/) has come up a couple times, especially now that Razer is releasing a Stream Deck competitor. This Issue exists to track Loupedeck development progress (if any), plus any...
Two closely related concepts being rolled into one Issue. I won't regret this. Right now, users have to manually visit GitHub to download the appropriate version of XIVDeck and then...
In order to not give myself too much of a headache, I'm compiling this below list of features that I will likely never be adding to XIVDeck for one reason...
Currently, XIVDeck does not render Macro Icons as defined through `/micon`, instead choosing to render the underlying preset icon for that specific macro. Find a way to determine the appropriate...
Certain commands in-game would benefit from first-party "toggle" action, where the Stream Deck can at-a-glance show if a certain state is active or not. Examples of such an action would...
Completely untested - putting here for reference only.
We've received a number of requests/PRs for various interesting authentication methods (e.g. #1378, #1432, #738, and more), and this is more or less a repost of something posted on one...
**Describe the bug** When using `HttpListenerMode.EmbedIO` and explicitly listening on both IPv4 (`127.0.0.1`) and IPv6 (`[::1]`) interfaces in addition to `localhost` proper, HTTP calls to `localhost` may fail. However, appropriately...