Skip to content

Latest commit

 

History

History
152 lines (103 loc) · 8.83 KB

Changelog.md

File metadata and controls

152 lines (103 loc) · 8.83 KB

Ignition Fuel Tools 5.x

Ignition Fuel Tools 5.x.x

Ignition Fuel Tools 5.0.0 (20xx-xx-xx)

Ignition Fuel Tools 4.x

Ignition Fuel Tools 4.x.x

Ignition Fuel Tools 4.1.0 (20xx-xx-xx)

  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.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)