Releases: Sharparam/facti
v0.2.3
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-fileunder thefactorio-apisection). -
New subcommand:
facti newto create a new mod.
Usefacti new --helporfacti help newfor usage information. -
New subcommand:
facti noopto 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.jsonin
the config file. These are used when creating a new mod withfacti new.The following can now be configured under the
mod-defaultssection:authorcontactfactorio-version
-
New command:
facti changelog convertto 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.
- A log file will be created in the log directory which will have more
-
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-urlunder the
factorio-apisection.
Changed
- Can now use either
kebab-caseorsnake_casefor config file keys. --api-keycan now only be specified at the base of thefacticommand,
it is no longer accepted by the subcommands.- Refined logging to the terminal (STDERR) to be more readable.
- BREAKING: The
--base-urlargument has been renamed to--portal-base-url. - BREAKING: The
FACTI_BASE_URLenvironment variable has been renamed
toFACTI_PORTAL_BASE_URL. - BREAKING: The
base-urlsetting underfactorio-apiin the config file
has been renamed toportal-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
What's Changed
- Bump actions/cache from 2 to 3 by @dependabot in #2
New Contributors
- @dependabot made their first contribution in #2
Full Changelog: https://github.com/Sharparam/facti/commits/facti/v0.1.0