Skip to content

Releases: motki/cli

Backend updates

23 Mar 01:54
Compare
Choose a tag to compare

This release marks the end of the dependency on the EVE XML api. MOTKI now uses ESI exclusively!

However, because we are making use of new ESI roles, your characters will need to be re-authorized. I tried to find a way around this but it seems unavoidable.

Additional changes:

  • Fixed an issue with handling prompts at the end of a line.
  • Added the ability to profile the application by passing the -profile flag. For example:
    $ ./motki -profile cpu
    
    The profiler will write to the current directory in a file named after the profile type. The example above results in cpu.pprof.
    Once you have exited the process, use go tool pprof or go tool trace to review the profile. Continuing the cpu profiling example:
    $ go tool pprof ./motki ./cpu.pprof
    
    For more information about profiling Go applications, check out the blog post or documentation

Inventory V2

20 Mar 09:16
Compare
Choose a tag to compare
Inventory V2 Pre-release
Pre-release

This release adds a new version of the inventory command feature a nice terminal UI thanks to github.com/rivo/tview.

  • New inventory command available with inv2
    • Press CTRL+N to create a new inventory item.
    • Enter search terms for an item type, hit enter to load the options. Use the dropdown to select the item type.
    • Same thing for locations. Searches corporation offices, stations, and solar systems.
    • Enter a minimum amount to have a nice little ! in the listing.
  • Add banner command for displaying ASCII art text banners.

output

v0.3.3

18 Mar 13:27
Compare
Choose a tag to compare
v0.3.3 Pre-release
Pre-release

Broken!

Basic inventory management

17 Mar 03:32
Compare
Choose a tag to compare
Pre-release
  • New "inventory" command.
    • Adds ability to track corporation inventory in all of New Eden.
    • Location-specific inventory with adjustable alert thresholds.
    • Requires your corporation be registered and opted-in.
  • Improved README and motki command godoc.
  • Improved caching of static data.

Bug fix release

16 Jan 15:08
Compare
Choose a tag to compare
Bug fix release Pre-release
Pre-release
  • Fixes production chains not updating after updating market prices.

Regional market prices are back!

16 Jan 03:02
Compare
Choose a tag to compare
Pre-release
  • Region-specific market prices are once again used in production chain calculations.
    Thanks evemarketer.com!
  • Lots of under the hood fixes and improvements.

Fixes and improvements

24 Sep 02:30
Compare
Choose a tag to compare
Pre-release
  • Added caching of names to avoid repeatedly querying the server for the same type IDs
  • Fixed two issues with prices and region handling
  • Additional technical notes:
    • Moved CLI related functionality into this project
    • In the server, fixed an incorrect implementation of connection handling, and switched to using github.com/jackc/pgx explicitly.

Initial release

22 Sep 02:45
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Initial pre-release of the MOTKI interactive command line client.

Features:

  • Connects to remote motkid installation to facilitate data handling.
  • Allows searching and displaying item type information from the EVE database.
  • Production chain creation and management with an interactive interface.
    • Shows cost to build or buy materials
    • Shows margin overall
    • Allows customizing batch size, material efficiency, and cost
    • Integrates with EVE API to display missing blueprints