Releases: LucasPickering/osrs-cli
Releases · LucasPickering/osrs-cli
v2.0.1
Download osrs-cli 2.0.1
- Fixed the
hiscorecommand. 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
Breaking Changes
- Removed the
osrs calc farm herbcommand- 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
- The CLI is now usable in the browser at osrs.lucaspickering.me
Other Changes
- Minor improvements to the
osrs calc dropcommand - Add new bosses to hiscore: Nex, Guardians of the Rift
- Replaced
prettytable-rswithcomfy-table, meaning there's a slight change to table output format
1.1.0
New Features
- Add
gesubcommand for item price lookups - Add support for Resurrect Crops spell in herb farming calculator
- Add
--plus-xpoption to XP calculator, for calculating what level a certain XP will get you- Useful for early game questing!
Bug Fixes
- Fix
wikisubcommand (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
- 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
- Fixed XP calculator incorrectly displaying negative XP values as extremely large positive values
1.0.0
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
0.3.1
- Improved README
- Fixed a few small bugs
- Made it compile on rust stable
0.3.0
- Renamed
osrs calc probtoosrs calc drop - Added
osrs calc stew
0.2.0
- Added
osrs calc probsubcommand