• 2.0.0 30c5e4ef2d

    marvin8 released this 2024-12-22 05:02:45 +00:00 | 133 commits to main since this release

    Breaking

    • This program now uses a configuration file in TOML format (instead of json). This should make it easier to create
      and maintain the configuration file.

      This means that you will have to convert or re-create your config file in the TOML format.

      I have included a utility to read your old (JSON) config file and create a new TOML config file. To use this tool
      run the following command with --json_config pointing to your existing json config file and --toml_config pointing
      to the new config file in TOML format to be created::

        p2p_convert_config --json_config config.json --toml_config config.converted.toml
    

    Changed

    • Update CI setup to include more checks.

    • Updated dependencies versions

    Downloads