github iyear/E5SubBot v0.3.2
v0.3.2 Fix int64 UserID

latest releases: v0.5.0, v0.4.0, v0.3.2-docker_test...
2 years ago

Full Changelog

v0.3.1...v0.3.2

User ID

User identifiers can now be bigger than 2^31 - 1 and it is no longer possible to store them in a signed 32-bit integer type. User identifiers have up to 52 significant bits, so a 64-bit integer or double-precision float type is safe for storing them. Please make sure that your code can correctly handle such user identifiers.

Main Changes

  • Upgrade dependencies,mainly fixed User ID int64 problem
  • Add darwin arm64 support
  • Add goreleaser upx hook

How to Upgrade

Replace original binary file

Don't miss a new E5SubBot release

NewReleases is sending notifications on new releases.