Kaleb Elwert
Kaleb Elwert
This is a breaking change (as it changes a trait), but it tweaks channel request callbacks to return a bool rather than requiring the user to manually call `session.channel_success` or...
I couldn't get all the dependencies needed for rendering everything locally, but this seems to be the only way to support double quotes in label names with Mermaid. You can...
This allows for implementing parsers for services like Discord which use a somewhat broken form of markdown only supporting H1-H3. This is a backwards compatible change, as it defaults to...
This makes two modifications: 1. It makes sure that Permissions objects are not shared between auth callbacks. This avoids users accidentally setting information in a PublicKey callback for a private...
It looks like Spotify changed their rules relating to redirect URLs and clients: https://developer.spotify.com/documentation/web-api/concepts/redirect_uri As a result of this, the default callback used by smudge no longer works. Current issues:...