Releases: LucasPickering/osrs-cli
Releases · LucasPickering/osrs-cli
2.0.0
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
- The CLI is now usable in the browser at osrs.lucaspickering.me
Other Changes
- Minor improvements to the
osrs calc drop
command - Add new bosses to hiscore: Nex, Guardians of the Rift
- Replaced
prettytable-rs
withcomfy-table
, meaning there's a slight change to table output format
1.1.0
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
- 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 prob
toosrs calc drop
- Added
osrs calc stew
0.2.0
- Added
osrs calc prob
subcommand