|
1 | 1 | ## libsdformat 14.X |
2 | 2 |
|
| 3 | +### libsdformat 14.1.0 (2024-03-14) |
| 4 | +1. Resolve URIs relative to file path |
| 5 | + * [Pull request #1373](https://github.com/gazebosim/sdformat/pull/1373) |
| 6 | + |
| 7 | +1. Use `//link/inertial/density` for auto-inertials |
| 8 | + * [Pull request #1335](https://github.com/gazebosim/sdformat/pull/1335) |
| 9 | + |
| 10 | +1. Fix a little typo in the README.md |
| 11 | + * [Pull request #1365](https://github.com/gazebosim/sdformat/pull/1365) |
| 12 | + |
| 13 | +1. Fix version variable in reference manual PDF filename |
| 14 | + * [Pull request #1363](https://github.com/gazebosim/sdformat/pull/1363) |
| 15 | + |
| 16 | +1. In parser config test, use a filename less likely to exist |
| 17 | + * [Pull request #1362](https://github.com/gazebosim/sdformat/pull/1362) |
| 18 | + |
| 19 | +1. Update CI badges in README |
| 20 | + * [Pull request #1352](https://github.com/gazebosim/sdformat/pull/1352) |
| 21 | + |
| 22 | +1. Bazel updates for Garden build |
| 23 | + * [Pull request #1239](https://github.com/gazebosim/sdformat/pull/1239) |
| 24 | + |
| 25 | +1. Fix static builds and optimize test compilation |
| 26 | + * [Pull request #1343](https://github.com/gazebosim/sdformat/pull/1343) |
| 27 | + * [Pull request #1347](https://github.com/gazebosim/sdformat/pull/1347) |
| 28 | + |
| 29 | +1. Install ruby commands on Windows |
| 30 | + * [Pull request #1339](https://github.com/gazebosim/sdformat/pull/1339) |
| 31 | + |
| 32 | +1. Infrastructure |
| 33 | + * [Pull request #1336](https://github.com/gazebosim/sdformat/pull/1336) |
| 34 | + * [Pull request #1345](https://github.com/gazebosim/sdformat/pull/1345) |
| 35 | + * [Pull request #1367](https://github.com/gazebosim/sdformat/pull/1367) |
| 36 | + |
| 37 | +1. URDF parser: use SDFormat 1.11, parse joint mimic |
| 38 | + * [Pull request #1333](https://github.com/gazebosim/sdformat/pull/1333) |
| 39 | + |
| 40 | +1. URDF->SDF handle links with no inertia or small mass |
| 41 | + * [Pull request #1238](https://github.com/gazebosim/sdformat/pull/1238) |
| 42 | + |
3 | 43 | ### libsdformat 14.0.0 (2023-09-29) |
4 | 44 |
|
5 | 45 | 1. Add missing conda dependencies |
|
0 commit comments