Skip to content

Release 0.1.2

Compare
Choose a tag to compare
@Jake-Shadle Jake-Shadle released this 11 Aug 19:49
· 52 commits to main since this release

Fixed

  • PR#14 fixed an issue where the RELATIONSHIP_UPDATE event actually uses stringized timestamps in the activity information, rather than the normal i64 timestamps in eg SET_ACTIVITY.
  • PR#14 fixed an issue with timestamps being converted into chrono::DateTime<Utc> with the wrong unit, resulting in date times far in the future.
  • PR#14 added more sanitization to crate::activity::ActivityBuilder to prevent strings with just whitespace being sent to Discord as that results in API failures.