Skip to content

Releases: LucasPickering/osrs-cli

v2.0.1

02 Dec 14:37

Choose a tag to compare

Download osrs-cli 2.0.1

  • Fixed the hiscore command. Previously it was using a hiscore proxy service I wrote and had shut down years ago. Now it's using the OSRS site directly, so it won't need maintainence anymore.
File Platform Checksum
osrs-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
osrs-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
osrs-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
osrs-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
osrs-cli-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

2.0.0

27 Apr 19:10

Choose a tag to compare

Breaking Changes

  • Removed the osrs calc farm herb command
    • I wrote a RuneLite plugin to do this instead, which is much easier to use because it can pull all the modifiers automatically so no configuration is necessary

New Features

Other Changes

  • Minor improvements to the osrs calc drop command
  • Add new bosses to hiscore: Nex, Guardians of the Rift
  • Replaced prettytable-rs with comfy-table, meaning there's a slight change to table output format

1.1.0

08 Dec 23:38

Choose a tag to compare

New Features

  • Add ge subcommand for item price lookups
  • Add support for Resurrect Crops spell in herb farming calculator
  • Add --plus-xp option to XP calculator, for calculating what level a certain XP will get you
    • Useful for early game questing!

Bug Fixes

  • Fix wiki subcommand (it didn't work at all RIP)
  • Clean up formatting of herb calculator output table
  • Fix item price lookups (previously prices were ~50% higher than they should've been)

1.0.2

16 Nov 15:06

Choose a tag to compare

  • Filter herb calculator output by farming level, so it only shows herbs that you have the level to plant
  • In the herb calculator output, put each patch on its own line in the list of patches being used
  • Fix hiscore lookup for players who are unranked in at least 1 skill (previously it would crash)

1.0.1

10 Nov 14:09

Choose a tag to compare

  • Fixed XP calculator incorrectly displaying negative XP values as extremely large positive values

1.0.0

03 Nov 02:59

Choose a tag to compare

1.0! New features will keep coming, but this means the config schema is stable and future changes will be backward-compatible (hopefully). Changes since 0.3.2:

  • Updated minimum Rust version to 1.56 (Rust 2021 edition is now required)
  • Added osrs calc farm herb, an herb farming calculator. Super useful! See README for help
  • Fix bugs around creating/reading config files
  • Add new boss entries to hiscores

0.3.2

07 Feb 19:53

Choose a tag to compare

  • Add components to default toolchain file
  • Add install instructions to README
  • Upgrade nightly to 2020-12-20
  • [#10] Add stable to CI
  • Replace reqwest with ureq (faster/smaller build)
  • Improve usability of osrs calc stew

0.3.1

06 Feb 15:27

Choose a tag to compare

  • Improved README
  • Fixed a few small bugs
  • Made it compile on rust stable

0.3.0

11 Oct 16:30

Choose a tag to compare

  • Renamed osrs calc prob to osrs calc drop
  • Added osrs calc stew

0.2.0

11 Oct 16:19

Choose a tag to compare

  • Added osrs calc prob subcommand