Skip to content

Latest commit

 

History

History
83 lines (50 loc) · 2.21 KB

File metadata and controls

83 lines (50 loc) · 2.21 KB

Changelog for Zeusops bot

The format is based on Keep a Changelog. The project uses semantic versioning (see semver).

[Unreleased]

v0.6.0 - 2025-04-06

Added

  • New optional argument activate to /zeus-upload. If set to true, the uploaded mission is automatically set as the active config.
  • Version numbers are automatically removed from the uploaded modlist. A new optional argument keep_versions=False for /zeus-upload can be used to preserve the version numbers.

Changed

  • Autocompletion in /zeus-set-mission now matches everywhere in the mission name, not just the beginning. This makes it easier to search based on Zeus name, for example.

v0.5.0 - 2025-03-26

Added

  • /zeus-upload command now accepts an optional modlist (JSON snippet exported from Mod Presets menu in Reforger).
  • /zeus-set-mission now autocompletes based on known missions.
  • Command line flag --debug for enabling more verbose debug logging.

Fixed

  • Uploaded missions are now pretty-printed, to make it reviewable.

v0.4.0 - 2025-03-12

Added

  • New bot command /current-mission to show the currently active mission config.

v0.3.1 - 2025-03-09

Fixed

  • /zeus-list command properly ignores current-config.json and config.json
  • First item in mission list is now properly bulleted

v0.3.0 - 2025-03-09

Added

  • New bot command /zeus-list to list all configured missions.

v0.2.2 - 2025-03-09

Fixed

  • Calling /zeus-set-mission after an existing mission has already been set no longer crashes with FileExistsError.

v0.2.1 - 2025-03-02

Fixed

  • Symlink for active mission created via /zeus-set-mission no longer point to the absolute path of the config, but relative to current folder. Fixes path issues when running inside containers (mismatching absolute paths)

v0.2.0 - 2025-03-02

Added

  • CLI runs discord bot for reforger server config, exposed as slash-commands /zeus-upload and /zeus-set-mission
  • New CI workflow for github, building the release-oriented docker image

v0.1.0 - 2025-02-15

Added

  • New python module zeusops_bot, exposed as shell command zeusops-bot