Releases: Otaku17/discord_psdk
Releases · Otaku17/discord_psdk
1.1.0
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
Changes
- Refactored IPC connection handling to improve cross-platform compatibility.
- The
connectmethod now safely returnsnilwhen 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.