Skip to content

Releases: Otaku17/discord_psdk

1.1.0

16 Jan 17:35

Choose a tag to compare

CHANGELOG

v1.1.0

Added

  • Timestamp auto-handling
  • Nil-safe payload compaction
  • Webhook mention sanitization (@everyone, roles, users)
  • Config-based default embeds

Changed

  • Embed builder now follows official Discord Embed API
  • Config values act as defaults, overridden by runtime values
  • Nil values are fully ignored at every level

Security

  • All strings are sanitized to prevent Discord pings

1.0.0

11 Jan 16:56

Choose a tag to compare

Changes

  • Refactored IPC connection handling to improve cross-platform compatibility.
  • The connect method now safely returns nil when no IPC is available instead of raising an error.
  • Improved IPC path resolution across supported platforms.
  • Enhanced Webhook reliability with silent error handling and HTTP timeouts.

Maintenance

  • Removed unused JSON dependency.
  • Cleaned up unused Discord module file.
  • Renamed RichPresence and Webhook scripts for better structure and consistency.

Fixes

  • Fixed IPC socket initialization to ensure the connection is properly opened and returned when available.

0.0.1

09 Jan 19:56

Choose a tag to compare

Delete rich.png