Skip to content

Releases: EvEmu-Project/EVEDBTool

EVEDBTool 0.0.6

23 Jan 10:27
Compare
Choose a tag to compare

Fixes bug #1

Added versioning scheme and Makefile for easy cross-version releases

EVEDBTool 0.0.5

16 Jan 14:01
Compare
Choose a tag to compare
EVEDBTool v0.0.5
- Implements support for Dungeons
- Add, remove, export, import
- Dungeons will can all be imported from apply directory
- This is to support EVEmu dungeon_editor

EVEDBTool v0.0.4

08 Sep 11:02
Compare
Choose a tag to compare

This release adds timestamps to market data generated by EVEDBTool so that orders are not expired.

EVEDBTool v0.0.3

07 Aug 14:01
Compare
Choose a tag to compare

This version adds the new command evedbtool seed to automatically seed the market with default data.

This must be performed after database installation.
Two new options have been added to evedb.yaml:

  • seed-regions - This is a list of Region Names or IDs which are to be seeded
  • seed-saturation - This is a percentage of stations in the region to have market data randomly seeded to them

EVEDBTool v0.0.2

14 Apr 08:35
Compare
Choose a tag to compare

This release fixes an issue where the DB could timeout and therefore fail installation in Docker.

EVEDBTool now waits for the DB to come back alive if anything fails. It will then try again to reinit the table in question.

EVEDBTool v0.0.1

11 Apr 13:55
Compare
Choose a tag to compare

This is the first release of EVEDBTool. This binary supports linux x86_64.

Other systems can install using 'go get github.com/evemu-project/evedbtool'.