Skip to content

Latest commit

 

History

History
315 lines (210 loc) · 15.4 KB

Changelog.md

File metadata and controls

315 lines (210 loc) · 15.4 KB

Ignition Fuel Tools 5.x

Ignition Fuel Tools 5.2.0 (2021-12-20)

  1. FuelClient.cc: include <deque>

  2. APIs for retrieving models in parallel

  3. Detect ign instead of using cmake module to check for ignition-tools

  4. Added ign fuel update command

  5. Fixed Windows download and CI

  6. Choose which owner to upload to

  7. Included private-token to config.yaml

  8. Add Windows Installation instructions

  9. Use semantic version and prevent crash if version is missing

  10. Document IGN_FUEL_CACHE_PATH on command line

  11. Infrastructure

Ignition Fuel Tools 5.1.1 (2020-12-18)

  1. Fix light map URI in materials

Ignition Fuel Tools 5.1.0 (2020-12-09)

  1. Includes all changes up to version 4.3.0.

Ignition Fuel Tools 5.0.0 (2020-09-28)

  1. Added support for annotation parsing during model creation.

  2. Removed repeated installation instructions.

  3. Update codeowners.

  4. Hide Private headers and LocalCache.hh

  5. Fixed test - Download world 2

Ignition Fuel Tools 4.X.X (202X-XX-XX)

Ignition Fuel Tools 4.4.0 (2021-06-17)

  1. Remove tools/code_check and update codecov

  2. Fixed windows download

  3. Master branch updates

  4. Support private-token in config.yaml

  5. Add Windows Installation

  6. Use semantic version and prevent crash if version is missing

  7. Document IGN_FUEL_CACHE_PATH on command line

  8. Support editing/patching model files

  9. Set keep alive on

Ignition Fuel Tools 4.3.0 (2020-12-01)

  1. Improve fork experience.

  2. Download dependencies.

  3. Includes all changes up to version 3.5.0.

Ignition Fuel Tools 4.2.1 (2020-08-26)

  1. Fix ign fuel download, which was missing the -j option.

Ignition Fuel Tools 4.2.0 (2020-08-26)

  1. Set license information based on licenses available from a Fuel server and legal information in a metadata.pbtxt file.

  2. Added edit subcommand to the ign fuel. The edit command currently supports editing a model's privacy.

  3. Alphabetical listing of subcommands.

  4. All changes up to and including Ignition Fuel Tools 3.3.0 are included.

Ignition Fuel Tools 4.1.0 (2020-02-27)

  1. Resource deletion CLI.

  2. Fetch files

  3. README and tutorial updates:

Ignition Fuel Tools 4.0.0 (2019-12-10)

  1. Model upload CLI, resource metadata CLI, depend on ign-msgs5.

Ignition Fuel Tools 3.x

Ignition Fuel Tools 3.x.x (20xx-xx-xx)

Ignition Fuel Tools 3.5.0 (2020-11-30)

  1. Fix windows build.

  2. Resolve updated codecheck issues.

  3. Update Backpack model to fix tests.

  4. Use lowercase resource and owner names when storing assets on disk.

Ignition Fuel Tools 3.4.0 (2020-08-19)

  1. Modernize github actions by updating to the new style.

  2. Fix test worlds.

  3. Add capability for downloading collections.

  4. Fix windows build.t

Ignition Fuel Tools 3.3.0 (2020-07-29)

  1. openrobotics to OpenRobotics

  2. Fix world tests

  3. Add missing dependency in Actions CI

  4. Backport file fetching

  5. Convert model:// to Fuel URLs instead of absolute paths

Ignition Fuel Tools 3.2.2 (2020-05-18)

  1. Fix URL encodings in RestClient.

  2. Print message when downloading a resource.

  3. Use ${YAML_TARGET} instead of YAML::YAML imported target.

  4. Convert emissive map file path.

  5. Fix windows build with popen and pclose macros.

  6. Remove std::experimental for filesystem (support for VS2019).

Ignition Fuel Tools 3.2.1 (2019-08-12)

  1. Support actors

Ignition Fuel Tools 3.2.0 (2019-06-14)

  1. FuelClient::DownloadModel accepts HTTP headers, and the ign fuel download command can accept a single HTTP header.

Ignition Fuel Tools 3.1.0 (2019-05-xx)

  1. Fix PBR material URI

Ignition Fuel Tools 3.0.0 (2018-02-28)

  1. Integration with ign-gazebo. The following set of pull requests update fuel-tools to use ign-cmake2, sets api.ignitionfuel.org as the default server, fixes codecheck errors, removes old deprecations, and parses model.config files using tinyxml2.

Ignition Fuel Tools 1.x

Ignition Fuel Tools 1.x.x (20xx-xx-xx)

  1. Use ${YAML_TARGET} instead of YAML::YAML imported target.

Ignition Fuel Tools 1.2.0 (2018-05-30)

  1. Get cached model resource file

  2. Add some AsString functions

  3. Change cache directory structure and use it

  4. Client return only relevant cached models

  5. Model version support

  6. Remove server API version from model unique name

  7. Client handle unique names and get server info from config

  8. Changed model list to use headers for paging instead of iterating until a 404 is hit. Also added a mechanism to set the user agent

  9. FuelClient: Don't use ServerConfig if there's ModelId

  10. List models from command line

  11. Get cached model resource file

  12. Added const constructors for ModelIter and Model

  13. Use common::URI for server URL

  14. Remove server local name

  15. Encode url path before downloading models

  16. Download model from command line

  17. Backport code style changes

Ignition Fuel Tools 1.0.0 (2018-01-25)