Skip to content

Release v0.1.5

Compare
Choose a tag to compare
released this 31 May 19:13
· 57 commits to main since this release
  • Removed DiscordIpc method get_valid path
    • Its functionality has been transplanted into the connect_ipc method, which returns an Err if it failed to connect to the socket, rather than panicking
  • Method send now accepts any type that implements Serialize