Skip to content

Xonotic Map Manager 0.8.0

Latest
Compare
Choose a tag to compare
@z z released this 22 Dec 22:30

Complete overhaul, now available on pypi! https://pypi.python.org/pypi/xmm

0.8.0 / 2016-12-22

Added

  • Multi-repo support
  • Created documentation with sphinx, hosted at readthedocs.io
  • Integrated tests and CI with travis
  • arg completion for bash and zsh via argcomplete
  • -L flag on the xmm show subcommand to explicitly indicate showing map details from a locally installed map. Otherwise, the source_collection cache is used for all information.
  • -R flag to specify a single repository if using many
  • --version flag
  • export command supports two more formats, shasums, maplist (bsps), or repo JSON (#7)
  • servers command added with subcommand list
  • repos command added with subcommand list
  • --highlight, -H flags become --color
  • User-configurable Logging

Changed

  • Complete overhaul of code base exposing a Python API
  • No longer using pickle, storing data in JSON
  • Configuration updates, see Upgrading