Download Latest Version E5SubBot_Darwin_64bit.tar.gz (6.5 MB)
Email in envelope

Get an email when there's a new version of E5SubBot

Home / v0.3.2
Name Modified Size InfoDownloads / Week
Parent folder
E5SubBot_Windows_64bit.zip 2021-12-09 5.2 MB
E5SubBot_Linux_armv7.tar.gz 2021-12-09 4.4 MB
E5SubBot_Linux_armv6.tar.gz 2021-12-09 4.4 MB
E5SubBot_Linux_arm64.tar.gz 2021-12-09 4.5 MB
E5SubBot_Linux_64bit.tar.gz 2021-12-09 5.2 MB
E5SubBot_Linux_32bit.tar.gz 2021-12-09 4.4 MB
E5SubBot_Darwin_arm64.tar.gz 2021-12-09 5.0 MB
E5SubBot_Darwin_64bit.tar.gz 2021-12-09 5.4 MB
E5SubBot_checksums.txt 2021-12-09 753 Bytes
README.md 2021-12-09 605 Bytes
v0.3.2 Fix int64 UserID source code.tar.gz 2021-12-09 69.7 kB
v0.3.2 Fix int64 UserID source code.zip 2021-12-09 76.3 kB
Totals: 12 Items   38.6 MB 0

Full Changelog

https://github.com/iyear/E5SubBot/compare/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

Source: README.md, updated 2021-12-09