Skip to content

Releases: Sharparam/facti

v0.2.3

20 Aug 16:21
facti/v0.2.3
fdc4eed
Compare
Choose a tag to compare

Changelog

0.2.3 - 2023-08-20

Fixed

  • Wrong path to changelog in release workflow.

0.2.2 - 2023-08-20

Fixed

  • More fixes to release workflow.

0.2.1 - 2023-08-20

Fixed

  • Build issue in release workflow, nothing related to the CLI itself.

0.2.0 - 2023-08-20

Added

  • Proper changelog.

  • Can now set API key from STDIN with --api-key-stdin.

  • Can now load API key from file with --api-key-file.

  • Can now specify path to file containing API key in config file
    (api-key-file under the factorio-api section).

  • New subcommand: facti new to create a new mod.
    Use facti new --help or facti help new for usage information.

  • New subcommand: facti noop to do nothing.
    Only enabled in debug builds, useful for testing CLI flags without performing
    any operations.

  • Can now configure default values for some of the fields in info.json in
    the config file. These are used when creating a new mod with facti new.

    The following can now be configured under the mod-defaults section:

    • author
    • contact
    • factorio-version
  • New command: facti changelog convert to convert changelogs between various
    formats.

  • Added logging to file:

    • A log file will be created in the log directory which will have more
      detailed logs written to it.
    • A log file in JSON format will also be created in the log directory which
      contains even more detailed logs in it, meant for debugging or
      troubleshooting and not for direct human consumption.
  • New CLI parameter to set game base URL: --game-base-url.

  • New environment variable to set game base URL: FACTI_GAME_BASE_URL.

  • New config file setting to set game base URL: game-base-url under the
    factorio-api section.

Changed

  • Can now use either kebab-case or snake_case for config file keys.
  • --api-key can now only be specified at the base of the facti command,
    it is no longer accepted by the subcommands.
  • Refined logging to the terminal (STDERR) to be more readable.
  • BREAKING: The --base-url argument has been renamed to --portal-base-url.
  • BREAKING: The FACTI_BASE_URL environment variable has been renamed
    to FACTI_PORTAL_BASE_URL.
  • BREAKING: The base-url setting under factorio-api in the config file
    has been renamed to portal-base-url.

Full changelog: https://github.com/Sharparam/facti/blob/facti/v0.2.3/crates/cli/CHANGELOG.md

All changes: facti/v0.1.0...facti/v0.2.3

v0.1.0

20 Aug 15:01
facti/v0.1.0
3456f7b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/Sharparam/facti/commits/facti/v0.1.0