Skip to content

1.4.1

Latest
Compare
Choose a tag to compare
@hitblast hitblast released this 06 Apr 19:30
· 7 commits to main since this release
1.4.1
92c575f

✨Maintenance Release for v1.4.0

After releasing version 1.4.0 of this project, it was about time some bugs needed to be squished and some optimizations to be done. So, here's some minor changes, feats and tweaks!

🔨 Changes

  • Added a new getPlayerByUUID() procedure, which can query online players based on their UUID.
  • Added a new --autorefresh flag to the CLI, which refreshes the terminal buffer display with updated information based on the cache expiration timeframe.
  • The getPlayerByName() now returns a sequence of players with the same name (empty sequence if none are found).
  • The getPlayers() procedure has been renamed to players for easier viewing (I think :P).
  • The protocol() procedure now causes a QueryError instead of a DataError.
  • The cachetime and cacheexpire debug values are now strings, representing a specific point in time.

🔨 Internal Changes

  • This project now uses illwill >= 0.4.0 instead of illwill == 0.3.2 as a dependency.
  • Optimized overall codebase.

The pre-built executables / binaries have been added with the release and can be accessed from below.

Full Changelog: 1.3.2...1.4.0